Searched refs:wrapCallFrames (Results 1 – 6 of 6) sorted by relevance
88 …PassRefPtr<TypeBuilder::Array<TypeBuilder::Debugger::CallFrame> > wrapCallFrames(const ScriptValue…
234 PassRefPtr<Array<CallFrame> > InjectedScript::wrapCallFrames(const ScriptValue& callFrames) in wrapCallFrames() function in WebCore::InjectedScript
959 return injectedScript.wrapCallFrames(m_currentCallStack); in currentCallFrames()980 .setCallFrames(injectedScript.wrapCallFrames((*it)->callFrames())) in currentAsyncStackTrace()
627 wrapCallFrames: function(callFrame) method in InjectedScript
317 PassRefPtr<JavaScriptCallFrame> ScriptDebugServer::wrapCallFrames(v8::Handle<v8::Object> executionS… in wrapCallFrames() function in WebCore::ScriptDebugServer340 …RefPtr<JavaScriptCallFrame> currentCallFrame = wrapCallFrames(m_executionState.newLocal(m_isolate)… in currentCallFrames()466 … RefPtr<JavaScriptCallFrame> topFrame = wrapCallFrames(eventDetails.GetExecutionState(), 1); in handleV8DebugEvent()479 … RefPtr<JavaScriptCallFrame> topFrame = wrapCallFrames(eventDetails.GetExecutionState(), 1); in handleV8DebugEvent()
137 …PassRefPtr<JavaScriptCallFrame> wrapCallFrames(v8::Handle<v8::Object> executionState, int maximumL…