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

Function createDefaultSuperCallOrThis

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

Source from the content-addressed store, hash-verified

99314 return ts.setEmitFlags(factory.createThis(), 4 /* EmitFlags.NoSubstitution */);
99315 }
99316 function createDefaultSuperCallOrThis() {
99317 return factory.createLogicalOr(factory.createLogicalAnd(factory.createStrictInequality(factory.createUniqueName("_super", 16 /* GeneratedIdentifierFlags.Optimistic */ | 32 /* GeneratedIdentifierFlags.FileLevel */), factory.createNull()), factory.createFunctionApplyCall(factory.createUniqueName("_super", 16 /* GeneratedIdentifierFlags.Optimistic */ | 32 /* GeneratedIdentifierFlags.FileLevel */), createActualThis(), factory.createIdentifier("arguments"))), createActualThis());
99318 }
99319 /**
99320 * Visits a parameter declaration.
99321 *

Callers 2

transformConstructorBodyFunction · 0.85

Calls 1

createActualThisFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…