Lines Matching defs:body
472 void Initialize(const PreParserExpression& cond, PreParserStatement body,
475 PreParserStatement next, PreParserStatement body,
478 PreParserStatement body, const SourceRange& body_range = {}) {
679 const PreParserScopedStatementList& body, int expected_property_count,
958 // parameters to the closing brace after the body.
959 // Returns a FunctionEntry describing the body of the function in enough
1053 const PreParserScopedStatementList* body, PreParserStatement block,
1132 int pos, FunctionKind kind, PreParserScopedStatementList* body) {
1133 ParseStatementList(body, Token::RBRACE);
1136 int pos, FunctionKind kind, PreParserScopedStatementList* body) {
1137 ParseStatementList(body, Token::RBRACE);
1418 PreParserStatement body, Scope* inner_scope, const ForInfo& for_info) {