Bug 958349 - Decompile {get,call}intrinsic opcodes in ExpressionDecompiler. (r=till)

This commit is contained in:
Shu-yu Guo 2014-01-10 02:25:34 -08:00
parent 02b14df000
commit 334958a29b

View File

@ -1512,6 +1512,8 @@ ExpressionDecompiler::decompilePC(jsbytecode *pc)
case JSOP_CALLGNAME:
case JSOP_NAME:
case JSOP_CALLNAME:
case JSOP_GETINTRINSIC:
case JSOP_CALLINTRINSIC:
return write(loadAtom(pc));
case JSOP_GETARG:
case JSOP_CALLARG: {