Lines Matching refs:initializer
576 ExpressionT initializer)
579 initializer(initializer) {}
583 ExpressionT initializer;
2421 // IdentifierReference Initializer?
2737 // parameter initializer. Since YieldExpressions are banned anywhere
3563 ExpressionT initializer = impl()->EmptyExpression();
3566 initializer = ParseAssignmentExpression(true, CHECK_OK_CUSTOM(Void));
3573 impl()->SetFunctionNameFromIdentifierRef(initializer, pattern);
3576 impl()->AddFormalParameter(parameters, pattern, initializer,
3721 // End position of the initializer is after the assignment expression.
3741 // End position of the initializer is after the variable.
4912 // We mark the block as initializer block because we don't want the
4916 // is inside an initializer block, it is ignored.
5421 // The initializer contains declarations.
5438 // The initializer does not contain declarations.
5459 // Initializer is just an expression.
5463 // Standard 'for' loop, we have parsed the initializer at this point.
5553 // Initializer is reference followed by in/of.
5715 // The initializer contains declarations
5743 // The initializer does not contain declarations.