Lines Matching defs:RemoteObjectProperty

72      * @param {function(?Array.<!WebInspector.RemoteObjectProperty>, ?Array.<!WebInspector.RemoteObjectProperty>)} callback
81 * @param {function(?Array.<!WebInspector.RemoteObjectProperty>, ?Array.<!WebInspector.RemoteObjectProperty>)} callback
302 * @param {function(?Array.<!WebInspector.RemoteObjectProperty>, ?Array.<!WebInspector.RemoteObjectProperty>)} callback
311 * @param {function(?Array.<!WebInspector.RemoteObjectProperty>, ?Array.<!WebInspector.RemoteObjectProperty>)} callback
345 * @param {?function(?Array.<!WebInspector.RemoteObjectProperty>, ?Array.<!WebInspector.RemoteObjectProperty>)} callback
371 var remoteProperty = new WebInspector.RemoteObjectProperty(property.name, propertyValue,
391 internalPropertiesResult.push(new WebInspector.RemoteObjectProperty(property.name, propertyValue, true, false));
642 * @param {function(?Array.<!WebInspector.RemoteObjectProperty>, ?Array.<!WebInspector.RemoteObjectProperty>)} callback
654 * @param {function(?Array.<!WebInspector.RemoteObjectProperty>, ?Array.<!WebInspector.RemoteObjectProperty>)} callback
682 * @param {?Array.<!WebInspector.RemoteObjectProperty>} properties
683 * @param {?Array.<!WebInspector.RemoteObjectProperty>} internalProperties
692 * @param {?Array.<!WebInspector.RemoteObjectProperty>} properties
693 * @param {?Array.<!WebInspector.RemoteObjectProperty>} internalProperties
731 * @param {function(?Array.<!WebInspector.RemoteObjectProperty>, ?Array.<!WebInspector.RemoteObjectProperty>)} callback
749 * @param {?Array.<!WebInspector.RemoteObjectProperty>} properties
750 * @param {?Array.<!WebInspector.RemoteObjectProperty>} internalProperties
820 WebInspector.RemoteObjectProperty = function(name, value, enumerable, writable, isOwn, wasThrown, symbol)
833 WebInspector.RemoteObjectProperty.prototype = {
870 * @param {!WebInspector.RemoteObjectProperty} property
880 * @param {!WebInspector.RemoteObjectProperty} property
930 * @param {function(!WebInspector.RemoteObjectProperty)} formatProperty
989 * @param {function(!Array.<!WebInspector.RemoteObjectProperty>)} callback
998 * @param {function(?Array.<!WebInspector.RemoteObjectProperty>, ?Array.<!WebInspector.RemoteObjectProperty>)} callback
1009 * @return {!Array.<!WebInspector.RemoteObjectProperty>}
1019 * @return {!WebInspector.RemoteObjectProperty}
1026 return new WebInspector.RemoteObjectProperty(propName, propValue);