Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/lexer/
Dlexer.cpp292 void Lexer::ScanNumber(bool const leadingMinus, bool allowBigInt) in ScanNumber()
351 std::optional<std::size_t> Lexer::ScanCharLex(bool const parseExponent, bool &allowBigInt, NumberFl… in ScanCharLex()
/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.cpp384 void Lexer::ScanNumber(bool allowNumericSeparator, bool allowBigInt) in ScanNumber()