зеркало из https://github.com/mozilla/pjs.git
Mark newborn generators' frames (343455, r=mrbkap).
This commit is contained in:
Родитель
571bed96a5
Коммит
ca84af0dfc
|
@ -660,7 +660,7 @@ generator_mark(JSContext *cx, JSObject *obj, void *arg)
|
|||
JSGenerator *gen;
|
||||
|
||||
gen = (JSGenerator *) JS_GetPrivate(cx, obj);
|
||||
if (gen && gen->state == JSGEN_RUNNING)
|
||||
if (gen && gen->state != JSGEN_CLOSED)
|
||||
js_MarkStackFrame(cx, &gen->frame);
|
||||
return 0;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче