mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Issue #1382 - RegExpShared::groupsTemplate_ cannot be a GCPtr since RegExpShared is managed by C++
This commit is contained in:
parent
e38f362d44
commit
86782b8f39
1 changed files with 2 additions and 2 deletions
|
|
@ -134,8 +134,8 @@ class RegExpShared
|
|||
bool canStringMatch;
|
||||
bool marked_;
|
||||
|
||||
uint32_t numNamedCaptures_;
|
||||
GCPtr<PlainObject*> groupsTemplate_;
|
||||
uint32_t numNamedCaptures_;
|
||||
HeapPtr<PlainObject*> groupsTemplate_;
|
||||
|
||||
RegExpCompilation compilationArray[4];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue