Sign in
webkit
/
WebKit
/
7d815df5a5eb5a0a67d72260d5639681d50d7f66
/
.
/
JSTests
/
stress
/
indirect-call-object-constructor-with-no-arguments.js
blob: e2853a5d2d836d80f9eb21bb3af82dc643d490ce [
file
] [
log
] [
blame
]
let foo
=
Object
function
test
()
{
return
foo
();
}
noInline
(
test
);
for
(
i
=
0
;
i
<
100000
;
i
++)
test
();