Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
JSTests
/
modules
/
async-generator-default
/
module.js
blob: 187498ceac9f01ad3b5749905fed1a670791c3b9 [
file
] [
log
] [
blame
] [
edit
]
export
default
async
function
*
test
()
{
yield
40
;
}