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

Method a

deps/v8/test/mjsunit/harmony/private-fields.js:166–168  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

164 let prototypeLookup = false;
165 class A {
166 set a(val) {
167 prototypeLookup = true;
168 }
169
170 get a() { return undefined; }
171 }

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected