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

Function getGlobalESSymbolType

test/fixtures/snapshot/typescript.js:60714–60716  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60712 return deferredGlobalESSymbolConstructorTypeSymbol || (deferredGlobalESSymbolConstructorTypeSymbol = getGlobalTypeSymbol("SymbolConstructor", reportErrors));
60713 }
60714 function getGlobalESSymbolType() {
60715 return (deferredGlobalESSymbolType || (deferredGlobalESSymbolType = getGlobalType("Symbol", /*arity*/ 0, /*reportErrors*/ false))) || emptyObjectType;
60716 }
60717 function getGlobalPromiseType(reportErrors) {
60718 return (deferredGlobalPromiseType || (deferredGlobalPromiseType = getGlobalType("Promise", /*arity*/ 1, reportErrors))) || emptyGenericType;
60719 }

Callers 2

getApparentTypeFunction · 0.85

Calls 1

getGlobalTypeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…