Searched refs:refShorthandDefaultPos (Results 1 – 1 of 1) sorted by relevance
2035 var refShorthandDefaultPos = { start: 0 }; variable2036 var init = this.parseExpression(true, refShorthandDefaultPos);2042 } else if (refShorthandDefaultPos.start) {2043 this.unexpected(refShorthandDefaultPos.start);3048 pp$2.parseSpread = function (refShorthandDefaultPos) { argument3051 node.argument = this.parseMaybeAssign(false, refShorthandDefaultPos);3303 pp$3.parseExpression = function (noIn, refShorthandDefaultPos) { argument3306 var expr = this.parseMaybeAssign(noIn, refShorthandDefaultPos);3311 node.expressions.push(this.parseMaybeAssign(noIn, refShorthandDefaultPos));3322 pp$3.parseMaybeAssign = function (noIn, refShorthandDefaultPos, afterLeftParse, refNeedsArrowPos) { argument[all …]