Searched refs:__proto__ (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/inspector/ |
D | injected-script-source.js | 93 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 …]
|
D | debugger-script.js | 481 result = { __proto__: null }; property
|
/external/v8/tools/ |
D | detect-builtins.js | 52 if (typeof object === "object" && object.__proto__ !== null && 53 !object.__proto__.hasOwnProperty("__proto__")) { 54 result.__PROTO__ = GetProperties("__PROTO__", object.__proto__);
|
D | ic-processor.js | 6 childCtor.prototype.__proto__ = parentCtor.prototype; method in childCtor
|
D | tickprocessor.js | 29 childCtor.prototype.__proto__ = parentCtor.prototype; method in childCtor
|
/external/brotli/js/ |
D | polyfill.js | 1 if (!Int32Array.__proto__.from) { 2 Object.defineProperty(Int32Array.__proto__, 'from', {
|
/external/webrtc/webrtc/tools/rtcbot/ |
D | botmanager.js | 139 __proto__: Bot.prototype property in BrowserBot 168 __proto__: Bot.prototype property in AndroidChromeBot
|
/external/v8/src/js/ |
D | typedarray.js | 224 __proto__: null property
|
D | array.js | 1497 __proto__: null, property
|
/external/v8/tools/turbolizer/ |
D | graph-view.js | 271 n.__proto__ = Node;
|
/external/v8/ |
D | ChangeLog | 12742 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).
|