Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/bytecode/
DOpcode.h181 macro(op_push_scope, 2) \
DCodeBlock.cpp1163 case op_push_scope: { in dump()
/external/webkit/Source/JavaScriptCore/jit/
DJIT.cpp287 DEFINE_OP(op_push_scope) in privateCompileMainPass()
DJITStubs.cpp3249 DEFINE_STUB_FUNCTION(JSObject*, op_push_scope) in DEFINE_STUB_FUNCTION() argument
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp4455 DEFINE_OPCODE(op_push_scope) { in privateExecute()
4470 vPC += OPCODE_LENGTH(op_push_scope); in privateExecute()
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp1835 return emitUnaryNoDstOp(op_push_scope, scope); in emitPushScope()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-162928 We created the arguments objects before an op_push_scope but not
15728 protecting the scope) and changing the behaviour of op_push_scope so that it
37896 Add support for op_push_scope and op_pop_scope, fixing 20 mozilla tests.