mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
Issue #2172 - ensure pointers in RegExpShared are updated after GC compacting
This commit is contained in:
parent
cd1920af58
commit
8893997378
1 changed files with 2 additions and 1 deletions
|
|
@ -2323,7 +2323,8 @@ static const AllocKinds UpdatePhaseMisc {
|
|||
AllocKind::ACCESSOR_SHAPE,
|
||||
AllocKind::OBJECT_GROUP,
|
||||
AllocKind::STRING,
|
||||
AllocKind::JITCODE
|
||||
AllocKind::JITCODE,
|
||||
AllocKind::REGEXP_SHARED
|
||||
};
|
||||
|
||||
static const AllocKinds UpdatePhaseObjects {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue