Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
JSTests
/
microbenchmarks
/
is-array-for-non-array-object.js
blob: 587bfaf9604825be57fafa56f8ce16e43368a4ee [
file
] [
log
] [
blame
] [
edit
]
//@ skip if $model == "Apple Watch Series 3" # added by mark-jsc-stress-test.py
function
isArray
(
array
)
{
return
Array
.
isArray
(
array
);
}
noInline
(
isArray
);
for
(
var
i
=
0
;
i
<
1e5
;
++
i
)
isArray
({});