Home | History | Annotate | Download | only in inspector

Lines Matching defs:RemoteObject

123      * @return {!RuntimeAgent.RemoteObject}
134 * @return {!RuntimeAgent.RemoteObject}
144 return /** @type {!RuntimeAgent.RemoteObject} */ (result);
151 * @return {!RuntimeAgent.RemoteObject}
211 * @return {!RuntimeAgent.RemoteObject}
217 return new InjectedScript.RemoteObject(object, objectGroupName, forceValueType, generatePreview, columnNames);
224 return new InjectedScript.RemoteObject(description);
552 var remoteObject = this._wrapObject(value, objectGroup);
554 remoteObject.description = this._toString(value);
557 result: remoteObject };
906 InjectedScript.RemoteObject = function(object, objectGroupName, forceValueType, generatePreview, columnNames)
937 InjectedScript.RemoteObject.prototype = {
1332 var remoteObject = injectedScript._wrapObject(string, "")
1333 InjectedScriptHost.inspect(remoteObject, hints);