Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
JSTests
/
stress
/
iterator-reduce-should-accept-undefined-as-a-value.js
blob: 9ea0832c5807009d74bd36afbcdc8f64ae2e5a93 [
file
] [
edit
]
Iterator
.
from
([]).
reduce
(()
=>
false
,
undefined
);
// Do not throw.