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

Function bindJsxAttributes

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

Source from the content-addressed store, hash-verified

46443 return bindAnonymousDeclaration(node, 4096 /* SymbolFlags.ObjectLiteral */, "__object" /* InternalSymbolName.Object */);
46444 }
46445 function bindJsxAttributes(node) {
46446 return bindAnonymousDeclaration(node, 4096 /* SymbolFlags.ObjectLiteral */, "__jsxAttributes" /* InternalSymbolName.JSXAttributes */);
46447 }
46448 function bindJsxAttribute(node, symbolFlags, symbolExcludes) {
46449 return declareSymbolAndAddToSymbolTable(node, symbolFlags, symbolExcludes);
46450 }

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…