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

Function getGlobalTypedPropertyDescriptorType

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

Source from the content-addressed store, hash-verified

60677 return symbol || reportErrors ? getTypeOfGlobalSymbol(symbol, arity) : undefined;
60678 }
60679 function getGlobalTypedPropertyDescriptorType() {
60680 // We always report an error, so store a result in the event we could not resolve the symbol to prevent reporting it multiple times
60681 return deferredGlobalTypedPropertyDescriptorType || (deferredGlobalTypedPropertyDescriptorType = getGlobalType("TypedPropertyDescriptor", /*arity*/ 1, /*reportErrors*/ true) || emptyGenericType);
60682 }
60683 function getGlobalTemplateStringsArrayType() {
60684 // We always report an error, so store a result in the event we could not resolve the symbol to prevent reporting it multiple times
60685 return deferredGlobalTemplateStringsArrayType || (deferredGlobalTemplateStringsArrayType = getGlobalType("TemplateStringsArray", /*arity*/ 0, /*reportErrors*/ true) || emptyObjectType);

Callers 1

Calls 1

getGlobalTypeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…