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

Function onLeft

test/fixtures/snapshot/typescript.js:45970–45978  ·  view source on GitHub ↗
(left, state, node)

Source from the content-addressed store, hash-verified

45968 return state;
45969 }
45970 function onLeft(left, state, node) {
45971 if (!state.skip) {
45972 var maybeBound = maybeBind(left);
45973 if (node.operatorToken.kind === 27 /* SyntaxKind.CommaToken */) {
45974 maybeBindExpressionFlowIfCall(left);
45975 }
45976 return maybeBound;
45977 }
45978 }
45979 function onOperator(operatorToken, state, _node) {
45980 if (!state.skip) {
45981 bind(operatorToken);

Callers

nothing calls this directly

Calls 4

maybeBindFunction · 0.85
maybeCheckExpressionFunction · 0.85
maybeEmitExpressionFunction · 0.85

Tested by

no test coverage detected