Searched refs:prototype (Results 1 - 25 of 1025) sorted by relevance

1234567891011>>

/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DLogObject.js33 WebInspector.LogObject.prototype = {
44 WebInspector.LogObject.prototype.__proto__ = WebInspector.Object.prototype;
H A DDebuggerDashboard.js30 WebInspector.DebuggerDashboard.prototype = {
32 __proto__: WebInspector.Object.prototype,
H A DApplicationCacheManifest.js33 WebInspector.ApplicationCacheManifest.prototype = {
42 WebInspector.ApplicationCacheManifest.prototype.__proto__ = WebInspector.Object.prototype;
H A DRevision.js31 WebInspector.Revision.prototype = {
55 WebInspector.Revision.prototype.__proto__ = WebInspector.Object.prototype;
H A DSourceCodePosition.js34 WebInspector.SourceCodePosition.prototype = {
50 WebInspector.SourceCodePosition.prototype.__proto__ = WebInspector.Object.prototype;
/macosx-10.10/JavaScriptCore-7600.1.17/tests/stress/
H A Dsimple-prototype-accesses.js3 Foo.prototype.f = 42;
4 Foo.prototype.g = 43;
5 Foo.prototype.h = 44;
6 Foo.prototype.i = 45;
7 Foo.prototype.j = 46;
8 Foo.prototype.k = 47;
H A Dnew-function-expression-has-structures.js3 f.prototype.f = function() { return 43; };
4 return f.prototype.f;
H A Dpolymorphic-prototype-accesses.js3 Foo.prototype.f = 42;
4 Foo.prototype.g = 43;
5 Foo.prototype.h = 44;
6 Foo.prototype.i = 45;
7 Foo.prototype.j = 46;
8 Foo.prototype.k = 47;
12 Bar.prototype.k = 23;
13 Bar.prototype.f = 24;
H A Dprototype-getter.js4 Foo.prototype.__defineGetter__("f", function() { return this.g_ + 32; });
5 Foo.prototype.__defineGetter__("g", function() { return this.g_ + 33; });
6 Foo.prototype.__defineGetter__("h", function() { return this.g_ + 34; });
7 Foo.prototype.__defineGetter__("i", function() { return this.g_ + 35; });
8 Foo.prototype.__defineGetter__("j", function() { return this.g_ + 36; });
9 Foo.prototype.__defineGetter__("k", function() { return this.g_ + 37; });
H A Dto-this-polymorphic.js7 String.prototype.f = 43;
8 String.prototype.g = foo;
9 Number.prototype.f = 78;
10 Number.prototype.g = foo;
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A DUtilities.js1 Object.defineProperty(Array.prototype, "lastValue",
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma/NativeObjects/
H A D15-1.js25 Description: Every built-in prototype object has the Object prototype
27 Object.prototype (15.2.3.1) as the value of its internal
28 [[Prototype]] property, except the Object prototype
32 function also has the Object prototype object as the
53 array[item++] = new TestCase( SECTION, "Function.prototype.__proto__", Object.prototype, Function.prototype.__proto__ );
54 array[item++] = new TestCase( SECTION, "Array.prototype.__proto__", Object.prototype, Arra
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DArgumentsIteratorConstructor.cpp40 void ArgumentsIteratorConstructor::finishCreation(VM& vm, ArgumentsIteratorPrototype* prototype) argument
43 putDirectWithoutTransition(vm, vm.propertyNames->prototype, prototype, DontEnum | DontDelete | ReadOnly);
H A DMapIteratorConstructor.cpp40 void MapIteratorConstructor::finishCreation(VM& vm, MapIteratorPrototype* prototype) argument
43 putDirectWithoutTransition(vm, vm.propertyNames->prototype, prototype, DontEnum | DontDelete | ReadOnly);
H A DSetIteratorConstructor.cpp40 void SetIteratorConstructor::finishCreation(VM& vm, SetIteratorPrototype* prototype) argument
43 putDirectWithoutTransition(vm, vm.propertyNames->prototype, prototype, DontEnum | DontDelete | ReadOnly);
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/RegExp/
H A Dconstructor-001.js18 * - prototype property should be set to RegExp.prototype
26 RegExp.prototype.getClassProperty = Object.prototype.toString;
31 RegExp.prototype,
36 "RegExp.prototype.getClassProperty = Object.prototype.toString; " +
H A Dfunction-001.js18 * - prototype property should be set to RegExp.prototype
26 RegExp.prototype.getClassProperty = Object.prototype.toString;
31 RegExp.prototype,
36 "RegExp.prototype.getClassProperty = Object.prototype.toString; " +
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Protocol/
H A DApplicationCacheObserver.js31 WebInspector.ApplicationCacheObserver.prototype = {
47 WebInspector.ApplicationCacheObserver.prototype.__proto__ = WebInspector.Object.prototype;
H A DLayerTreeObserver.js31 WebInspector.LayerTreeObserver.prototype = {
43 WebInspector.LayerTreeObserver.prototype.__proto__ = WebInspector.Object.prototype;
H A DRuntimeObserver.js31 WebInspector.RuntimeObserver.prototype = {
42 WebInspector.RuntimeObserver.prototype.__proto__ = WebInspector.Object.prototype;
H A DTimelineObserver.js31 WebInspector.TimelineObserver.prototype = {
52 WebInspector.TimelineObserver.prototype.__proto__ = WebInspector.Object.prototype;
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DDividerNavigationItem.js32 WebInspector.DividerNavigationItem.prototype = {
40 WebInspector.DividerNavigationItem.prototype.__proto__ = WebInspector.NavigationItem.prototype;
H A DFlexibleSpaceNavigationItem.js32 WebInspector.FlexibleSpaceNavigationItem.prototype = {
40 WebInspector.FlexibleSpaceNavigationItem.prototype.__proto__ = WebInspector.NavigationItem.prototype;
H A DFolderTreeElement.js35 WebInspector.FolderTreeElement.prototype = {
41 WebInspector.FolderTreeElement.prototype.__proto__ = WebInspector.GeneralTreeElement.prototype;
H A DGenericResourceContentView.js33 WebInspector.GenericResourceContentView.prototype = {
37 WebInspector.GenericResourceContentView.prototype.__proto__ = WebInspector.ResourceContentView.prototype;

Completed in 220 milliseconds

1234567891011>>