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