Searched refs:op_push_new_scope (Results 1 – 7 of 7) sorted by relevance
183 macro(op_push_new_scope, 4) \
1172 case op_push_new_scope: { in dump()
286 DEFINE_OP(op_push_new_scope) in privateCompileMainPass()
3392 DEFINE_STUB_FUNCTION(JSObject*, op_push_new_scope) in DEFINE_STUB_FUNCTION() argument
4568 DEFINE_OPCODE(op_push_new_scope) { in privateExecute()4577 vPC += OPCODE_LENGTH(op_push_new_scope); in privateExecute()
2096 emitOpcode(op_push_new_scope); in emitPushNewScope()
2929 before op_push_new_scope, this meant a null arguments object could37789 Implement op_push_new_scope and stub out op_catch. This fixes 11 Mozilla tests.