Home
last modified time | relevance | path

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

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