Searched refs:__proto__ (Results 1 - 25 of 323) sorted by relevance

1234567891011>>

/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/Expressions/
H A Dinstanceof-002.js38 object = object.__proto__;
76 "pat.__proto__ == Engineer.prototype",
78 pat.__proto__ == Engineer.prototype );
81 "pat.__proto__.__proto__ == WorkerBee.prototype",
83 pat.__proto__.__proto__ == WorkerBee.prototype );
86 "pat.__proto__.__proto__.__proto__
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma/NativeObjects/
H A D15-2.js32 That is, the __proto__ property of builtin functions and
52 array[item++] = new TestCase( SECTION, "Object.__proto__", Function.prototype, Object.__proto__ );
53 array[item++] = new TestCase( SECTION, "Array.__proto__", Function.prototype, Array.__proto__ );
54 array[item++] = new TestCase( SECTION, "String.__proto__", Function.prototype, String.__proto__ );
55 array[item++] = new TestCase( SECTION, "Boolean.__proto__", Function.prototype, Boolean.__proto__ );
56 array[item++] = new TestCase( SECTION, "Number.__proto__", Functio
[all...]
H A D15-1.js53 array[item++] = new TestCase( SECTION, "Function.prototype.__proto__", Object.prototype, Function.prototype.__proto__ );
54 array[item++] = new TestCase( SECTION, "Array.prototype.__proto__", Object.prototype, Array.prototype.__proto__ );
55 array[item++] = new TestCase( SECTION, "String.prototype.__proto__", Object.prototype, String.prototype.__proto__ );
56 array[item++] = new TestCase( SECTION, "Boolean.prototype.__proto__", Object.prototype, Boolean.prototype.__proto__ );
57 array[item++] = new TestCase( SECTION, "Number.prototype.__proto__", Object.prototype, Number.prototype.__proto__ );
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_3/inherit/
H A Dproto_10.js53 object = object.__proto__;
103 "pat.__proto__ == Engineer.prototype",
105 pat.__proto__ == Engineer.prototype );
108 "pat.__proto__.__proto__ == WorkerBee.prototype",
110 pat.__proto__.__proto__ == WorkerBee.prototype );
113 "pat.__proto__.__proto__.__proto__
[all...]
H A Dproto_2.js97 "employee.__proto__ == Employee.prototype",
99 employee.__proto__ == Employee.prototype );
102 "manager.__proto__ == Manager.prototype",
104 manager.__proto__ == Manager.prototype );
107 "workerbee.__proto__ == WorkerBee.prototype",
109 workerbee.__proto__ == WorkerBee.prototype );
112 "salesperson.__proto__ == SalesPerson.prototype",
114 salesperson.__proto__ == SalesPerson.prototype );
117 "engineer.__proto__ == Engineer.prototype",
119 engineer.__proto__
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DDebuggerDashboard.js32 __proto__: WebInspector.Object.prototype,
H A DLogObject.js44 WebInspector.LogObject.prototype.__proto__ = WebInspector.Object.prototype; method in class:WebInspector.LogObject
H A DReplaySessionSegment.js38 __proto__: WebInspector.Object.prototype,
62 __proto__: WebInspector.Object.prototype,
H A DApplicationCacheManifest.js42 WebInspector.ApplicationCacheManifest.prototype.__proto__ = WebInspector.Object.prototype; method in class:WebInspector.ApplicationCacheManifest
H A DRevision.js55 WebInspector.Revision.prototype.__proto__ = WebInspector.Object.prototype; method in class:WebInspector.Revision
H A DSourceCodePosition.js50 WebInspector.SourceCodePosition.prototype.__proto__ = WebInspector.Object.prototype; method in class:WebInspector.SourceCodePosition
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma/TypeConversion/
H A D9.9-1.js57 array[item++] = new TestCase( SECTION, "(Object(true)).__proto__", Boolean.prototype, (Object(true)).__proto__ );
61 array[item++] = new TestCase( SECTION, "(Object(true)).__proto__", Boolean.prototype, (Object(true)).__proto__ );
65 array[item++] = new TestCase( SECTION, "(Object(0)).__proto__", Number.prototype, (Object(0)).__proto__ );
69 array[item++] = new TestCase( SECTION, "(Object(-0)).__proto__", Number.prototype, (Object(-0)).__proto__ );
73 array[item++] = new TestCase( SECTION, "(Object(1)).__proto__", Number.prototype, (Object(1)).__proto__ );
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma/Math/
H A D15.8-1.js62 "Math.__proto__ == Object.prototype",
64 Math.__proto__ == Object.prototype );
67 "Math.__proto__",
69 Math.__proto__ );
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/RegExp/
H A Dconstructor-001.js30 "new RegExp().__proto__",
32 re.__proto__
H A Dfunction-001.js30 "new RegExp().__proto__",
32 re.__proto__
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/Scope/
H A Dregress-220584.js38 * SUMMARY: Testing __parent__ and __proto__ of Script object
45 var summary = 'Testing __parent__ and __proto__ of Script object';
69 actual = (s.__proto__ == undefined) || (s.__proto__ == null);
93 actual = (s.__proto__ == undefined) || (s.__proto__ == null);
H A Dscope-001.js24 * obj.__proto__ = this, 'five' should become a read-only propery of obj.
26 * If we then change obj.__proto__ to null, obj.five should initially be
31 * obj.__proto__ had been set to the global object and then to null.
35 var status = 'Testing scope after changing obj.__proto__';
54 status= 'Step 1: setting obj.__proto__ = global object';
55 obj.__proto__ = this;
68 status= 'Step 2: setting obj.__proto__ = null';
69 obj.__proto__ = null;
82 status= 'Step 3: setting obj.__proto__ to global object again';
83 obj.__proto__
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DDashboardManager.js36 __proto__: WebInspector.Object.prototype,
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Protocol/
H A DApplicationCacheObserver.js47 WebInspector.ApplicationCacheObserver.prototype.__proto__ = WebInspector.Object.prototype; method in class:WebInspector.ApplicationCacheObserver
H A DLayerTreeObserver.js43 WebInspector.LayerTreeObserver.prototype.__proto__ = WebInspector.Object.prototype; method in class:WebInspector.LayerTreeObserver
H A DRuntimeObserver.js42 WebInspector.RuntimeObserver.prototype.__proto__ = WebInspector.Object.prototype; method in class:WebInspector.RuntimeObserver
H A DTimelineObserver.js52 WebInspector.TimelineObserver.prototype.__proto__ = WebInspector.Object.prototype; method in class:WebInspector.TimelineObserver
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDividerNavigationItem.js40 WebInspector.DividerNavigationItem.prototype.__proto__ = WebInspector.NavigationItem.prototype; method in class:WebInspector.DividerNavigationItem
H A DFlexibleSpaceNavigationItem.js40 WebInspector.FlexibleSpaceNavigationItem.prototype.__proto__ = WebInspector.NavigationItem.prototype; method in class:WebInspector.FlexibleSpaceNavigationItem
H A DFolderTreeElement.js41 WebInspector.FolderTreeElement.prototype.__proto__ = WebInspector.GeneralTreeElement.prototype; method in class:WebInspector.FolderTreeElement

Completed in 221 milliseconds

1234567891011>>