Sign in
webkit
/
WebKit
/
7c2d2b06cff0bde1c85f11402729e2b90317522d
/
.
/
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
);