Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
JSTests
/
stress
/
array-includes-empty.js
blob: db12b4c3aea23d22b58616d2b73f6a3d9b817a25 [
file
] [
log
] [
blame
] [
edit
]
//@ runDefault("--useConcurrentJIT=0")
function
test
()
{
const
v5
=
[-
9007199254740990
];
v5
[
4
]
=
v5
;
return
v5
[
"includes"
](
"includes"
);
}
noInline
(
test
);
for
(
var
i
=
0
;
i
<
testLoopCount
;
++
i
)
test
();