Searched defs:MatchResult (Results 1 – 3 of 3) sorted by relevance
44 struct MatchResult { struct45 uint32_t endIndex_ = 0;46 uint32_t index_ = 0;48 std::vector<std::pair<bool, JSHandle<EcmaString>>> captures_;49 bool isSuccess_ = false;
26 using MatchResult = RegExpExecutor::MatchResult; typedef
25 using MatchResult = RegExpExecutor::MatchResult; typedef