Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.h44 struct MatchResult { struct
45 uint32_t endIndex_ = 0;
46 uint32_t index_ = 0;
48 std::vector<std::pair<bool, JSHandle<EcmaString>>> captures_;
49 bool isSuccess_ = false;
Dregexp_executor.cpp26 using MatchResult = RegExpExecutor::MatchResult; typedef
/arkcompiler/ets_runtime/ecmascript/regexp/tests/
Dregexp_test.cpp25 using MatchResult = RegExpExecutor::MatchResult; typedef