Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/expression/
DregularExpression.ts26 FLAG_IGNORECASE = (1 << 1), enumerator
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.h38 static constexpr auto FLAG_IGNORECASE = (1U << 1U); variable