Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.cpp36 constexpr std::uint8_t ESCAPE_BIT_MAP[128] = { variable
785 if (c < std::numeric_limits<int8_t>::max() && ESCAPE_BIT_MAP[c] == 1) { in Escape()