Searched defs:callFrames (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebCore/inspector/
H A DInjectedScript.cpp62 PassRefPtr<SerializedScriptValue> InjectedScript::callFrames() function in class:WebCore::InjectedScript
65 ScriptFunctionCall function(m_injectedScriptObject, "callFrames");
H A DInspectorFrontend.cpp292 void InspectorFrontend::pausedScript(SerializedScriptValue* callFrames) argument
294 ScriptValue callFramesValue = ScriptValue::deserialize(scriptState(), callFrames);
H A DInspectorController.cpp1589 RefPtr<SerializedScriptValue> callFrames = injectedScript.callFrames(); local
1590 m_frontend->pausedScript(callFrames.get());

Completed in 352 milliseconds