Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dinjected-script-source.js93 obj.__proto__ = null;
161 Request: { body: true, __proto__: null }, property
162 Response: { body: true, __proto__: null }, property
163 __proto__: null property
200 __proto__: null property
207 InjectedScript.closureTypes = { __proto__: null }; property
385 var propertyProcessed = { __proto__: null }; property
420 …me, value: o[property], writable: false, configurable: false, enumerable: false, __proto__: null }; property
432 var descriptor = { __proto__: null }; property
498 …alue: proto, writable: true, configurable: true, enumerable: false, isOwn: true, __proto__: null };
[all …]
Ddebugger-script.js481 result = { __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
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/src/js/
Dtypedarray.js224 __proto__: null property
Darray.js1497 __proto__: null, property
/external/v8/tools/turbolizer/
Dgraph-view.js271 n.__proto__ = Node;
/external/v8/
DChangeLog12742 Make array __proto__ manipulations not disturb the species protector
20234 Fix issue with __proto__ when using ES6 object literals (issue 3818).
22846 ES6: Tighten up Object.prototype.__proto__ (issue 3064).
24277 Made __proto__ a real JavaScript accessor property.
24412 Added workaround for redefinition of __proto__ property. (issue 2565)
24442 Made __proto__ a foreign callback on Object.prototype.
26889 Fixed mutable __proto__ property if object is not extensible
27087 Fixed issue where Array.prototype.__proto__ had been set to null
27985 Fixed a bug where __proto__ was sometimes enumerated (issue 646).