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

Function f

deps/v8/test/mjsunit/harmony/await-using-null.js:7–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5// Flags: --js-staging
6
7async function f() {
8 await using x = null;
9 assertSame(null, x);
10}
11f();

Calls 1

assertSameFunction · 0.50

Tested by

no test coverage detected