bug 453133 - merging JSOP_DEFUN and JSOP_CLOSURE. r=brendan

This commit is contained in:
Igor Bukanov
2008-09-08 13:58:17 +02:00
parent f64a22a706
commit de4e2b19aa
7 changed files with 44 additions and 106 deletions

View File

@@ -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;