Home
last modified time | relevance | path

Searched defs:ParsePropertyInfo (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/parsing/
Dparser-base.h635 struct ParsePropertyInfo { struct
639 : 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 …]