Home
last modified time | relevance | path

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

/ark/ts2abc/ts2panda/src/expression/
DregularExpression.ts30 FLAG_STICKY = (1 << 5) enumerator
/ark/js_runtime/ecmascript/regexp/
Dregexp_parser.h39 static constexpr auto FLAG_STICKY = (1U << 5U); variable