Source code
Revision control
Copy as Markdown
Other Tools
/*
* Any copyright is dedicated to the Public Domain.
*/
async function f() {
let
await 0;
}
assert.sameValue(true, f instanceof Function);
/*
* Any copyright is dedicated to the Public Domain.
*/
async function f() {
let
await 0;
}
assert.sameValue(true, f instanceof Function);