Home
last modified time | relevance | path

Searched refs:ownProperties (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/inspector/
Dinjected-script-source.js292 …getProperties: function(object, objectGroupName, ownProperties, accessorPropertiesOnly, generatePr… argument
303 …var descriptors = this._propertyDescriptors(object, addPropertyIfNeeded, ownProperties, accessorPr…
355 …_propertyDescriptors: function(object, addPropertyIfNeeded, ownProperties, accessorPropertiesOnly,… argument
453 if (ownProperties)
489 if (ownProperties) {
500 if (ownProperties)
Dv8-runtime-agent-impl.h84 const String16& objectId, Maybe<bool> ownProperties,
Dinjected-script.h77 v8::Local<v8::Object>, const String16& groupName, bool ownProperties,
Dv8-runtime-agent-impl.cc378 const String16& objectId, Maybe<bool> ownProperties, in getProperties() argument
399 object, scope.objectGroupName(), ownProperties.fromMaybe(false), in getProperties()
Dinjected-script.cc332 v8::Local<v8::Object> object, const String16& groupName, bool ownProperties, in getProperties() argument
342 function.appendArgument(ownProperties); in getProperties()
Djs_protocol.pdl1242 optional boolean ownProperties