mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
This commit is contained in:
parent
5ee6b84d50
commit
7faa37b7df
1 changed files with 3 additions and 3 deletions
|
|
@ -128,14 +128,14 @@ class RegExpShared : public gc::TenuredCell
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Source to the RegExp, for lazy compilation. */
|
/* Source to the RegExp, for lazy compilation. */
|
||||||
GCPtr<JSAtom*> source;
|
HeapPtr<JSAtom*> source;
|
||||||
|
|
||||||
RegExpFlag flags;
|
RegExpFlag flags;
|
||||||
bool canStringMatch;
|
bool canStringMatch;
|
||||||
size_t parenCount;
|
size_t parenCount;
|
||||||
|
|
||||||
uint32_t numNamedCaptures_;
|
uint32_t numNamedCaptures_;
|
||||||
GCPtr<PlainObject*> groupsTemplate_;
|
HeapPtr<PlainObject*> groupsTemplate_;
|
||||||
|
|
||||||
RegExpCompilation compilationArray[4];
|
RegExpCompilation compilationArray[4];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue