mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 14:28:39 +09:00
Unhook Unboxed Objects option
This commit is contained in:
parent
69e171fb9a
commit
3c6346afa9
5 changed files with 12 additions and 24 deletions
|
|
@ -7276,9 +7276,6 @@ SetContextOptions(JSContext* cx, const OptionParser& op)
|
|||
if (op.getBoolOption("wasm-check-bce"))
|
||||
jit::JitOptions.wasmAlwaysCheckBounds = true;
|
||||
|
||||
if (op.getBoolOption("no-unboxed-objects"))
|
||||
jit::JitOptions.disableUnboxedObjects = true;
|
||||
|
||||
if (const char* str = op.getStringOption("cache-ir-stubs")) {
|
||||
if (strcmp(str, "on") == 0)
|
||||
jit::JitOptions.disableCacheIR = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue