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

/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.h141 NEVER_INLINE bool unwindCallFrame(CallFrame*&, JSValue, unsigned& bytecodeOffset, CodeBlock*&);
H A DInterpreter.cpp542 NEVER_INLINE bool Interpreter::unwindCallFrame(CallFrame*& callFrame, JSValue exceptionValue, unsigned& bytecodeOffset, CodeBlock*& codeBlock) function in class:JSC::Interpreter
681 if (!unwindCallFrame(callFrame, exceptionValue, bytecodeOffset, codeBlock)) {

Completed in 114 milliseconds