Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ d
Method
d
deps/v8/test/mjsunit/harmony/public-static-class-fields.js:218–220 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
216
let
foo = undefined;
217
class
B {
218
static set d(x) {
219
foo = x;
220
}
221
}
222
223
class
C extends B {
Callers
1
public-static-class-fields.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected