Searched defs:is_parenthesized (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dpreparser.h690 int code = ((op == Token::COMMA) && !left.is_parenthesized() &&
691 !right.is_parenthesized())
779 bool is_parenthesized() const { function in class:v8::internal::PreParserExpression
784 code_ |= is_parenthesized() ? kMultiParenthesizedExpression
1082 FunctionLiteral::IsParenthesizedFlag is_parenthesized, FunctionKind kind,
1074 NewFunctionLiteral( PreParserIdentifier name, AstValueFactory* ast_value_factory, const PreParserScope& scope, PreParserStatementList body, int materialized_literal_count, int expected_property_count, int handler_count, int parameter_count, FunctionLiteral::ParameterFlag has_duplicate_parameters, FunctionLiteral::FunctionType function_type, FunctionLiteral::IsFunctionFlag is_function, FunctionLiteral::IsParenthesizedFlag is_parenthesized, FunctionKind kind, int position) argument
H A Dast.h358 bool is_parenthesized() const { return parenthesization_level_ > 0; } function in class:v8::internal::Expression
2414 bool is_parenthesized() { function in class:v8::internal::FINAL
2454 IsParenthesizedFlag is_parenthesized, FunctionKind kind,
2472 IsParenthesized::encode(is_parenthesized) |
3489 FunctionLiteral::IsParenthesizedFlag is_parenthesized, FunctionKind kind,
3494 has_duplicate_parameters, is_function, is_parenthesized, kind, position,
2447 FunctionLiteral(Zone* zone, const AstRawString* name, AstValueFactory* ast_value_factory, Scope* scope, ZoneList<Statement*>* body, int materialized_literal_count, int expected_property_count, int handler_count, int parameter_count, FunctionType function_type, ParameterFlag has_duplicate_parameters, IsFunctionFlag is_function, IsParenthesizedFlag is_parenthesized, FunctionKind kind, int position, IdGen* id_gen) argument
3482 NewFunctionLiteral( const AstRawString* name, AstValueFactory* ast_value_factory, Scope* scope, ZoneList<Statement*>* body, int materialized_literal_count, int expected_property_count, int handler_count, int parameter_count, FunctionLiteral::ParameterFlag has_duplicate_parameters, FunctionLiteral::FunctionType function_type, FunctionLiteral::IsFunctionFlag is_function, FunctionLiteral::IsParenthesizedFlag is_parenthesized, FunctionKind kind, int position) argument

Completed in 84 milliseconds