Searched refs:natives (Results 1 – 12 of 12) sorted by relevance
/external/v8/test/mjsunit/ |
D | samevalue.js | 35 assertTrue(natives.SameValue(0, 0)); 36 assertTrue(natives.SameValue(+0, +0)); 37 assertTrue(natives.SameValue(-0, -0)); 38 assertTrue(natives.SameValue(1, 1)); 39 assertTrue(natives.SameValue(2, 2)); 40 assertTrue(natives.SameValue(-1, -1)); 41 assertTrue(natives.SameValue(0.5, 0.5)); 42 assertTrue(natives.SameValue(true, true)); 43 assertTrue(natives.SameValue(false, false)); 44 assertTrue(natives.SameValue(NaN, NaN)); [all …]
|
D | global-deleted-property-keyed.js | 34 natives[name] = name; 35 function foo() { natives[name] + 12; } 37 delete natives[name];
|
D | mjsunit.status | 51 fuzz-natives: PASS, SKIP if ($mode == release || $arch == arm || $arch == mips)
|
/external/v8/test/mjsunit/regress/ |
D | regress-1878.js | 35 var ai = natives.InternalArray(10000); 41 var ai = new natives.InternalArray(10000);
|
/external/v8/tools/ |
D | js2c.py | 389 natives = sys.argv[1] 393 JS2C(source_files, [natives], { 'TYPE': type, 'COMPRESSION': compression })
|
/external/v8/src/ |
D | compiler.cc | 478 NativesFlag natives) { in Compile() argument 510 if (natives == NATIVES_CODE) { in Compile()
|
D | bootstrapper.cc | 1919 Handle<String> natives = factory->LookupAsciiSymbol(FLAG_expose_natives_as); in InstallSpecialObjects() local 1922 global, natives, in InstallSpecialObjects()
|
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
D | mootools-1.2.2-core-nc.js | 91 …var natives = {'Array': Array, 'Date': Date, 'Function': Function, 'Number': Number, 'RegExp': Reg… variable 92 for (var n in natives) new Native({name: n, initialize: natives[n], protect: true});
|
D | concat-jquery-mootools-prototype.js | 4467 …var natives = {'Array': Array, 'Date': Date, 'Function': Function, 'Number': Number, 'RegExp': Reg… variable 4468 for (var n in natives) new Native({name: n, initialize: natives[n], protect: true});
|
/external/v8/tools/gyp/ |
D | v8.gyp | 386 '../../src/natives.h',
|
/external/v8/ |
D | ChangeLog | 2287 Fixed a bug with the natives cache.
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 44273 http://www.geocities.com/Athens/Delphi/1088/natives/sitting.htm 58776 http://www.natives.co.uk/resorts/tig/
|