This commit is contained in:
brendan%mozilla.org 2006-12-15 08:00:13 +00:00
Родитель 60adfecea8
Коммит c4ce40cdc8
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -2687,6 +2687,7 @@ js_GC(JSContext *cx, JSGCInvocationKind gckind)
} else {
for (i = 0; i < GCX_NTYPES; i++)
cx->newborn[i] = NULL;
cx->lastInternalResult = JSVAL_NULL;
cx->lastAtom = NULL;
rt->gcPoke = JS_TRUE;