Home
last modified time | relevance | path

Searched refs:allowExpression (Results 1 – 1 of 1) sorted by relevance

/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js4220 pp$3.parseFunctionBody = function (node, allowExpression) { argument
4221 var isExpression = allowExpression && !this.match(types.braceL);
4246 var checkLVal = this.state.strict || allowExpression || isStrict;
5890 return function (node, allowExpression) { argument
5891 if (this.match(types.colon) && !allowExpression) {
5897 return inner.call(this, node, allowExpression);