Searched refs:exec_result (Results 1 – 1 of 1) sorted by relevance
2243 Node* const exec_result = RegExpExec(context, regexp, string); in RegExpPrototypeSearchBodySlow() local2262 GotoIfNot(IsNull(exec_result), &next); in RegExpPrototypeSearchBodySlow()2270 BranchIfFastRegExpResult(context, exec_result, &fast_result, &slow_result); in RegExpPrototypeSearchBodySlow()2275 LoadObjectField(exec_result, JSRegExpResult::kIndexOffset); in RegExpPrototypeSearchBodySlow()2281 Return(GetProperty(context, exec_result, in RegExpPrototypeSearchBodySlow()