Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dinjected-script-source.js329 …getProperties: function(object, objectGroupName, ownProperties, accessorPropertiesOnly, generatePr… argument
340 … var iter = this._propertyDescriptors(object, ownProperties, accessorPropertiesOnly, undefined);
383 … _propertyDescriptors: function*(object, ownProperties, accessorPropertiesOnly, propertyNamesOnly) argument
455 if (ownProperties)
495 if (ownProperties) {
Dv8-runtime-agent-impl.h80 const String16& objectId, Maybe<bool> ownProperties,
Dinjected-script.h62 v8::Local<v8::Object>, const String16& groupName, bool ownProperties,
Dinjected-script.cc123 v8::Local<v8::Object> object, const String16& groupName, bool ownProperties, in getProperties() argument
133 function.appendArgument(ownProperties); in getProperties()
Dv8-runtime-agent-impl.cc443 const String16& objectId, Maybe<bool> ownProperties, in getProperties() argument
463 object, scope.objectGroupName(), ownProperties.fromMaybe(false), in getProperties()