/external/chromium_org/v8/test/mjsunit/compiler/ |
regress-3260426.js | 29 // (false in a test context). This should happen even when inlined 33 function test() { return always_false() ? 0 : 1; } function 35 assertEquals(1, test());
|
regress-loadfield.js | 30 // Regression test for GVN on field loads. 38 function test(a) { function 64 test(a); 66 %OptimizeFunctionOnNextCall(test); 67 test(a); 69 test("");
|
regress-rep-change.js | 28 // Regression test for the case where a phi has two input operands with 31 function test(start) { function 41 test(0);
|
/external/chromium_org/v8/test/mjsunit/ |
global-load-from-eval-in-with.js | 32 function test(obj, source) { function 38 // Test shadowing in eval scope. 39 test({ x: 42 }, "assertEquals(42, x)"); 40 test({ y: 42 }, "assertEquals(27, x)"); 42 // Test shadowing in local scope inside an eval scope. 43 test({ x: 42 }, "function f() { assertEquals(42, x) }; f();"); 44 test({ y: 42 }, "function f() { assertEquals(27, x) }; f();"); 46 // Test shadowing in local scope inside an eval scope. Deeper nesting 48 test({ x: 42 }, "function f() { function g() { assertEquals(42, x) }; g() }; f();"); 49 test({ y: 42 }, "function f() { function g() { assertEquals(27, x) }; g() }; f();") [all...] |
string-externalize.js | 32 function test() { function 92 // Run the test many times to ensure IC-s don't break things. 94 test();
|
sum-0-plus-undefined-is-NaN.js | 31 * @fileoverview Test addition of 0 and undefined. 36 function test(x, y, expectNaN) { function 44 test(0, 1, false); 45 test(0, undefined, true);
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1132.js | 28 // Test the case when exception is thrown from the parser when lazy 33 // If the test starts to fail in Genesis, consider increasing this constant. 35 function test() { function 37 test(1, test(1)); 46 test();
|
regress-1166.js | 34 function test(x) { return observe(1, ((false || false), x + 1)); } function 36 for (var i = 0; i < 5; ++i) test(0); 37 %OptimizeFunctionOnNextCall(test); 38 test(0); 40 test("a");
|
regress-1181.js | 28 // The first count times, test is called with an integer argument and 29 // crankshaft produces code for int32 representation. Test that the 34 function test(x) { function 41 %DeoptimizeFunction(test); 45 i = test(x / 100);
|
regress-1237.js | 33 function test(x) { function 37 for (var i = 0; i < 5; ++i) test(0); 38 %OptimizeFunctionOnNextCall(test); 39 test(0); 41 test("a");
|
regress-1531.js | 28 // Regression test for computing elements keys of arguments object. Should 30 function test(x) { function 36 assertEquals(["0", "10"], test(0)); 38 // Regression test for lookup after delete of a dictionary-mode arguments
|
regress-2110.js | 32 function test() { function 37 test(); 38 test(); 39 test(); 40 %OptimizeFunctionOnNextCall(test); 41 test();
|
regress-294.js | 33 function test(x) { function 43 test("hund");
|
regress-grow-store-smi-check.js | 30 // The below test function was generated from part of a WebKit layout 31 // test library setup routine: fast/canvas/webgl/resources/pnglib.js 33 function test(crc32) { function 50 test([0.5]); 51 test(a); 52 %OptimizeFunctionOnNextCall(test); 53 test(a);
|
/external/chromium_org/v8/test/webkit/ |
sort-large-array.js | 26 var test = []; variable 28 test.push(10009 - i); 29 test.sort(function(a, b) {return a - b;}); 31 shouldBe("test.length", "10010"); 32 shouldBe("test[9999]", "9999"); 33 shouldBe("test[10000]", "10000"); 34 shouldBe("test.slice(0, 20).join(', ')", "'0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19'"); 35 shouldBe("test.slice(9990, 10010).join(', ')", "'9990, 9991, 9992, 9993, 9994, 9995, 9996, 9997, 9998, 9999, 10000, 10001, 10002, 10003, 10004, 10005, 10006, 10007, 10008, 10009'");
|
/external/clang/test/Analysis/ |
MismatchedDeallocator-path-notes.cpp | 6 void test() { function 150 // CHECK-NEXT: <key>issue_context</key><string>test</string>
|
analyzer-stats.c | 5 int test() { // expected-warning-re{{test -> Total CFGBlocks: [0-9]+ \| Unreachable CFGBlocks: 0 \| Exhausted Block: no \| Empty WorkList: yes}} function
|
crash-trace.c | 10 void test() { function 18 // CHECK-NEXT: #1 void test()
|
cxx-method-names.cpp | 14 void test(Evil &E) { function
|
/external/clang/test/Analysis/diagnostics/ |
no-prune-paths.c | 4 // "prune-paths" is a debug option only; this is just a simple test to see that 12 void test() { function
|
/external/clang/test/CXX/expr/expr.mptr.oper/ |
p6-0x.cpp | 15 void test(X *xp, int (X::*pmf)(int), int (X::*l_pmf)(int) &, function
|
/external/clang/test/CodeGen/ |
2002-04-08-LocalArray.c | 6 double test(unsigned X) { function
|
2002-06-25-FWriteInterfaceFailure.c | 7 void test() { function
|
2003-08-20-PrototypeMismatch.c | 13 void test() { function
|
2003-11-08-PointerSubNotGetelementptr.c | 3 char *test(char* C) { function
|