Home
last modified time | relevance | path

Searched refs:ParserTypes (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/parsing/
H A Dparser.h99 struct ParserTypes<Parser> { struct
177 friend class i::ExpressionScope<ParserTypes<Parser>>;
178 friend class i::VariableDeclarationParsingScope<ParserTypes<Parser>>;
179 friend class i::ParameterDeclarationParsingScope<ParserTypes<Parser>>;
180 friend class i::ArrowHeadParsingScope<ParserTypes<Parser>>;
H A Dpreparser.h873 struct ParserTypes<PreParser> { struct
983 friend class i::ExpressionScope<ParserTypes<PreParser>>;
984 friend class i::VariableDeclarationParsingScope<ParserTypes<PreParser>>;
985 friend class i::ParameterDeclarationParsingScope<ParserTypes<PreParser>>;
986 friend class i::ArrowHeadParsingScope<ParserTypes<PreParser>>;
H A Dparser-base.h129 // struct ParserTypes;
142 // class ParserTypes<Parser> { ... };
151 // The ParserTypes structure encapsulates the differences in the
157 // struct ParserTypes<Impl> {
185 struct ParserTypes;
203 // Shorten type names defined by ParserTypes<Impl>.
204 using Types = ParserTypes<Impl>;
309 friend class v8::internal::ExpressionScope<ParserTypes<Impl>>;
310 friend class v8::internal::ExpressionParsingScope<ParserTypes<Impl>>;
311 friend class v8::internal::ArrowHeadParsingScope<ParserTypes<Imp
[all...]

Completed in 11 milliseconds