D | RemoteObject.js | 211 …Inspector.RemoteObjectImpl = function(target, objectId, type, subtype, value, description, preview) argument 226 this._preview = preview; 272 get preview() getter in WebInspector.RemoteObjectImpl 668 …copeRemoteObject = function(target, objectId, scopeRef, type, subtype, value, description, preview) argument 670 …nspector.RemoteObjectImpl.call(this, target, objectId, type, subtype, value, description, preview);
|