HomeSort by relevance Sort by last modified time
    Searched refs:prototype (Results 126 - 150 of 699) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/SunSpider/tests/sunspider-0.9/
date-format-xparb.js 18 Date.prototype.dateFormat = function(format) {
29 var code = "Date.prototype." + funcName + " = function(){return ";
279 Date.prototype.getTimezone = function() {
285 Date.prototype.getGMTOffset = function() {
291 Date.prototype.getDayOfYear = function() {
300 Date.prototype.getWeekOfYear = function() {
310 Date.prototype.isLeapYear = function() {
315 Date.prototype.getFirstDayOfMonth = function() {
320 Date.prototype.getLastDayOfMonth = function() {
325 Date.prototype.getDaysInMonth = function()
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
date-format-xparb.js 18 Date.prototype.dateFormat = function(format) {
29 var code = "Date.prototype." + funcName + " = function(){return ";
279 Date.prototype.getTimezone = function() {
285 Date.prototype.getGMTOffset = function() {
291 Date.prototype.getDayOfYear = function() {
300 Date.prototype.getWeekOfYear = function() {
310 Date.prototype.isLeapYear = function() {
315 Date.prototype.getFirstDayOfMonth = function() {
320 Date.prototype.getLastDayOfMonth = function() {
325 Date.prototype.getDaysInMonth = function()
    [all...]
  /external/webkit/WebCore/inspector/front-end/
BottomUpProfileDataGridTree.js 39 WebInspector.BottomUpProfileDataGridNode.prototype = {
79 WebInspector.ProfileDataGridNode.prototype._restore();
89 WebInspector.ProfileDataGridNode.prototype._merge.call(this, child, shouldAbsorb);
146 WebInspector.BottomUpProfileDataGridNode.prototype.__proto__ = WebInspector.ProfileDataGridNode.prototype;
204 WebInspector.BottomUpProfileDataGridNode.prototype._populate.call(this);
209 WebInspector.BottomUpProfileDataGridTree.prototype = {
260 _sharedPopulate: WebInspector.BottomUpProfileDataGridNode.prototype._sharedPopulate
263 WebInspector.BottomUpProfileDataGridTree.prototype.__proto__ = WebInspector.ProfileDataGridTree.prototype;
    [all...]
WatchExpressionsSidebarPane.js 37 WebInspector.WatchExpressionsSidebarPane.prototype = {
72 WebInspector.WatchExpressionsSidebarPane.prototype.__proto__ = WebInspector.SidebarPane.prototype;
90 WebInspector.WatchExpressionsSection.prototype = {
203 WebInspector.WatchExpressionsSection.prototype.__proto__ = WebInspector.ObjectPropertiesSection.prototype;
220 WebInspector.WatchExpressionTreeElement.prototype = {
223 WebInspector.ObjectPropertyTreeElement.prototype.update.call(this);
281 WebInspector.WatchExpressionTreeElement.prototype.__proto__ = WebInspector.ObjectPropertyTreeElement.prototype;
    [all...]
treeoutline.js 234 TreeOutline.prototype._rememberTreeElement = function(element)
248 TreeOutline.prototype._forgetTreeElement = function(element)
254 TreeOutline.prototype._forgetChildrenRecursive = function(parentElement)
263 TreeOutline.prototype.getCachedTreeElement = function(representedObject)
281 TreeOutline.prototype.findTreeElement = function(representedObject, isAncestor, getParent)
332 TreeOutline.prototype.treeElementFromPoint = function(x, y)
341 TreeOutline.prototype._treeKeyDown = function(event)
405 TreeOutline.prototype.expand = function()
410 TreeOutline.prototype.collapse = function()
415 TreeOutline.prototype.revealed = function(
    [all...]
utilities.js 54 Function.prototype.bind = function(thisObject)
57 var args = Array.prototype.slice.call(arguments, 1);
58 return function() { return func.apply(thisObject, args.concat(Array.prototype.slice.call(arguments, 0))) };
61 Node.prototype.rangeOfWord = function(offset, stopCharacters, stayWithinNode, direction)
148 Node.prototype.traverseNextTextNode = function(stayWithin)
160 Node.prototype.rangeBoundaryForOffset = function(offset)
172 Element.prototype.removeStyleClass = function(className)
188 Element.prototype.removeMatchingStyleClasses = function(classNameRegex)
195 Element.prototype.addStyleClass = function(className)
201 Element.prototype.hasStyleClass = function(className)
    [all...]
ProfileDataGridTree.js 48 WebInspector.ProfileDataGridNode.prototype = {
81 var cell = WebInspector.DataGridNode.prototype.createCell.call(this, columnIdentifier);
120 WebInspector.DataGridNode.prototype.select.call(this, supressSelectedEvent);
126 WebInspector.DataGridNode.prototype.deselect.call(this, supressDeselectedEvent);
168 WebInspector.DataGridNode.prototype.insertChild.call(this, profileDataGridNode, index);
175 WebInspector.DataGridNode.prototype.removeChild.call(this, profileDataGridNode);
182 WebInspector.DataGridNode.prototype.removeChildren.call(this);
305 WebInspector.ProfileDataGridNode.prototype.__proto__ = WebInspector.DataGridNode.prototype;
320 WebInspector.ProfileDataGridTree.prototype =
    [all...]
SidebarPane.js 51 WebInspector.SidebarPane.prototype = {
133 WebInspector.SidebarPane.prototype.__proto__ = WebInspector.Object.prototype;
StatusBarButton.js 59 WebInspector.StatusBarButton.prototype = {
148 WebInspector.StatusBarButton.prototype.__proto__ = WebInspector.Object.prototype;
  /external/v8/tools/
tickprocessor.js 35 Profile.prototype = devtools.profiler.Profile.prototype;
56 childCtor.prototype.__proto__ = parentCtor.prototype;
76 Profile.prototype.handleUnknownCode = function(operation, addr) {
96 SnapshotLogProcessor.prototype.processCodeCreation = function(
103 SnapshotLogProcessor.prototype.processCodeMove = function(from, to) {
108 SnapshotLogProcessor.prototype.processCodeDelete = function(start) {
113 SnapshotLogProcessor.prototype.processSnapshotPosition = function(addr, pos) {
118 SnapshotLogProcessor.prototype.processLogFile = function(fileName)
    [all...]
  /external/v8/benchmarks/
crypto.js 148 BigInteger.prototype.am = fn;
523 Classic.prototype.convert = cConvert;
524 Classic.prototype.revert = cRevert;
525 Classic.prototype.reduce = cReduce;
526 Classic.prototype.mulTo = cMulTo;
527 Classic.prototype.sqrTo = cSqrTo;
608 Montgomery.prototype.convert = montConvert;
609 Montgomery.prototype.revert = montRevert;
610 Montgomery.prototype.reduce = montReduce;
611 Montgomery.prototype.mulTo = montMulTo
    [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-crypto.js 140 BigInteger.prototype.am = fn;
515 Classic.prototype.convert = cConvert;
516 Classic.prototype.revert = cRevert;
517 Classic.prototype.reduce = cReduce;
518 Classic.prototype.mulTo = cMulTo;
519 Classic.prototype.sqrTo = cSqrTo;
600 Montgomery.prototype.convert = montConvert;
601 Montgomery.prototype.revert = montRevert;
602 Montgomery.prototype.reduce = montReduce;
603 Montgomery.prototype.mulTo = montMulTo
    [all...]
  /external/v8/test/mjsunit/
undeletable-functions.js 40 CheckJSCSemantics(Array.prototype, array, "Array prototype");
53 CheckJSCSemantics(Date.prototype, array, "Date prototype");
74 CheckEcmaSemantics(RegExp.prototype, array, "RegExp prototype");
80 CheckEcmaSemantics(Object.prototype, array, "Object prototype");
84 CheckEcmaSemantics(Boolean.prototype, array, "Boolean prototype");
    [all...]
array-concat.js 52 // If we put a number in the prototype, then the spec says it should be
54 Array.prototype["123"] = 'baz';
64 // When we take the number off the prototype it disappears from a, but
66 Array.prototype["123"] = undefined;
70 // If the element of prototype is shadowed, the element on the instance
71 // should be copied, but not the one on the prototype.
72 Array.prototype[123] = 'baz';
78 // Non-numeric properties on the prototype or the array shouldn't get
80 Array.prototype.moe = 'joe';
87 // moe was not copied, but we can see it through the prototype
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/js1_3/inherit/
proto_8.js 25 Description: Adding Properties to the Prototype Object
32 This tests the syntax ObjectName.prototype = new PrototypeObject using the
41 var TITLE = "Adding Properties to the Prototype Object";
57 WorkerBee.prototype = new Employee();
64 Engineer.prototype = new WorkerBee();
83 Employee.prototype.specialty = "none";
  /external/v8/test/es5conform/
harness-adapt.js 34 ES5Error.prototype.toString = function () {
40 Error.prototype.__defineGetter__('description', function () {
50 TestHarness.prototype.registerTest = sth.prototype.registerTest;
53 TestHarness.prototype.startTesting = function () {
54 sth.prototype.run.call(this);
58 TestHarness.prototype.report = function () {
69 TestHarness.prototype.startingTest = function (ut) {
  /external/v8/test/mjsunit/bugs/
618.js 36 // Add setter somewhere on the prototype chain after having constructed the
38 C1.prototype = { set x(value) { this.y = 23; } };
51 // Add setter somewhere on the prototype chain after having constructed the
53 C2.prototype.__proto__ = { set x(value) { this.y = 23; } };
66 // Add setter somewhere on the prototype chain after having constructed the
68 C3.prototype.__defineSetter__('x', function(value) { this.y = 23; });
81 // Add setter somewhere on the prototype chain after having constructed the
83 C4.prototype.__proto__.__defineSetter__('x', function(value) { this.y = 23; });
bug-1344252.js 28 // Test that setter accessors added to the prototype chain are called
31 // Test that accessors added to the prototype chain are called
42 // Add a setter for x to Object.prototype and make sure it gets
45 Object.prototype.__defineSetter__('x', function(value) { result_x = value; });
50 // Add a setter for y by changing the prototype of f and make sure
64 // accessors added to the prototype chain are called instead of
73 // Add a z accessor in the prototype chain for o1 and o2.
74 Object.prototype.__defineSetter__('z', function(value) { result_z = value; });
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Boolean/
15.6.4.js 24 ECMA Section: Properties of the Boolean Prototype Object
26 The Boolean prototype object is itself a Boolean object (its [[Class]] is "
29 The value of the internal [[Prototype]] property of the Boolean prototype
30 object is the Object prototype object (15.2.3.1).
33 prototype object, the phrase "this Boolean object" refers to the object that
47 var TITLE = "Properties of the Boolean Prototype Object";
54 "Boolean.prototype == false",
56 Boolean.prototype == false );
59 "Boolean.prototype.toString = Object.prototype.toString; Boolean.prototype.toString()"
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.1.js 24 ECMA Section: 15.9.5.1 Date.prototype.constructor
26 The initial value of Date.prototype.constructor is the built-in Date
36 var TITLE = "Date.prototype.constructor";
43 "Date.prototype.constructor == Date",
45 Date.prototype.constructor == Date );
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/FunctionObjects/
15.3.3.1-1.js 25 Function.prototype
27 Description: The initial value of Function.prototype is the built-in
28 Function prototype object.
33 This test the value of Function.prototype.
42 var TITLE = "Function.prototype";
47 testcases[tc++] = new TestCase( SECTION, "Function.prototype == Function.proto", true, Function.__proto__ == Function.prototype );
  /external/webkit/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/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;

Completed in 582 milliseconds

1 2 3 4 56 7 8 91011>>