Sign in
webkit
/
WebKit
/
6fd57f0545e2ab789319dc828ca2e5959d39c256
/
.
/
JSTests
/
microbenchmarks
/
regexp-u-global-es5.js
blob: 7159424478323aad9ce12d97994c6cd2b47dfb13 [
file
] [
log
] [
blame
]
//@ skip if $model == "Apple Watch Series 3" # added by mark-jsc-stress-test.py
function
fn
()
{
return
'𠮷'
.
match
(
/^.$/
g
);
}
noInline
(
fn
);
for
(
var
i
=
0
;
i
<
1e6
;
++
i
)
fn
();