diff options
Diffstat (limited to 'SunSpider/tests/ubench/function-excess-args.js')
-rw-r--r-- | SunSpider/tests/ubench/function-excess-args.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/SunSpider/tests/ubench/function-excess-args.js b/SunSpider/tests/ubench/function-excess-args.js deleted file mode 100644 index 15ac585..0000000 --- a/SunSpider/tests/ubench/function-excess-args.js +++ /dev/null @@ -1,6 +0,0 @@ -function f(x0, x1, x2, x3, x4) -{ -} - -for (var i = 0; i < 3000000; ++i) - f(0, 1, 2, 3, 4, 5, 6, 7, 8, 9); |