Searched refs:createExceptionScope (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.h133 NEVER_INLINE ScopeChainNode* createExceptionScope(CallFrame*, const Instruction* vPC);
H A DInterpreter.cpp1187 NEVER_INLINE ScopeChainNode* Interpreter::createExceptionScope(CallFrame* callFrame, const Instruction* vPC) function in class:JSC::Interpreter
4575 callFrame->setScopeChain(createExceptionScope(callFrame, vPC));

Completed in 455 milliseconds