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

Function createThis

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

Source from the content-addressed store, hash-verified

23092 }
23093 // @api
23094 function createThis() {
23095 return createToken(108 /* SyntaxKind.ThisKeyword */);
23096 }
23097 // @api
23098 function createNull() {
23099 return createToken(104 /* SyntaxKind.NullKeyword */);

Callers 1

createCallBindingFunction · 0.85

Calls 1

createTokenFunction · 0.70

Tested by

no test coverage detected