Sign in
webkit
/
WebKit
/
2451ef9a6f07697711cff954a3812f59820a6e05
/
.
/
JSTests
/
stress
/
object-allocation-sinking-phase-needs-to-write-to-each-scope-offset.js
blob: d9eca32bf690122a5525ddb9772467ace1fe6c33 [
file
] [
log
] [
blame
]
//@ runDefault("--forceEagerCompilation=1", "--useConcurrentJIT=0")
function
foo
(
a
,
a
)
{
function
x
()
{
eval
();
}
}
foo
();
foo
();
foo
();
foo
();
foo
();
foo
(
0
);