Searched refs:op_push_scope (Results 1 – 7 of 7) sorted by relevance
181 macro(op_push_scope, 2) \
1163 case op_push_scope: { in dump()
287 DEFINE_OP(op_push_scope) in privateCompileMainPass()
3249 DEFINE_STUB_FUNCTION(JSObject*, op_push_scope) in DEFINE_STUB_FUNCTION() argument
4455 DEFINE_OPCODE(op_push_scope) { in privateExecute()4470 vPC += OPCODE_LENGTH(op_push_scope); in privateExecute()
1835 return emitUnaryNoDstOp(op_push_scope, scope); in emitPushScope()
2928 We created the arguments objects before an op_push_scope but not15728 protecting the scope) and changing the behaviour of op_push_scope so that it37896 Add support for op_push_scope and op_pop_scope, fixing 20 mozilla tests.