Searched defs:ParsePropertyInfo (Results 1 – 1 of 1) sorted by relevance
635 struct ParsePropertyInfo { struct639 : accumulation_scope(accumulation_scope), in accumulation_scope()649 bool ParsePropertyKindFromToken(Token::Value token) { in ParsePropertyKindFromToken()680 AccumulationScope* accumulation_scope;681 IdentifierT name;682 PropertyPosition position;683 ParseFunctionFlags function_flags;684 ParsePropertyKind kind;685 bool is_computed_name;686 bool is_private;[all …]