Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_executor.h24 struct RegExpMatchResult { struct
25 uint32_t endIndex = 0;
26 uint32_t index = 0;
29 PandaVector<std::pair<bool, T>> captures;
30 PandaVector<std::pair<uint32_t, uint32_t>> indices;
31 bool isSuccess = false;
32 bool isWide = false;
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp36 using RegExpMatchResult = ark::RegExpMatchResult<PandaString>; typedef