Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/expression/
DregularExpression.ts30 FLAG_STICKY = (1 << 5) enumerator
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.h42 static constexpr auto FLAG_STICKY = (1U << 5U); variable