зеркало из https://github.com/mozilla/gecko-dev.git
Bug 539553: adding one more test case for the new on-trace arguments.length LIR, no_r=me
This commit is contained in:
Родитель
e4260dacfd
Коммит
1d1e0469c8
|
@ -0,0 +1,11 @@
|
|||
function g(x) {
|
||||
assertEq(arguments.length, 1);
|
||||
assertEq(x.length, 4);
|
||||
}
|
||||
|
||||
function f() {
|
||||
for (var i = 0; i < 9; i++)
|
||||
g(arguments);
|
||||
}
|
||||
|
||||
f(1, 2, 3, 4);
|
Загрузка…
Ссылка в новой задаче