Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js3322 pp$3.parseMaybeAssign = function (noIn, refShorthandDefaultPos, afterLeftParse, refNeedsArrowPos) { argument
3344 var left = this.parseMaybeConditional(noIn, refShorthandDefaultPos, refNeedsArrowPos);
3378 pp$3.parseMaybeConditional = function (noIn, refShorthandDefaultPos, refNeedsArrowPos) { argument
3384 return this.parseConditional(expr, noIn, startPos, startLoc, refNeedsArrowPos);
3805 var refNeedsArrowPos = { start: 0 }; variable
3814 this.expect(types.comma, refNeedsArrowPos.start || null);
3828 ….push(this.parseMaybeAssign(false, refShorthandDefaultPos, this.parseParenItem, refNeedsArrowPos));
3864 if (refNeedsArrowPos.start) this.unexpected(refNeedsArrowPos.start);
4305 pp$3.parseExprListItem = function (allowEmpty, refShorthandDefaultPos, refNeedsArrowPos) { argument
4312 … elt = this.parseMaybeAssign(false, refShorthandDefaultPos, this.parseParenItem, refNeedsArrowPos);
[all …]