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

Function bindJsxAttribute

test/fixtures/snapshot/typescript.js:46448–46450  ·  view source on GitHub ↗
(node, symbolFlags, symbolExcludes)

Source from the content-addressed store, hash-verified

46446 return bindAnonymousDeclaration(node, 4096 /* SymbolFlags.ObjectLiteral */, "__jsxAttributes" /* InternalSymbolName.JSXAttributes */);
46447 }
46448 function bindJsxAttribute(node, symbolFlags, symbolExcludes) {
46449 return declareSymbolAndAddToSymbolTable(node, symbolFlags, symbolExcludes);
46450 }
46451 function bindAnonymousDeclaration(node, symbolFlags, name) {
46452 var symbol = createSymbol(symbolFlags, name);
46453 if (symbolFlags & (8 /* SymbolFlags.EnumMember */ | 106500 /* SymbolFlags.ClassMember */)) {

Callers 1

bindWorkerFunction · 0.85

Calls 1

Tested by

no test coverage detected