Searched defs:Number (Results 1 - 25 of 64) sorted by relevance

123

/external/v8/test/mjsunit/regress/
H A Dregress-1062422.js29 Number.prototype.__proto__ = String.prototype;
0 Number.prototype.__proto__ = String.prototype; class
H A Dregress-877615.js28 Number.prototype.toLocaleString = function() { return 'invalid'; };
31 Number.prototype.toLocaleString = 'invalid';
34 delete Number.prototype.toLocaleString;
35 Number.prototype.toString = function() { return 'invalid' };
0 Number.prototype.toLocaleString = function() { return 'invalid'; }; class
H A Dregress-900966.js44 Number.prototype[11] = 'y';
43 Number.prototype[11] = 'y'; class
/external/v8/test/mjsunit/
H A Dfun-as-prototype.js30 Number.prototype.__proto__ = Funky;
35 Number.prototype.__proto__ = [1, 2, 3];
29 Number.prototype.__proto__ = Funky; class
H A Dindexed-value-properties.js28 // Test that the Number, String and Boolean prototypes are searched
44 Number.prototype[0] = 0;
45 Number.prototype[1] = return_one;
42 Number.prototype[0] = 0; class
H A Dkeyed-call-generic.js49 Number.prototype.square = function() { return this * this; }
50 Number.prototype.power4 = function() { return this.square().square(); }
52 Number.prototype.type = TypeOfThis;
47 Number.prototype.square = function() { return this * this; } class
H A Dvalue-wrapper.js96 assertEquals('[object Number]', (42).ObjectToString());
97 assertEquals('[object Number]', (3.14).ObjectToString());
106 Number.prototype.TypeOfThis = TypeOfThis;
108 Number.prototype[7] = TypeOfThis;
112 Number.prototype.ObjectValueOf = Object.prototype.valueOf;
116 Number.prototype.ObjectToString = Object.prototype.toString;
123 Number.prototype.TypeOfThis = 'x';
125 Number.prototype[7] = 'x';
129 Number.prototype.TypeOfThis = TypeOfThis;
131 Number
105 Number.prototype.TypeOfThis = TypeOfThis; class
[all...]
H A Dvalue-callic-prototype-change.js54 Number.prototype.toString = function() { return 0; };
65 Number.prototype.toString = function() { return 42; };
53 Number.prototype.toString = function() { return 0; }; class
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/String/
H A Dmatch-004.js49 Number.prototype.match = String.prototype.match;
47 Number.prototype.match = String.prototype.match; class
H A Dsplit-002.js58 Number.prototype.split = String.prototype.split;
60 CompareSplit( new Number(100111122133144155), 1 );
61 CompareSplitWithLimit(new Number(100111122133144155), 1, 1 );
63 CompareSplitWithLimit(new Number(100111122133144155), 1, 2 );
64 CompareSplitWithLimit(new Number(100111122133144155), 1, 0 );
65 CompareSplitWithLimit(new Number(100111122133144155), 1, 100 );
66 CompareSplitWithLimit(new Number(100111122133144155), 1, void 0 );
67 CompareSplitWithLimit(new Number(100111122133144155), 1, Math.pow(2,32)-1 );
68 CompareSplitWithLimit(new Number(100111122133144155), 1, "boo" );
69 CompareSplitWithLimit(new Number(10011112213314415
55 Number.prototype.split = String.prototype.split; class
[all...]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoken.ml12 | Ident of string | Number of float Constructor in type:token
H A Dast.ml8 | Number of float Constructor in type:expr
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoken.ml12 | Ident of string | Number of float Constructor in type:token
H A Dast.ml8 | Number of float Constructor in type:expr
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoken.ml12 | Ident of string | Number of float Constructor in type:token
H A Dast.ml8 | Number of float Constructor in type:expr
/external/v8/test/mjsunit/compiler/
H A Dregress-arguments.js49 Number.prototype.foo = 42;
50 delete Number.prototype.foo;
47 Number.prototype.foo = 42; class
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Expressions/
H A Dregress-96526-argsub.js58 Number.prototype.magic=42;
57 Number.prototype.magic=42; class
H A Dregress-96526-delelem.js58 Number.prototype.magic=42;
57 Number.prototype.magic=42; class
H A Dregress-96526-noargsub.js58 Number.prototype.magic=42;
57 Number.prototype.magic=42; class
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DNumber.java19 * $Id: Number.java 468655 2006-10-28 07:12:06Z minchau $
30 public class Number extends UnaryOperation class in inherits:UnaryOperation
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Dstring-tagcloud.js93 Number.prototype.toJSONString = function () {
90 Number.prototype.toJSONString = function () { class
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Dstring-tagcloud.js93 Number.prototype.toJSONString = function () {
90 Number.prototype.toJSONString = function () { class
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/
H A Dp2.cpp34 struct Number { // expected-note 2 {{candidate}} struct in namespace:Numbers
35 explicit Number(double d) : d(d) {} function in struct:Numbers::Number
38 Number zero(0.0f);
39 void g(Number); // expected-note 2{{passing argument to parameter here}}
43 Numbers::Number n = Numbers::zero;
54 Numbers::Number n = Numbers::zero;
60 Numbers2::g(i); // expected-error {{no viable conversion from 'int' to 'Numbers::Number'}}
64 Numbers2::g(f); // expected-error {{no viable conversion from 'float' to 'Numbers::Number'}}
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dast.ml8 | Number of float Constructor in type:expr

Completed in 275 milliseconds

123