Home
last modified time | relevance | path

Searched defs:topCallFrame (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScriptSource.js651 …evaluateOnCallFrame: function(topCallFrame, callFrameId, expression, objectGroup, injectCommandLin… argument
664 restartFrame: function(topCallFrame, callFrameId) argument
680 getStepInPositions: function(topCallFrame, callFrameId) argument
701 …setVariableValue: function(topCallFrame, callFrameId, functionObjectId, scopeNumber, variableName,… argument
741 callFrameForId: function(topCallFrame, callFrameId) argument
DInjectedScript.cpp299 … InjectedScript::findCallFrameById(ErrorString* errorString, const ScriptValue& topCallFrame, cons… in findCallFrameById()