Home | History | Annotate | Download | only in parsing

Lines Matching defs:expressions

281     const ZoneList<ExpressionT>& expressions() const { return expressions_; }
319 // Defines whether tail call expressions are allowed or not.
322 // expressions. Tail call expressions are allowed.
325 // We are inside a block in which tail call expressions are allowed but
329 // Tail call expressions are not allowed in the following blocks.
467 // is used by yield expressions and return statements. It is not necessary
506 // expressions but current block does not allow them.
522 // Collects all return expressions at tail call position in this scope
540 // Annoyingly, arrow functions first parse as comma expressions, then when we
2321 // Do not merge pending non-pattern expressions yet!
2333 // Now pending non-pattern expressions must be merged.
2338 // Now pending non-pattern expressions must be discarded.
2558 // expressions we always accept the 'in' keyword; see ECMA-262,
2812 // expressions of the form function(){...}() for which call position
2907 // The grammar for new expressions is pretty warped. We can have several 'new'
3454 // single TEMPLATE_SPAN and no expressions.