/external/v8/test/webkit/ |
dfg-check-two-structures.js | 54 shouldBe("foo(o, o)", "" + expected);
|
dfg-compare-final-object-to-final-object-or-other-when-both-proven-final-object.js | 35 shouldBe("foo(o, o)", "[42, 42, true]");
|
dfg-compare-final-object-to-final-object-or-other-when-proven-final-object.js | 35 shouldBe("foo(o, o)", "[42, true]");
|
dfg-constant-fold-first-local-read-after-block-merge.js | 46 shouldBe("bar(5)", "42");
|
dfg-convert-this-object-then-exit-on-other.js | 40 shouldBe("foo.call(me)", "42");
|
dfg-convert-this-other-then-exit-on-object.js | 40 shouldBe("foo.call(me)", "42");
|
dfg-convert-this-polymorphic-object-then-exit-on-other.js | 42 shouldBe("foo.call(me)", "42");
|
dfg-convert-this-polymorphic-object-then-exit-on-string.js | 44 shouldBe("foo.call(me)", "42");
|
dfg-cse-dead-get-scoped-var.js | 40 shouldBe("foo(i)(false)", "42");
|
dfg-dead-redundant-get-array-length.js | 34 shouldBe("foo([1, 2, 3])", "3");
|
dfg-dead-unreachable-code-with-chain-of-dead-unchecked-nodes.js | 40 shouldBe("foo(42)(false)", "5");
|
dfg-double-addition-simplify-to-int.js | 49 shouldBe("foo(42, true)[0]", "84");
|
dfg-double-use-of-post-simplification-double-prediction.js | 39 shouldBe("foo(0.5)", "42.5");
|
dfg-float32-array-nan.js | 43 shouldBe("\"\" + foo(floatView)", "\"NaN\"");
|
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");
|