MCPcopy Index your code
hub / github.com/nodejs/node / Symbol

Function Symbol

test/fixtures/snapshot/typescript.js:19880–19888  ·  view source on GitHub ↗
(flags, name)

Source from the content-addressed store, hash-verified

19878 }
19879 ts.getLeftmostExpression = getLeftmostExpression;
19880 function Symbol(flags, name) {
19881 this.flags = flags;
19882 this.escapedName = name;
19883 this.declarations = undefined;
19884 this.valueDeclaration = undefined;
19885 this.id = undefined;
19886 this.mergeId = undefined;
19887 this.parent = undefined;
19888 }
19889 function Type(checker, flags) {
19890 this.flags = flags;
19891 if (ts.Debug.isDebugging || ts.tracing) {

Callers 15

test.jsFile · 0.50
test.jsFile · 0.50
test.jsFile · 0.50
test.jsFile · 0.50
test-ffi-calls.jsFile · 0.50
runTestsFunction · 0.50
countdown.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…