Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dinjected-script-source.js303 …var descriptors = this._propertyDescriptors(object, addPropertyIfNeeded, ownProperties, accessorPr…
326 function addPropertyIfNeeded(descriptors, descriptor) { function
355 …_propertyDescriptors: function(object, addPropertyIfNeeded, ownProperties, accessorPropertiesOnly,… argument
437 if (!addPropertyIfNeeded(descriptors, descriptor))
473addPropertyIfNeeded(descriptors, { name: typedArrays[i], value: typedArrays[i + 1], isOwn: true, e…
493 if (!addPropertyIfNeeded(descriptors, descriptor))
926 …r naturalDescriptors = injectedScript._propertyDescriptors(object, addPropertyIfNeeded, false /* o…
944 function addPropertyIfNeeded(descriptors, descriptor) { function