Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dinjected-script-source.js380 … _propertyDescriptors: function*(object, ownProperties, accessorPropertiesOnly, propertyNamesOnly) argument
443 if (propertyNamesOnly) {
444 for (var i = 0; i < propertyNamesOnly.length; ++i) {
445 var name = propertyNamesOnly[i];