MCPcopy Create free account
hub / github.com/nodejs/node / bindPropertyWorker

Function bindPropertyWorker

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

Source from the content-addressed store, hash-verified

47054 }
47055 }
47056 function bindPropertyWorker(node) {
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 }

Callers 1

bindWorkerFunction · 0.85

Calls 1

Tested by

no test coverage detected