Lines Matching defs:__proto__
25 __proto__: Base.prototype, property in Derived
65 __proto__: Base.prototype, property in Derived
113 __proto__: Base.prototype, property in Derived
148 __proto__: Base.prototype, property in Derived
215 __proto__: Base.prototype, property in Derived
287 __proto__: Base.prototype, property in Derived
329 __proto__: Base.prototype, property in Derived
403 __proto__: Base.prototype, property in Derived
480 __proto__: Base.prototype, property in Derived
504 __proto__: Base.prototype, property in Derived
528 __proto__: Base.prototype, property in Derived
560 __proto__: Base.prototype, property in Derived
615 __proto__: String.prototype, property in DerivedFromString
654 __proto__: Base.prototype, property in Derived
709 __proto__: String.prototype, property in DerivedFromString
749 __proto__: Base.prototype, property in Derived
808 __proto__: Base.prototype, property in Derived
845 __proto__: Base.prototype, property in Derived
877 __proto__: Base.prototype, property in Derived
908 __proto__: Base.prototype, property in Derived
938 __proto__: Base.prototype, property in Derived
1019 __proto__: Base.prototype, property in Derived
1114 __proto__: Base.prototype, property in Derived
1158 __proto__: Base.prototype, property in Derived
1244 __proto__: Base.prototype, property in Derived
1330 __proto__: Base.prototype, property in Derived
1394 __proto__: Base.prototype, property in Derived
1458 __proto__: Base.prototype, property in Derived
1522 __proto__: Derived.prototype, property in Derived
1569 __proto__: Base.prototype, property in Derived
1616 __proto__: Base.prototype, property in Derived
1672 __proto__: Base.prototype, property in Derived
1720 __proto__: Base.prototype, property in Derived
1767 __proto__: Base.prototype, property in Derived
1803 __proto__: Base.prototype, property in Derived
1835 __proto__: Base.prototype, property in Derived
1867 __proto__: Base.prototype, property in Derived
1970 F.__proto__ = function() {}; function
2052 var o0 = {__proto__: p, f() { return eval("'use strict'; super.x") }}; property
2054 var o1 = {__proto__: p, f() { with ({}) return super.x }}; property
2056 var o2 = {__proto__: p, f({a}) { return super.x }}; property
2058 var o3 = {__proto__: p, f(...a) { return super.x }}; property
2060 var o4 = {__proto__: p, f() { 'use strict'; { let x; return super.x } }}; property