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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DRemoteObject.js179 WebInspector.RemoteObject.toCallArgument = function(object)
446 var argv = [name, WebInspector.RemoteObject.toCallArgument(result)];
771 this._debuggerAgent.setVariableValue(this._scopeRef.number, name, WebInspector.RemoteObject.toCallArgument(result), this._scopeRef.callFrameId, this._scopeRef.functionId, setVariableValueCallback.bind(this));

Completed in 253 milliseconds