Searched refs:argsToStr (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/v8/test/webkit/
H A Ddfg-inline-arguments-use-from-all-the-places-broken.js47 function argsToStr(args) { function
54 str += argsToStr(args[i]);
60 shouldThrow("argsToStr(bar(\"a\" + __i, \"b\" + __i, \"c\" + __i))");
H A Ddfg-inline-arguments-use-directly-from-inlined-code.js36 function argsToStr(args) { function
47 shouldBe("argsToStr(bar(\"a\" + __i, \"b\" + __i, \"c\" + __i))", "\"[object Arguments]: a" + __i + ", b" + __i + ", c" + __i + "\"");
H A Ddfg-inline-arguments-use-from-getter.js39 function argsToStr(args) { function
50 shouldBe("argsToStr(bar(o, \"b\" + __i, \"c\" + __i))", "\"[object Arguments]: [object Object], b" + __i + ", c" + __i + "\"");
H A Ddfg-inline-arguments-become-double.js41 function argsToStr(args) { function
52 shouldBe("argsToStr(baz(\"a\" + __i, \"b\" + __i, \"c\" + __i))", "\"[object Arguments]: a" + __i + ", 42.5, c" + __i + "\"");
H A Ddfg-inline-arguments-become-int32.js41 function argsToStr(args) { function
52 shouldBe("argsToStr(baz(\"a\" + __i, \"b\" + __i, \"c\" + __i))", "\"[object Arguments]: a" + __i + ", 42, c" + __i + "\"");
H A Ddfg-inline-arguments-int32.js40 function argsToStr(args) { function
51 shouldBe("argsToStr(baz(__i + 1, __i + 2, __i + 3))", "\"[object Arguments]: " + (__i + 1) + ", " + (__i + 2) + ", " + (__i + 3) + "\"");
H A Ddfg-inline-arguments-reset-changetype.js41 function argsToStr(args) { function
52 shouldBe("argsToStr(baz(\"a\" + __i, __i + 2, \"c\" + __i))", "\"[object Arguments]: a" + __i + ", a" + __i + ", c" + __i + "\"");
H A Ddfg-inline-arguments-reset.js41 function argsToStr(args) { function
52 shouldBe("argsToStr(baz(\"a\" + __i, \"b\" + __i, \"c\" + __i))", "\"[object Arguments]: a" + __i + ", a" + __i + ", c" + __i + "\"");
H A Ddfg-inline-arguments-simple.js40 function argsToStr(args) { function
51 shouldBe("argsToStr(baz(\"a\" + __i, \"b\" + __i, \"c\" + __i))", "\"[object Arguments]: a" + __i + ", b" + __i + ", c" + __i + "\"");
H A Ddfg-inline-arguments-use-from-all-the-places.js47 function argsToStr(args) { function
54 str += argsToStr(args[i]);
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 + "]\"");

Completed in 338 milliseconds