зеркало из https://github.com/mozilla/gecko-dev.git
Fix JSOP_CLOSURE failure to set todo to do-nothing value (326453, r=mrbkap).
This commit is contained in:
Родитель
35c5d07c2e
Коммит
df5adab66e
|
@ -2372,6 +2372,7 @@ Decompile(SprintStack *ss, jsbytecode *pc, intN nb)
|
|||
#if JS_HAS_LEXICAL_CLOSURE
|
||||
BEGIN_LITOPX_CASE(JSOP_CLOSURE)
|
||||
JS_ASSERT(ATOM_IS_OBJECT(atom));
|
||||
todo = -2;
|
||||
goto do_function;
|
||||
END_LITOPX_CASE
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче