Sign in
webkit
/
WebKit
/
1af45fc1915c308be35b19553899267f3a4f02ea
/
.
/
JSTests
/
microbenchmarks
/
symbol-creation.js
blob: 96b8cbdac5ca75d21396ca8e18253c9b24601f2b [
file
] [
log
] [
blame
]
//@ skip if $model == "Apple Watch Series 3" # added by mark-jsc-stress-test.py
function
test
()
{
return
Symbol
();
}
noInline
(
test
);
for
(
var
i
=
0
;
i
<
4e5
;
++
i
)
test
();