Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
JSTests
/
stress
/
operationToObject-should-check-for-null-errorMessage.js
blob: 8c69337aaf57067e9c1aa6525e6dc347ae88a1e2 [
file
] [
log
] [
blame
] [
edit
]
function
foo
()
{
for
(
let j
=
0
;
j
<
5
;
j
++)
{}
new
Promise
(()=>
{
new
Promise
([].
values
);
});
}
for
(
let i
=
0
;
i
<
testLoopCount
;
i
++)
foo
();