mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 14:28:39 +09:00
1328948 + 1421152 + 903519 forgotten part.
1328948 - add is(), as() to Cell. 903519 - Strings in the nursery: JIT, HeapAPI.h was forgotten. 1421152 - Add a checked cast method to TenuredCell.
This commit is contained in:
parent
09b6a56580
commit
a67ae5c63b
4 changed files with 149 additions and 8 deletions
|
|
@ -37,7 +37,7 @@ MIRGenerator::MIRGenerator(CompileCompartment* compartment, const JitCompileOpti
|
|||
instrumentedProfiling_(false),
|
||||
instrumentedProfilingIsCached_(false),
|
||||
safeForMinorGC_(true),
|
||||
stringsCanBeInNursery_(compartment ? compartment->zone()->canNurseryAllocateStrings() : false),
|
||||
stringsCanBeInNursery_(compartment ? GetJitContext()->compartment->zone()->canNurseryAllocateStrings() : false),
|
||||
minWasmHeapLength_(0),
|
||||
options(options),
|
||||
gs_(alloc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue