Searched refs:natives (Results 1 – 16 of 16) 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 | 43 fuzz-natives: PASS, SKIP if ($mode == release || $arch == arm)
|
/external/v8/tools/visual_studio/ |
D | d8js2c.cmd | 6 %PYTHON% ..\js2c.py %TARGET_DIR%\natives.cc %TARGET_DIR%\natives-empty.cc D8 %SOURCE_DIR%\macros.py…
|
D | js2c.cmd | 6 %PYTHON% ..\js2c.py %TARGET_DIR%\natives.cc %TARGET_DIR%\natives-empty.cc CORE %SOURCE_DIR%\macros.…
|
/external/v8/tools/ |
D | js2c.py | 373 natives = sys.argv[1] 377 JS2C(source_files, [natives, natives_empty], { 'TYPE': type })
|
/external/v8/test/cctest/ |
D | test-heap-profiler.cc | 1237 const v8::HeapGraphNode* natives = GetNode( in TEST() local 1239 CHECK_NE(NULL, natives); in TEST() 1240 CHECK_EQ(2, natives->GetChildrenCount()); in TEST() 1242 natives, v8::HeapGraphNode::kNative, "aaa / 100 entries"); in TEST() 1245 natives, v8::HeapGraphNode::kNative, "ccc"); in TEST()
|
/external/v8/src/ |
D | compiler.cc | 467 NativesFlag natives) { in Compile() argument 511 if (natives == NATIVES_CODE) { in Compile()
|
/external/v8/tools/gyp/ |
D | v8.gyp | 428 '../../src/natives.h',
|
/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/pcre/doc/ |
D | pcregrep.txt | 193 natives. For example, X|Y finds the first character in a line
|
D | pcre.txt | 5296 natives at the higher level: 5318 natives, so the entire match fails. 6171 natives fail to match, but the end of the subject is reached during
|
/external/v8/tools/v8.xcodeproj/ |
D | project.pbxproj | 718 …5F0E719B8F00D62E90 /* natives.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 1156 897FF15F0E719B8F00D62E90 /* natives.h */,
|
/external/v8/ |
D | ChangeLog | 1042 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/
|