Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.h309 static constexpr int MAX_STRING_LENGTH = 20; variable
/arkcompiler/ets_runtime/ecmascript/
Decma_string.h64 …static constexpr size_t MAX_STRING_LENGTH = 0x40000000U; // 30 bits for string length, 2 bits for … variable