Issue #2172 - ensure pointers in RegExpShared are updated after GC compacting

This commit is contained in:
Martok 2023-08-06 20:51:59 +02:00 committed by roytam1
commit 8893997378

View file

@ -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 {