Home
last modified time | relevance | path

Searched refs:getBoundScope (Results 1 – 5 of 5) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DBinASTParserPerTokenizer.h171 MOZ_MUST_USE JS::Result<Ok> getBoundScope(AssertedScopeKind scopeKind,
H A DBinASTParserPerTokenizer.cpp475 JS::Result<Ok> BinASTParserPerTokenizer<Tok>::getBoundScope( in getBoundScope() function in js::frontend::BinASTParserPerTokenizer
H A DBinASTParser.h117 using Base::getBoundScope;
H A DBinAST.yaml201 using Base::getBoundScope;
442 MOZ_TRY(getBoundScope(scopeKind, scope, declKind));
H A DBinASTParser.cpp1534 MOZ_TRY(getBoundScope(scopeKind, scope, declKind)); in parseInterfaceAssertedBoundName()
1751 MOZ_TRY(getBoundScope(scopeKind, scope, declKind)); in parseInterfaceAssertedPositionalParameterName()