Now it compiles, links and works, apparently 56 GC is stable, 57 next.

Now it compiles, links and works, apparently 56 GC is stable, 57 next.
This commit is contained in:
win7-7 2026-01-14 03:57:59 +02:00 committed by wuggy
commit ba8872f5ce

View file

@ -4082,7 +4082,9 @@ TypeNewScript::rollbackPartiallyInitializedObjects(JSContext* cx, ObjectGroup* g
finished = true;
break;
}
if (!finished) {
}
if (!finished) {
(void) NativeObject::rollbackProperties(cx, obj, numProperties);
found = true;
}