Searched refs:allowExpression (Results 1 – 1 of 1) sorted by relevance
4220 pp$3.parseFunctionBody = function (node, allowExpression) { argument4221 var isExpression = allowExpression && !this.match(types.braceL);4246 var checkLVal = this.state.strict || allowExpression || isStrict;5890 return function (node, allowExpression) { argument5891 if (this.match(types.colon) && !allowExpression) {5897 return inner.call(this, node, allowExpression);