Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/expression/
DregularExpression.ts27 FLAG_MULTILINE = (1 << 2), enumerator
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.h39 static constexpr auto FLAG_MULTILINE = (1U << 2U); variable