Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
JSTests
/
stress
/
dont-link-virtual-calls-on-compiler-thread.js
blob: c802a94e8ef5625bd5b45ca11d39300326fb4630 [
file
] [
log
] [
blame
]
//@ skip if $architecture != "arm64" and $architecture != "x86-64"
let s
=
`
for
(
let i
=
0
;
i
<
10000
;
i
++)
{
eval
?.(
'eval("function f() {}");'
);
}
`;
for
(
let i
=
0
;
i
<
5
;
++
i
)
runString
(
s
);