Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
async
function
f() {
8
await
using x = null;
9
assertSame(null, x);
10
}
11
f();
Callers
5
await-using-null.js
File · 0.70
CheckAccessor
Function · 0.70
public-instance-class-fields.js
File · 0.70
class-static-blocks.js
File · 0.70
public-static-class-fields.js
File · 0.70
Calls
1
assertSame
Function · 0.50
Tested by
no test coverage detected