Lines Matching refs:results
1080 // 11. Let results be a new empty List.
1109 // d. Else result is not null, i. Append result to the end of results.
1164 // 16. Repeat, for each result in results,
1922 JSHandle<JSObject> results(JSArray::ArrayCreate(thread, JSTaggedNumber(n)));
1938 JSObject::CreateDataProperty(thread, results, groupsKey, groups);
1961 JSObject::CreateDataProperty(thread, results, i, matchIndexPair);
1971 return JSHandle<JSTaggedValue>::Cast(results);
2001 JSHandle<JSObject> results(JSArray::ArrayCreate(thread, JSTaggedNumber(capturesSize)));
2007 results->SetPropertyInlinedPropsWithRep(thread, EXEC_RESULT_INDEX_OFFSET, indexValue.GetTaggedValue());
2008 results->SetPropertyInlinedPropsWithRep(thread, EXEC_RESULT_INPUT_OFFSET, inputStr.GetTaggedValue());
2012 JSObject::CreateDataProperty(thread, results, indexKey, indexValue);
2015 JSObject::CreateDataProperty(thread, results, inputKey, inputStr);
2023 TaggedArray *srcElements = TaggedArray::Cast(results->GetElements().GetTaggedObject());
2053 results->SetPropertyInlinedPropsWithRep(thread, EXEC_RESULT_GROUPS_OFFSET, groups.GetTaggedValue());
2057 JSObject::CreateDataProperty(thread, results, groupsKey, groups);
2103 JSObject::CreateDataProperty(thread, results, indicesKey, indicesArray);
2118 JSHandle<JSTaggedValue>(results), RegExpExecResultCache::EXEC_TYPE,
2122 return results.GetTaggedValue();