Lines Matching refs:RegExp
273 // Result of calling generated native RegExp code.
285 FAILURE = RegExp::kInternalRegExpFailure,
286 SUCCESS = RegExp::kInternalRegExpSuccess,
287 EXCEPTION = RegExp::kInternalRegExpException,
288 RETRY = RegExp::kInternalRegExpRetry,
289 FALLBACK_TO_EXPERIMENTAL = RegExp::kInternalRegExpFallbackToExperimental,
290 SMALLEST_REGEXP_RESULT = RegExp::kInternalRegExpSmallestResult,
319 // Called from RegExp if the backtrack stack limit is hit. Tries to expand
329 RegExp::CallOrigin call_origin,
341 // Used by generated RegExp code.