Searched refs:ParserBase (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/parsing/ |
H A D | parser-base.h | 136 // class ParserBase { ... }; 144 // class Parser : public ParserBase<Parser> { ... }; 158 // // Synonyms for ParserBase<Impl> and Impl, respectively. 201 class ParserBase { class in v8::internal::ParseFunctionFlag 246 ParserBase(Zone* zone, Scanner* scanner, uintptr_t stack_limit, in ParserBase() function in v8::internal::ParseFunctionFlag::ParserBase 364 Target(ParserBase* parser, BreakableStatementT statement, in Target() 568 explicit CatchInfo(ParserBase* parser) in CatchInfo() 579 explicit ForInfo(ParserBase* parser) in ForInfo() 592 explicit ClassInfo(ParserBase* parser) in ClassInfo() 637 explicit ParsePropertyInfo(ParserBase* parse [all...] |
H A D | parser.h | 100 using Base = ParserBase<Parser>; 132 class V8_EXPORT_PRIVATE Parser : public NON_EXPORTED_BASE(ParserBase<Parser>) { 175 friend class ParserBase<Parser>;
|
H A D | preparser.h | 24 // interface as AstNodeFactory, so ParserBase doesn't need to care which one is 874 using Base = ParserBase<PreParser>; 919 class PreParser : public ParserBase<PreParser> { 920 friend class ParserBase<PreParser>; 938 : ParserBase<PreParser>(zone, scanner, stack_limit, ast_value_factory, in PreParser()
|
H A D | parser.cc | 438 : ParserBase<Parser>( in Parser()
|
/third_party/python/Lib/ |
H A D | _markupbase.py | 23 class ParserBase: class 28 if self.__class__ is ParserBase: 30 "_markupbase.ParserBase must be subclassed")
|
/third_party/python/Lib/html/ |
H A D | parser.py | 62 class HTMLParser(_markupbase.ParserBase): 101 _markupbase.ParserBase.reset(self)
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 9226 class ParserBase { 9228 virtual ~ParserBase() = default; 9239 class ComposableParserImpl : public ParserBase { 9422 using ParserBase::parse; 9492 struct Parser : ParserBase { 9599 using ParserBase::parse; 9604 ParserBase const* parser = nullptr;
|
Completed in 32 milliseconds