Home
last modified time | relevance | path

Searched defs:maxValue (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp151 bool RegExpParser::ParseUnlimitedLengthHexNumber(uint32_t maxValue, uint32_t *value) in ParseUnlimitedLengthHexNumber()
Dregexp_opcode.cpp613 uint32_t maxValue = isUtf16 ? UINT32_MAX : UINT16_MAX; in Invert() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp763 const double maxValue = 1.7976931348623157e+308; in InitializeNumber() local