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

Function onRight

test/fixtures/snapshot/typescript.js:45984–45992  ·  view source on GitHub ↗
(right, state, node)

Source from the content-addressed store, hash-verified

45982 }
45983 }
45984 function onRight(right, state, node) {
45985 if (!state.skip) {
45986 var maybeBound = maybeBind(right);
45987 if (node.operatorToken.kind === 27 /* SyntaxKind.CommaToken */) {
45988 maybeBindExpressionFlowIfCall(right);
45989 }
45990 return maybeBound;
45991 }
45992 }
45993 function onExit(node, state) {
45994 if (!state.skip) {
45995 var operator = node.operatorToken.kind;

Callers

nothing calls this directly

Calls 4

maybeBindFunction · 0.85
maybeCheckExpressionFunction · 0.85
maybeEmitExpressionFunction · 0.85

Tested by

no test coverage detected