Bug 454184 - Implement eval caching (r=mrbkap).
This commit is contained in:
@@ -2752,6 +2752,7 @@ Decompile(SprintStack *ss, jsbytecode *pc, intN nb, JSOp nextop)
|
||||
|
||||
case JSOP_CALLUPVAR:
|
||||
case JSOP_GETUPVAR:
|
||||
JS_ASSERT(jp->script->flags & JSSF_SAVED_CALLER_FUN);
|
||||
|
||||
if (!jp->fun)
|
||||
JS_GET_SCRIPT_FUNCTION(jp->script, 0, jp->fun);
|
||||
|
||||
Reference in New Issue
Block a user