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

Function visitNode_1

test/fixtures/snapshot/typescript.js:38574–38577  ·  view source on GitHub ↗
(child)

Source from the content-addressed store, hash-verified

38572 if (aggressiveChecks) {
38573 var pos_2 = node.pos;
38574 var visitNode_1 = function (child) {
38575 ts.Debug.assert(child.pos >= pos_2);
38576 pos_2 = child.end;
38577 };
38578 if (ts.hasJSDocNodes(node)) {
38579 for (var _i = 0, _a = node.jsDoc; _i < _a.length; _i++) {
38580 var jsDocComment = _a[_i];

Callers 1

checkNodePositionsFunction · 0.85

Calls 1

assertMethod · 0.80

Tested by

no test coverage detected