Lines Matching defs:match
197 // 5. Let match be RegExpExec(R, string).
199 // 6. ReturnIfAbrupt(match).
201 // 7. If match is not null, return true; else return false.
293 lastIndex, 0, undefined); // 0: match fail so lastIndex is 0
1713 // done match
1719 // find match result
1724 // advance index and continue if match result is empty.
1953 JSHandle<TaggedArray> match = factory->NewTaggedArray(2); // 2 means the length of array
1954 match->Set(thread, 0, matchIndices.first);
1955 match->Set(thread, 1, matchIndices.second);
1956 JSHandle<JSTaggedValue> pair(JSArray::CreateArrayFromList(thread, JSHandle<TaggedArray>::Cast(match)));
2029 // Append match to indices.
2774 // initialize match info