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

Function getGlobalBigIntType

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

Source from the content-addressed store, hash-verified

60777 return deferredGlobalAwaitedSymbol === unknownSymbol ? undefined : deferredGlobalAwaitedSymbol;
60778 }
60779 function getGlobalBigIntType() {
60780 return (deferredGlobalBigIntType || (deferredGlobalBigIntType = getGlobalType("BigInt", /*arity*/ 0, /*reportErrors*/ false))) || emptyObjectType;
60781 }
60782 /**
60783 * Instantiates a global type that is generic with some element type, and returns that instantiation.
60784 */

Callers 1

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…