Sign in
webkit
/
WebKit
/
69084d7b0eae184a8076d683d5feee69bc80ce44
/
.
/
JSTests
/
stress
/
dfg-scan-inlined-tail-caller-frames-liveness.js
blob: a9f2168e82ca9136967e1ddd50c89b1b5929e1b1 [
file
] [
log
] [
blame
]
//@ requireOptions("--jitPolicyScale=0", "--maximumFunctionForCallInlineCandidateInstructionCount=1000", "--validateFTLOSRExitLiveness=1")
for
(
let i
=
0
;
i
<
100000
;
i
++)
{
(
function
foo
()
{
[
0
].
concat
().
indexOf
(
0
)
})()
}