mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 19:33:08 +09:00
Issue #2305 Part 3b: Create .indices and .indices.groups
This commit is contained in:
parent
2d8696c4fe
commit
6dbe2de6db
2 changed files with 109 additions and 18 deletions
|
|
@ -1545,6 +1545,11 @@ JitCompartment::generateRegExpMatcherStub(JSContext* cx)
|
|||
ImmWord(0),
|
||||
&oolEntry);
|
||||
|
||||
// Similarly, if the |hasIndices| flag is set, fall back to the OOL stub.
|
||||
masm.branchTest32(Assembler::NonZero,
|
||||
Address(shared, RegExpShared::offsetOfFlags()),
|
||||
Imm32(int32_t(HasIndicesFlag)), &oolEntry);
|
||||
|
||||
// Construct the result.
|
||||
Register object = temp1;
|
||||
Label matchResultFallback, matchResultJoin;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue