Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/expression/
DregularExpression.ts28 FLAG_DOTALL = (1 << 3), enumerator
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.h40 static constexpr auto FLAG_DOTALL = (1U << 3U); variable