/external/chromium_org/v8/test/webkit/ |
dfg-flush-get-local.js | 47 shouldBe("result", "500000");
|
dfg-force-exit-then-sparse-conditional-constant-prop-in-loop.js | 45 shouldBe("foo(array)", "8746");
|
dfg-getter-throw.js | 48 shouldBe("bar(o)", i < 100 ? "\"Returned result: " + i + "\"" : "\"Threw exception: Oh hi, I'm an exception!\"");
|
dfg-getter.js | 35 shouldBe("foo(o)", "" + i);
|
dfg-holy-put-by-val-interferes-with-get-array-length.js | 35 shouldBe("foo([75])", "[1,2]");
|
dfg-inline-arguments-out-of-bounds.js | 51 shouldBe("result", expected);
|
dfg-inline-arguments-simple.js | 51 shouldBe("argsToStr(baz(\"a\" + __i, \"b\" + __i, \"c\" + __i))", "\"[object Arguments]: a" + __i + ", b" + __i + ", c" + __i + "\"");
|
dfg-inline-arguments-use-directly-from-inlined-code.js | 47 shouldBe("argsToStr(bar(\"a\" + __i, \"b\" + __i, \"c\" + __i))", "\"[object Arguments]: a" + __i + ", b" + __i + ", c" + __i + "\"");
|
dfg-inline-constructor-that-uses-arguments.js | 37 shouldBe("bar().x", "42");
|
dfg-int-overflow-in-loop.js | 39 shouldBe("foo(0)", "-4094336");
|
dfg-int32-to-double-on-known-number.js | 43 shouldBe("foo({f:5}, 42.5)", "52.5");
|
dfg-intrinsic-side-effect-assignment-osr-exit.js | 47 shouldBe("foo(array)", expected);
|
dfg-intrinsic-unused-this-method-check.js | 48 shouldBe("baz(object, " + i + ", " + (i * 2) + ")", "" + (offset + Math.max(i, i * 2)));
|
dfg-max-backwards-propagation.js | 47 shouldBe("foo(" + f + ", " + array + ", 0)", expected);
|
dfg-min-backwards-propagation.js | 47 shouldBe("foo(" + f + ", " + array + ", 0)", expected);
|
dfg-mul-big-integer-with-small-integer-and-bitor.js | 33 shouldBe("foo(2147483647)", "-65536");
|
dfg-mul-big-integer-with-small-integer-and-detect-overflow.js | 33 shouldBe("foo(2147483647)", "140737488289792");
|
dfg-mul-big-integer-with-small-integer.js | 33 shouldBe("foo(2147483647)", "140737488289792");
|
dfg-mul-big-integers.js | 33 shouldBe("foo(2147483647, 2147483646)", "-2147483648");
|
dfg-negative-array-index.js | 35 shouldBe("array[-1]", "42");
|
dfg-obvious-constant-cfa.js | 46 shouldBe("result", "228300");
|
dfg-peephole-compare-final-object-to-final-object-or-other-when-proven-final-object.js | 41 shouldBe("foo(o, o)", "[42, true]");
|
dfg-phantom-base.js | 41 shouldBe("foo(i < 190 ? {f:42, g:{h:3}} : {f:42, g:{}})", "false");
|
dfg-phantom-get-local.js | 41 shouldBe("foo(i < 190 ? {f:42, g:{h:3}} : {f:42, g:{}})", "false");
|
dfg-post-inc-then-exit.js | 37 shouldBe("o.f", "0");
|