Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp2045 JSTaggedValue keyFlags = Get(index + FLAG_INDEX); in Match() local
2057 uint8_t keyFlagsBits = static_cast<uint8_t>(keyFlags.GetInt()); in Match()