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

Function createSuper

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

Source from the content-addressed store, hash-verified

23088 //
23089 // @api
23090 function createSuper() {
23091 return createToken(106 /* SyntaxKind.SuperKeyword */);
23092 }
23093 // @api
23094 function createThis() {
23095 return createToken(108 /* SyntaxKind.ThisKeyword */);

Callers

nothing calls this directly

Calls 1

createTokenFunction · 0.70

Tested by

no test coverage detected