MCPcopy Create free account
hub / github.com/nodejs/node / foo

Function foo

deps/v8/test/mjsunit/es8/async-await-basic.js:363–363  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

361assertEquals("start:5 resume:throw1 resume:throw2", log.join(" "));
362
363async function foo() {}
364assertEquals("async function foo() {}", foo.toString());
365assertEquals("async function () {}", async function () {}.toString());
366assertEquals("async x => x", (async x => x).toString());

Callers 1

Calls 3

thenMethod · 0.45
resolveMethod · 0.45
pushMethod · 0.45

Tested by

no test coverage detected