Home
last modified time | relevance | path

Searched refs:accessorPropertiesOnly (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
407 if (accessorPropertiesOnly && !("get" in descriptor || "set" in descriptor))
417 if (accessorPropertiesOnly)
430 if (accessorPropertiesOnly)
497 if (proto && !accessorPropertiesOnly)
Dv8-runtime-agent-impl.h81 Maybe<bool> accessorPropertiesOnly, Maybe<bool> generatePreview,
Dinjected-script.h63 bool accessorPropertiesOnly, bool generatePreview,
Dv8-runtime-agent-impl.cc444 Maybe<bool> accessorPropertiesOnly, Maybe<bool> generatePreview, in getProperties() argument
464 accessorPropertiesOnly.fromMaybe(false), generatePreview.fromMaybe(false), in getProperties()
467 if (exceptionDetails->isJust() || accessorPropertiesOnly.fromMaybe(false)) in getProperties()
Dinjected-script.cc124 bool accessorPropertiesOnly, bool generatePreview, in getProperties() argument
134 function.appendArgument(accessorPropertiesOnly); in getProperties()