Searched refs:isOwn (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/inspector/ |
D | injected-script-source.js | 411 descriptor.isOwn = true; 434 descriptor.isOwn = true; 473 …yIfNeeded(descriptors, { name: typedArrays[i], value: typedArrays[i + 1], isOwn: true, enumerable:… property 492 …__", value: proto, writable: true, configurable: true, enumerable: false, isOwn: true, __proto__: … property 920 isOwn: true, property 965 if (!descriptor.isOwn)
|
D | js_protocol.pdl | 1000 optional boolean isOwn
|