Home
last modified time | relevance | path

Searched refs:FieldOrRootContext (Results 1 – 9 of 9) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DBinASTTokenReaderMultipart.h43 using FieldOrRootContext = BinASTTokenReaderBase::FieldOrRootContext; variable
197 const FieldOrRootContext&) { in enterTaggedTuple() argument
217 const FieldOrRootContext&) { in enterInterface() argument
237 const FieldOrRootContext&) { in enterSum() argument
254 BinASTKind& tag, const FieldOrRootContext&) { in enterOptionalInterface() argument
H A DBinASTTokenReaderBase.h55 using FieldOrRootContext = mozilla::Variant<FieldContext, RootContext>; variable
61 static void print(const char* text, const FieldOrRootContext& context) { in print()
H A DBinASTParser.h49 using FieldOrRootContext = BinASTTokenReaderBase::FieldOrRootContext; variable
213 const FieldOrRootContext& context);
216 const FieldOrRootContext& context);
329 ListNode** bodyOut, const FieldOrRootContext& context);
332 ListNode** bodyOut, const FieldOrRootContext& context);
H A DBinASTParserPerTokenizer.h62 using FieldOrRootContext = BinASTTokenReaderBase::FieldOrRootContext; variable
H A DBinASTTokenReaderContext.h1425 using FieldOrRootContext = BinASTTokenReaderBase::FieldOrRootContext; variable
1683 const FieldOrRootContext&) { in enterInterface() argument
1703 BinASTKind& tag, const FieldOrRootContext& context) { in enterOptionalInterface()
1723 const FieldOrRootContext&);
H A DBinASTParser.cpp2575 FieldOrRootContext(FieldContext( in parseInterfaceEagerFunctionDeclaration()
2650 FieldOrRootContext(FieldContext( in parseInterfaceEagerFunctionExpression()
2783 FieldOrRootContext( in parseInterfaceEagerMethod()
3057 const FieldOrRootContext& context) { in parseFunctionExpressionContents()
3075 ListNode** bodyOut, const FieldOrRootContext& context) { in parseInterfaceFunctionExpressionContents()
3132 const FieldOrRootContext& context) { in parseFunctionOrMethodContents()
3150 ListNode** bodyOut, const FieldOrRootContext& context) { in parseInterfaceFunctionOrMethodContents()
H A DBinASTParserPerTokenizer.cpp203 const auto context = FieldOrRootContext(RootContext()); in parseLazyFunction()
H A DBinAST.yaml134 using FieldOrRootContext = BinASTTokenReaderBase::FieldOrRootContext;
H A DBinASTTokenReaderContext.cpp1472 BinASTKind& tag, const FieldOrRootContext& context) { in enterSum()