bug 453133 - merging JSOP_DEFUN and JSOP_CLOSURE. r=brendan
This commit is contained in:
@@ -4239,7 +4239,7 @@ Decompile(SprintStack *ss, jsbytecode *pc, intN nb, JSOp nextop)
|
||||
lval, (op == JSOP_STRICTEQ) ? '=' : '!', rval);
|
||||
break;
|
||||
|
||||
case JSOP_CLOSURE:
|
||||
case JSOP_DEFFUN:
|
||||
LOAD_FUNCTION(0);
|
||||
todo = -2;
|
||||
goto do_function;
|
||||
|
||||
Reference in New Issue
Block a user