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

Function f1

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

Source from the content-addressed store, hash-verified

565
566{
567 function f1() {
568 var x;
569 with ({get await() { return [42] }}) {
570 x = await
571 [0];
572 };
573 return x;
574 }
575
576 assertEquals(42, f1());
577 async function f2() {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected