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