Lines Matching refs:execResult
1085 JSMutableHandle<JSTaggedValue> execResult(thread, JSTaggedValue(0));
1102 execResult.Update(RegExpExec(thread, thisObj, inputStr, useCache, true));
1106 if (execResult->IsNull()) {
1115 elements->Set(thread, resultsIndex, execResult);
1125 thread, execResult.GetTaggedValue(), matchedStr.GetTaggedValue());
1524 JSHandle<JSTaggedValue> execResult(thread, RegExpExec(thread, splitter, jsString, useCache));
1528 if (!execResult->IsNull()) {
1548 JSHandle<JSTaggedValue> execResult(thread, RegExpExec(thread, splitter, jsString, useCache));
1552 if (execResult->IsNull()) {
1589 JSObject::GetProperty(thread, execResult, lengthString).GetValue();
1602 JSHandle<JSTaggedValue> nextCapture = JSObject::GetProperty(thread, execResult, i).GetValue();