Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp30 static constexpr uint32_t ID_START_TABLE_ASCII[4] = { variable
1474 …return (ID_START_TABLE_ASCII[c >> 5] >> (c & 31)) & 1; // 5: Shift five bits 31: and operation bin… in IsIdentFirst()