Home
last modified time | relevance | path

Searched refs:op_push_new_scope (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecode/
DOpcode.h183 macro(op_push_new_scope, 4) \
DCodeBlock.cpp1172 case op_push_new_scope: { in dump()
/external/webkit/Source/JavaScriptCore/jit/
DJIT.cpp286 DEFINE_OP(op_push_new_scope) in privateCompileMainPass()
DJITStubs.cpp3392 DEFINE_STUB_FUNCTION(JSObject*, op_push_new_scope) in DEFINE_STUB_FUNCTION() argument
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp4568 DEFINE_OPCODE(op_push_new_scope) { in privateExecute()
4577 vPC += OPCODE_LENGTH(op_push_new_scope); in privateExecute()
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp2096 emitOpcode(op_push_new_scope); in emitPushNewScope()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-162929 before op_push_new_scope, this meant a null arguments object could
37789 Implement op_push_new_scope and stub out op_catch. This fixes 11 Mozilla tests.