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

Function bindAnonymousTypeWorker

test/fixtures/snapshot/typescript.js:47059–47061  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

47057 return bindPropertyOrMethodOrAccessor(node, 4 /* SymbolFlags.Property */ | (node.questionToken ? 16777216 /* SymbolFlags.Optional */ : 0 /* SymbolFlags.None */), 0 /* SymbolFlags.PropertyExcludes */);
47058 }
47059 function bindAnonymousTypeWorker(node) {
47060 return bindAnonymousDeclaration(node, 2048 /* SymbolFlags.TypeLiteral */, "__type" /* InternalSymbolName.Type */);
47061 }
47062 function bindSourceFileIfExternalModule() {
47063 setExportContextFlag(file);
47064 if (ts.isExternalModule(file)) {

Callers 1

bindWorkerFunction · 0.85

Calls 1

bindAnonymousDeclarationFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…