Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dinjected-script-source.js135 Request: { body: true, __proto__: null }, property
136 Response: { body: true, __proto__: null }, property
137 __proto__: null property
175 __proto__: null property
192 __proto__: null property
359 var propertyProcessed = { __proto__: null }; property
390 descriptor = { __proto__: null }; property
418 descriptor = { value: e, wasThrown: true, __proto__: null }; property
425 descriptor = { value: o[property], writable: false, __proto__: null }; property
473 …value: typedArrays[i + 1], isOwn: true, enumerable: false, configurable: false, __proto__: null }); property
[all …]
/external/v8/src/js/
Dintl.js124 __proto__ : null, property
337 __proto__: null,
376 __proto__: null,
712 options = {__proto__: null}; property
721 var internalOptions = {__proto__: null}; property
764 __proto__: null, property
765 'nu': {__proto__: null, 'property': UNDEFINED, 'type': 'string'} property
772 var resolved = %object_define_properties({__proto__: null}, { property
945 var options = {__proto__: null}; property
1021 options = {__proto__: null}; property
[all …]
Darray.js755 __proto__: null, property
/external/v8/tools/
Ddetect-builtins.js52 if (typeof object === "object" && object.__proto__ !== null &&
53 !object.__proto__.hasOwnProperty("__proto__")) {
54 result.__PROTO__ = GetProperties("__PROTO__", object.__proto__);
Dic-processor.js6 childCtor.prototype.__proto__ = parentCtor.prototype; method in childCtor
Dparse-processor.js55 __proto__: null, property
753 __proto__: null, property
788 __proto__: null, property
Dmap-processor.js680 let breakdown = {__proto__:null}; property
Dtickprocessor.js29 childCtor.prototype.__proto__ = parentCtor.prototype; method in childCtor
/external/brotli/js/
Dpolyfill.js1 if (!Int32Array.__proto__.from) {
2 Object.defineProperty(Int32Array.__proto__, 'from', {
/external/webrtc/webrtc/tools/rtcbot/
Dbotmanager.js139 __proto__: Bot.prototype property in BrowserBot
168 __proto__: Bot.prototype property in AndroidChromeBot
/external/v8/tools/turbolizer/src/
Dgraph-view.ts297 n.__proto__ = GNode.prototype;
/external/ImageMagick/www/assets/
Dmagick.js6 …,(e=i).prototype=Object.create(n.prototype),(e.prototype.constructor=e).__proto__=n;var o=i.protot…
/external/v8/
DChangeLog33622 Make array __proto__ manipulations not disturb the species protector
41114 Fix issue with __proto__ when using ES6 object literals (issue 3818).
43726 ES6: Tighten up Object.prototype.__proto__ (issue 3064).
45157 Made __proto__ a real JavaScript accessor property.
45292 Added workaround for redefinition of __proto__ property. (issue 2565)
45322 Made __proto__ a foreign callback on Object.prototype.
47769 Fixed mutable __proto__ property if object is not extensible
47967 Fixed issue where Array.prototype.__proto__ had been set to null
48865 Fixed a bug where __proto__ was sometimes enumerated (issue 646).