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

Function setEnd

test/fixtures/snapshot/typescript.js:148735–148738  ·  view source on GitHub ↗
(n, end)

Source from the content-addressed store, hash-verified

148733 return result;
148734 }
148735 function setEnd(n, end) {
148736 ts.Debug.assert(typeof end === "number");
148737 n.__end = end;
148738 }
148739 var LeadingTriviaOption;
148740 (function (LeadingTriviaOption) {
148741 /** Exclude all leading trivia (use getStart()) */

Callers 3

onAfterEmitNodeFunction · 0.85
onAfterEmitNodeArrayFunction · 0.85
onAfterEmitTokenFunction · 0.85

Calls 1

assertMethod · 0.80

Tested by

no test coverage detected