Home
last modified time | relevance | path

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

/ark/ts2abc/ts2panda/src/expression/
DregularExpression.ts27 FLAG_MULTILINE = (1 << 2), enumerator
/ark/js_runtime/ecmascript/regexp/
Dregexp_parser.h36 static constexpr auto FLAG_MULTILINE = (1U << 2U); variable