MCPcopy Index your code
hub / github.com/BloombergGraphics/whatiscode / isLeftHandSide

Function isLeftHandSide

scripts/libs/esprima.js:2228–2230  ·  view source on GitHub ↗
(expr)

Source from the content-addressed store, hash-verified

2226 // Return true if provided expression is LeftHandSideExpression
2227
2228 function isLeftHandSide(expr) {
2229 return expr.type === Syntax.Identifier || expr.type === Syntax.MemberExpression;
2230 }
2231
2232 function parseArrayPattern() {
2233 var node = new Node(), elements = [], rest, restNode;

Callers 4

parsePostfixExpressionFunction · 0.85
parseUnaryExpressionFunction · 0.85
parseForStatementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected