Lines Matching refs:RegExp
139 NfaInterpreter(Isolate* isolate, RegExp::CallOrigin call_origin,
175 if (err_code != RegExp::kInternalRegExpSuccess) return err_code;
224 // RegExp::kInternalRegExpSuccess if execution can continue, and an error
228 if (call_origin_ == RegExp::CallOrigin::kFromJs) {
235 return RegExp::kInternalRegExpException;
237 return RegExp::kInternalRegExpRetry;
240 DCHECK(call_origin_ == RegExp::CallOrigin::kFromRuntime);
250 return RegExp::kInternalRegExpException;
265 return RegExp::kInternalRegExpException;
273 return RegExp::kInternalRegExpRetry;
283 return RegExp::kInternalRegExpSuccess;
296 // at the current `input_index_`. Returns RegExp::kInternalRegExpSuccess if
354 if (err_code != RegExp::kInternalRegExpSuccess) return err_code;
364 return RegExp::kInternalRegExpSuccess;
515 const RegExp::CallOrigin call_origin_;
560 Isolate* isolate, RegExp::CallOrigin call_origin, ByteArray bytecode,