mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 958349 - Decompile {get,call}intrinsic opcodes in ExpressionDecompiler. (r=till)
This commit is contained in:
parent
02b14df000
commit
334958a29b
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user