/external/v8/test/webkit/ |
dfg-int-overflow-large-constants-in-a-line.js | 74 shouldBe("foo(2147483647)", "2147483552");
|
dfg-int32-to-double-on-set-local-and-exit.js | 63 shouldBe("counter", "1200");
|
dfg-int32-to-double-on-set-local-and-sometimes-exit.js | 65 shouldBe("counter", "1200");
|
dfg-intrinsic-unused-this.js | 51 shouldBe("baz(object, " + i + ", " + (i * 2) + ")", "" + (offset + Math.max(i, i * 2)));
|
dfg-multi-basic-block-structure-clobber.js | 54 shouldBe("foo(predicate, {f:object})", "" + expected);
|
dfg-patchable-get-by-id-after-watchpoint.js | 68 shouldBe("foo(o, p)", "" + expected);
|
dfg-peephole-compare-final-object-to-final-object-or-other-when-both-proven-final-object.js | 42 shouldBe("foo(o, o)", "[42, 42, true]");
|
dfg-store-unexpected-value-into-argument-and-osr-exit.js | 62 shouldBe("foo(3, {f:f, g:g}, p)", "" + expected);
|
dfg-to-string-toString-becomes-bad-with-dictionary-string-prototype.js | 47 shouldBe("\"\" + foo(\"hello\")", expected);
|
stack-overflow-catch.js | 76 shouldBe("(stackLevel)", "(level - 1)");
|
throw-from-finally.js | 80 shouldBe("\"\" + events", "\"1:try,1:finally,2:finally,2:thingy,3:thingy,3:finally,4:thingy,4:finally,4:another thingy,5:hi,5:wat\"");
|
dfg-arith-add-overflow-check-elimination-predicted-but-not-proven-int.js | 65 shouldBe("bar(" + a + ", " + b + ", {f:" + c + "})", "" + expected);
|
dfg-constant-fold-misprediction.js | 58 shouldBe("foo(0.5)", "1000.50025");
|
dfg-dead-variable-on-exit.js | 85 shouldBe(code, "1");
|
dfg-inline-arguments-use-from-all-the-places.js | 63 shouldBe("argsToStr(bar(o, \"b\" + __i, \"c\" + __i))", "\"[[object Arguments],[object Arguments],[object Arguments],[object Arguments],[object Arguments],[object Arguments],[object Arguments],[object Arguments],[object Arguments],[object Arguments]: " + text1 + ", " + text1 + ", " + text1 + ", " + text1 + ", " + text1 + ", " + text2 + ", " + text1 + ", " + text1 + ", " + text2 + ", " + text3 + "]\"");
|
rehash-assign.js | 136 shouldBe(result.toString(), "1");
|
dfg-double-vote-fuzz.js | 89 shouldBe("grandResult", "14578304");
|
dfg-exception.js | 112 shouldBe("caughtException", 'true');
|
toString-number-dot-expr.js | 210 shouldBe("unevalf(eval(unevalf(" + fn + ")))", "unevalf(" + fn + ")");
|
/external/v8/test/webkit/fast/js/kde/ |
arguments-scope.js | 25 // We can't use normal shouldBe here, since they'd eval in the wrong context...
|
func-decl.js | 25 // We can't use normal shouldBe here, since they'd eval in the wrong context...
|
encode_decode_uri.js | 42 shouldBe(decodeFunctionName + "(" + encodeFunctionName 46 shouldBe(decodeFunctionName + "(" + encodeFunctionName
|
md5-1.js | 25 // shouldBe() (base.js) test at very end of this file (Harri) 413 shouldBe("MD5('kde')", "'186cf28b76f2264e9fea8fcf91cb4f5d'");
|
/external/v8/test/webkit/fast/js/ |
function-decompilation-operators.js | 82 shouldBe("decompiledFunction", "'function () { " + tests[test] + ";}'");
|
parser-syntax-check.js | 395 try { eval("a.b.c = {};"); } catch(e1) { e=e1; shouldBe("e.line", "1") } 401 shouldBe("foo", "'PASS'"); 402 shouldBe("bar", "'PASS'");
|