Home
last modified time | relevance | path

Searched defs:allowBigInt (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lexer/
Dlexer.cpp294 void Lexer::ScanNumber(bool allowBigInt) in ScanNumber()
359 std::tuple<size_t, bool, NumberFlags> Lexer::ScanCharLex(bool allowBigInt, bool parseExponent, Numb… in ScanCharLex()
/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.cpp374 void Lexer::ScanNumber(bool allowNumericSeparator, bool allowBigInt) in ScanNumber()