Searched defs:evaluateInCallFrame (Results 1 – 3 of 3) sorted by relevance
411 InjectedScriptAccess.prototype.evaluateInCallFrame = function(callFrameId, code, objectGroup, callb… method in InjectedScriptAccess
1004 devtools.DebuggerAgent.prototype.evaluateInCallFrame = function(callFrameId, code, callback) method in devtools.DebuggerAgent
936 InjectedScript.evaluateInCallFrame = function(callFrameId, code, objectGroup) function