mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +09:00
Issue #2093 - Trace HeapPtr<RegExpShared::groupsTemplate_> for GC move/compact events, regression from #2072
This commit is contained in:
parent
8495231395
commit
70279e1eb2
1 changed files with 1 additions and 0 deletions
|
|
@ -970,6 +970,7 @@ RegExpShared::trace(JSTracer* trc)
|
|||
TraceNullableEdge(trc, &source, "RegExpShared source");
|
||||
for (auto& comp : compilationArray)
|
||||
TraceNullableEdge(trc, &comp.jitCode, "RegExpShared code");
|
||||
TraceNullableEdge(trc, &groupsTemplate_, "RegExpShared groupsTemplate");
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue