Searched refs:wrapCallFrames (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScript.h95 PassRefPtr<TypeBuilder::Array<TypeBuilder::Debugger::CallFrame> > wrapCallFrames(const ScriptValue&, int asyncOrdinal);
H A DInjectedScript.cpp250 PassRefPtr<Array<CallFrame> > InjectedScript::wrapCallFrames(const ScriptValue& callFrames, int asyncOrdinal) function in class:blink::InjectedScript
253 ScriptFunctionCall function(injectedScriptObject(), "wrapCallFrames");
H A DInspectorDebuggerAgent.cpp1246 return injectedScript.wrapCallFrames(m_currentCallStack, 0);
1270 .setCallFrames(injectedScript.wrapCallFrames(callFrames, asyncOrdinal))
H A DInjectedScriptSource.js779 wrapCallFrames: function(callFrame, asyncOrdinal)
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptDebugServer.h155 PassRefPtrWillBeRawPtr<JavaScriptCallFrame> wrapCallFrames(int maximumLimit, ScopeInfoDetails);
H A DScriptDebugServer.cpp342 PassRefPtrWillBeRawPtr<JavaScriptCallFrame> ScriptDebugServer::wrapCallFrames(int maximumLimit, ScopeInfoDetails scopeDetails) function in class:blink::ScriptDebugServer
374 RefPtrWillBeRawPtr<JavaScriptCallFrame> currentCallFrame = wrapCallFrames(0, scopeDetails);

Completed in 84 milliseconds