Searched refs:ConsumeRightBrace (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/es2panda/lexer/ | ||
H A D | lexer.h | 201 bool ConsumeRightBrace() in ConsumeRightBrace() function in panda::es2panda::panda::es2panda::lexer::TemplateLiteralParserContext |
H A D | lexer.cpp | 1664 if (tlCtx_ && tlCtx_->ConsumeRightBrace()) { in NextToken() |
/arkcompiler/ets_frontend/ets2panda/lexer/ | ||
H A D | lexer.h | 335 bool ConsumeRightBrace() in ConsumeRightBrace() function in ark::es2panda::ark::es2panda::lexer::TemplateLiteralParserContext |
H A D | lexer.cpp | 1516 if (tlCtx_ != nullptr && tlCtx_->ConsumeRightBrace()) { in NextToken() |
Completed in 5 milliseconds