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

Method propertyNames

deps/v8/tools/system-analyzer/log/log.mjs:56–58  ·  view source on GitHub ↗

@return {string[]}

()

Source from the content-addressed store, hash-verified

54 // Returns an array of public property names.
55 /** @return {string[]} */
56 static get propertyNames() {
57 throw new Error('Not implemented.');
58 }
59}

Callers 9

CheckScopeContentFunction · 0.45
CheckScopeContentFunction · 0.45
CheckScopeContentFunction · 0.45
CheckScopeContentFunction · 0.45
listenerFunction · 0.45
CheckScopeContentFunction · 0.45
CheckScopeContentFunction · 0.45
CheckScopeContentFunction · 0.45
CheckScopeContentFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected