Searched refs:__proto__ (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/inspector/ |
D | injected-script-source.js | 93 obj.__proto__ = null; 199 __proto__: null property 206 InjectedScript.closureTypes = { __proto__: null }; property 382 var propertyProcessed = { __proto__: null }; property 417 …me, value: o[property], writable: false, configurable: false, enumerable: false, __proto__: null }; property 429 var descriptor = { __proto__: null }; property 495 …alue: proto, writable: true, configurable: true, enumerable: false, isOwn: true, __proto__: null }; 839 __proto__: null property 862 __proto__: null property 886 __proto__: null property [all …]
|
D | debugger-script.js | 553 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 | tickprocessor.js | 30 childCtor.prototype.__proto__ = parentCtor.prototype; method in childCtor
|
/external/webrtc/webrtc/tools/rtcbot/ |
D | botmanager.js | 139 __proto__: Bot.prototype property in BrowserBot 168 __proto__: Bot.prototype property in AndroidChromeBot
|
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/ |
D | deterministic.js | 53 Date.__proto__ = orig_date;
|
/external/v8/src/js/ |
D | typedarray.js | 228 __proto__: null property
|
D | array.js | 1508 __proto__: null, property
|
/external/v8/tools/turbolizer/ |
D | graph-view.js | 271 n.__proto__ = Node;
|
/external/v8/ |
D | ChangeLog | 8721 Make array __proto__ manipulations not disturb the species protector 16213 Fix issue with __proto__ when using ES6 object literals (issue 3818). 18825 ES6: Tighten up Object.prototype.__proto__ (issue 3064). 20256 Made __proto__ a real JavaScript accessor property. 20391 Added workaround for redefinition of __proto__ property. (issue 2565) 20421 Made __proto__ a foreign callback on Object.prototype. 22868 Fixed mutable __proto__ property if object is not extensible 23066 Fixed issue where Array.prototype.__proto__ had been set to null 23964 Fixed a bug where __proto__ was sometimes enumerated (issue 646).
|