wrapCallFrames 344 Source/bindings/v8/ScriptDebugServer.cpp RefPtr<JavaScriptCallFrame> currentCallFrame = wrapCallFrames(m_executionState.newLocal(m_isolate), 0, scopeDetails); wrapCallFrames 476 Source/bindings/v8/ScriptDebugServer.cpp RefPtr<JavaScriptCallFrame> topFrame = wrapCallFrames(eventDetails.GetExecutionState(), 1, NoScopes); wrapCallFrames 489 Source/bindings/v8/ScriptDebugServer.cpp RefPtr<JavaScriptCallFrame> topFrame = wrapCallFrames(eventDetails.GetExecutionState(), 1, NoScopes); wrapCallFrames 149 Source/bindings/v8/ScriptDebugServer.h PassRefPtr<JavaScriptCallFrame> wrapCallFrames(v8::Handle<v8::Object> executionState, int maximumLimit, ScopeInfoDetails); wrapCallFrames 92 Source/core/inspector/InjectedScript.h PassRefPtr<TypeBuilder::Array<TypeBuilder::Debugger::CallFrame> > wrapCallFrames(const ScriptValue&, int asyncOrdinal); wrapCallFrames 1077 Source/core/inspector/InspectorDebuggerAgent.cpp return injectedScript.wrapCallFrames(m_currentCallStack, 0); wrapCallFrames 1099 Source/core/inspector/InspectorDebuggerAgent.cpp .setCallFrames(injectedScript.wrapCallFrames((*it)->callFrames(), asyncOrdinal--))