HomeSort by relevance Sort by last modified time
    Searched refs:prototype (Results 201 - 225 of 1032) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ObjectObjects/
15.2.4.js 24 ECMA Section: 15.2.4 Properties of the Object prototype object
26 Description: The value of the internal [[Prototype]] property of
27 the Object prototype object is null
37 var TITLE = "Properties of the Object.prototype object";
42 testcases[tc++] = new TestCase( SECTION, "Object.prototype.__proto__",
44 Object.prototype.__proto__
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
boolean-001.js 15 var TITLE = "Boolean.prototype.toString()";
25 var TO_STRING = Boolean.prototype.toString;
38 "Assigning Boolean.prototype.toString to a String object "+
boolean-002.js 5 15.6.4.3 Boolean.prototype.valueOf()
18 var TITLE = "Boolean.prototype.valueOf()";
28 var VALUE_OF = Boolean.prototype.valueOf;
41 "Assigning Boolean.prototype.valueOf to a String object "+
date-001.js 4 ECMA Section: 15.9.5.2 Date.prototype.toString
23 var TITLE = "Date.prototype.toString";
55 this.toString = Date.prototype.toString;
date-002.js 5 Description: Date.prototype.setTime
18 var TITLE = "Date.prototype.setTime()";
49 this.setTime = Date.prototype.setTime;
date-003.js 4 ECMA Section: 15.9.5.3-1 Date.prototype.valueOf
18 var TITLE = "Date.prototype.valueOf";
49 this.valueOf = Date.prototype.valueOf;
date-004.js 4 ECMA Section: 15.9.5.4-1 Date.prototype.getTime
15 var TITLE = "Date.prototype.getTime";
46 this.getTime = Date.prototype.getTime;
exception-003.js 31 string.toString = Boolean.prototype.toString;
40 "string.toString = Boolean.prototype.toString" +
number-001.js 4 ECMA Section: 15.7.4.2.2 Number.prototype.toString()
25 writeHeaderToLog( SECTION + " Number.prototype.toString()");
38 object.toString = Number.prototype.toString;
47 "object = new Object(); object.toString = Number.prototype.toString; object.toString()" +
number-002.js 4 ECMA Section: 15.7.4.3.1 Number.prototype.valueOf()
20 writeHeaderToLog( SECTION + " Number.prototype.valueOf()");
31 object.toString = Number.prototype.valueOf;
40 "object = new Object(); object.valueOf = Number.prototype.valueOf; object.valueOf()" +
number-003.js 4 ECMA Section: 15.7.4.3.1 Number.prototype.valueOf()
23 writeHeaderToLog( SECTION + " Number.prototype.valueOf()");
30 VALUE_OF = Number.prototype.valueOf;
41 "Assigning Number.prototype.valueOf as the valueOf of a String object " +
string-001.js 4 ECMA Section: 15.5.4.2 String.prototype.toString()
20 var TITLE = "String.prototype.toString";
34 OBJECT.toString = String.prototype.toString();
44 " OBJECT.toString = String.prototype.toString; OBJECT.toString()" +
string-002.js 4 ECMA Section: 15.5.4.3 String.prototype.valueOf()
18 var TITLE = "String.prototype.valueOf";
32 OBJECT.valueOf = String.prototype.valueOf;
41 "OBJECT = new Object; OBJECT.valueOf = String.prototype.valueOf;"+
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Object/
shell.js 25 * Then obj.toString() invokes Number.prototype.toString().
26 * We would also like to access Object.prototype.toString().
29 * Invoking Number.prototype.toString() on this just returns 7.
30 * Object.prototype.toString() on this returns '[object Number]'.
39 var cnObjectToString = Object.prototype.toString;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/inherit/
proto_1.js 32 This tests the syntax ObjectName.prototype = new PrototypeObject using the
55 Manager.prototype = new Employee();
60 WorkerBee.prototype = new Employee();
66 SalesPerson.prototype = new WorkerBee();
72 Engineer.prototype = new WorkerBee();
proto_6.js 32 This tests the syntax ObjectName.prototype = new PrototypeObject using the
57 Manager.prototype = new Employee();
65 WorkerBee.prototype = new Employee();
71 SalesPerson.prototype = new WorkerBee();
78 Engineer.prototype = new WorkerBee();
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/Array/
regress-290592.js 126 ArrayCallback.prototype.makeUpperCase = function (v, index, array)
128 reportCompare(v, array[index], 'ArrayCallback.prototype.makeUpperCase: check callback argument consistency');
139 ArrayCallback.prototype.concat = function(v, index, array)
141 reportCompare(v, array[index], 'ArrayCallback.prototype.concat: check callback argument consistency');
145 ArrayCallback.prototype.isUpperCase = function(v, index, array)
147 reportCompare(v, array[index], 'ArrayCallback.prototype.isUpperCase: check callback argument consistency');
158 ArrayCallback.prototype.isString = function(v, index, array)
160 reportCompare(v, array[index], 'ArrayCallback.prototype.isString: check callback argument consistency');
179 if ('map' in Array.prototype)
187 actual = Array.prototype.map.length
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestInterface.h 44 static PassRefPtr<JSC::Structure> createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
46 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
66 static PassRefPtr<JSC::Structure> createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
68 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
JSTestMediaQueryListListener.h 42 static PassRefPtr<JSC::Structure> createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
44 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
66 static PassRefPtr<JSC::Structure> createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
68 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
JSTestSerializedScriptValueInterface.h 44 static PassRefPtr<JSC::Structure> createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
46 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
66 static PassRefPtr<JSC::Structure> createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
68 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
  /external/webkit/Source/WebCore/inspector/front-end/
FontView.js 42 WebInspector.FontView.prototype = {
78 WebInspector.ResourceView.prototype.show.call(this, parentElement);
134 WebInspector.FontView.prototype.__proto__ = WebInspector.ResourceView.prototype;
ImageView.js 36 WebInspector.ImageView.prototype = {
44 WebInspector.ResourceView.prototype.show.call(this, parentElement);
123 WebInspector.ImageView.prototype.__proto__ = WebInspector.ResourceView.prototype;
  /external/webkit/Source/WebKit/chromium/src/js/
DevTools.js 69 var oldShow = WebInspector.ProfilesPanel.prototype.show;
70 WebInspector.ProfilesPanel.prototype.show = function()
76 WebInspector.ProfilesPanel.prototype.show = oldShow;
87 return String.vsprintf(string, Array.prototype.slice.call(arguments, 1));
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
Utilities.js 44 Array.prototype.first = function(predicate) {
  /frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h 93 /// findStub - return true if there is a stub built from the given prototype
118 const Stub* prototype() const { return m_pPrototype; } function in class:mcld::BranchIsland::Key
130 return (size_t((uintptr_t)KEY.prototype())) ^
140 return (KEY1.prototype() == KEY2.prototype()) &&

Completed in 1023 milliseconds

1 2 3 4 5 6 7 891011>>