Home
last modified time | relevance | path

Searched refs:LEX_CHAR_PLUS (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/lexer/token/
Dletters.h121 #define LEX_CHAR_PLUS 0x2B /* plus sign */ macro
123 #define LEX_CHAR_PLUS 0x2B /* plus */ macro
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.cpp433 case LEX_CHAR_PLUS: in IsSyntaxCharacter()
725 case LEX_CHAR_PLUS: in ParseQuantifier()
/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.cpp397 case LEX_CHAR_PLUS: in ScanNumber()
860 case LEX_CHAR_PLUS: { in ScanPlusPunctuator()
1369 case LEX_CHAR_PLUS: { in NextToken()