HomeSort by relevance Sort by last modified time
    Searched defs:foo (Results 276 - 300 of 3525) sorted by null

<<11121314151617181920>>

  /external/v8/test/webkit/
dfg-arrayify-when-late-prevent-extensions.js 28 function foo(o) { function
41 shouldBe("foo(o)", expected);
dfg-arrayify-when-prevent-extensions.js 28 function foo(o) { function
36 shouldBe("foo(o)", "void 0");
dfg-bool-to-int32-reuse.js 28 function foo(x) { function
33 shouldBe("foo(true)", "[2, true]");
dfg-branch-logical-not-peephole-around-osr-exit.js 28 function foo(a, b, c) { function
40 shouldBe("foo(i, 5, i == 199 ? 2147483647 : 5)", "" + expected);
dfg-cfa-merge-with-dead-use-at-tail.js 28 function foo(p, q, v) { function
45 shouldBe("foo(false, true, 5)", "42");
dfg-constant-fold-misprediction.js 29 function foo(x) { function
56 // Call foo() enough times to make totally sure that we optimize.
58 shouldBe("foo(0.5)", "1000.50025");
dfg-convert-this-object-then-exit-on-other.js 28 function foo() { function
40 shouldBe("foo.call(me)", "42");
dfg-convert-this-other-then-exit-on-object.js 28 function foo() { function
40 shouldBe("foo.call(me)", "42");
dfg-convert-this-polymorphic-object-then-exit-on-other.js 28 function foo() { function
42 shouldBe("foo.call(me)", "42");
dfg-create-inlined-arguments-in-closure-inline.js 28 function foo(x, f) { function
33 var value = foo(i < 190 ? i : 0.5, function() {
dfg-cse-dead-get-scoped-var.js 28 function foo(a) { function
40 shouldBe("foo(i)(false)", "42");
dfg-dead-redundant-get-array-length.js 28 function foo(array) { function
34 shouldBe("foo([1, 2, 3])", "3");
dfg-double-addition-simplify-to-int.js 28 function foo(a, p) { function
49 shouldBe("foo(42, true)[0]", "84");
dfg-double-use-of-post-simplification-double-prediction.js 28 function foo(a) { function
39 shouldBe("foo(0.5)", "42.5");
dfg-float32-array-nan.js 37 function foo(o) { function
43 shouldBe("\"\" + foo(floatView)", "\"NaN\"");
dfg-getter.js 28 function foo(o) { function
35 shouldBe("foo(o)", "" + i);
dfg-holy-put-by-val-interferes-with-get-array-length.js 28 function foo(array) { function
35 shouldBe("foo([75])", "[1,2]");
dfg-int-overflow-in-loop.js 28 function foo(a) { function
39 shouldBe("foo(0)", "-4094336");
dfg-int-overflow-large-constants-in-a-line.js 28 function foo(a) { function
74 shouldBe("foo(2147483647)", "2147483552");
dfg-intrinsic-side-effect-assignment-osr-exit.js 28 function foo(array) { function
47 shouldBe("foo(array)", expected);
dfg-mispredict-variable-but-prove-int.js 28 function foo(a, b, c) { function
40 shouldBe("foo(0, 1, 0)", "0.5");
43 shouldBe("foo(i, i + 1, i + 2)", "1");
dfg-mul-big-integer-with-small-integer-and-bitor.js 28 function foo(a) { function
33 shouldBe("foo(2147483647)", "-65536");
dfg-mul-big-integer-with-small-integer-and-detect-overflow.js 28 function foo(a) { function
33 shouldBe("foo(2147483647)", "140737488289792");
dfg-mul-big-integer-with-small-integer.js 28 function foo(a) { function
33 shouldBe("foo(2147483647)", "140737488289792");
dfg-mul-big-integers.js 28 function foo(a, b) { function
33 shouldBe("foo(2147483647, 2147483646)", "-2147483648");

Completed in 682 milliseconds

<<11121314151617181920>>