This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
test262
mirror of
https://github.com/tc39/test262.git
Watch
1
Star
0
Fork
You've already forked test262
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1452a22a02
test262
/
implementation-contributed
/
javascriptcore
/
perf
/
bench-allocate-nonretained.js
7 lines
128 B
JavaScript
Raw
Blame
History
(
function
(
)
{
for
(
var
i
=
0
;
i
<
500
;
++
i
)
{
for
(
var
j
=
0
;
j
<
100000
;
++
j
)
var
a
=
{
}
;
}
}
)
(
)
;
Reference in New Issue
View Git Blame
Copy Permalink