• Home
  • Raw
  • Download

Lines Matching refs:global_cache

639   RegExpImpl::GlobalCache global_cache(regexp, subject, isolate);  in StringReplaceGlobalRegExpWithString()  local
640 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in StringReplaceGlobalRegExpWithString()
642 int32_t* current_match = global_cache.FetchNext(); in StringReplaceGlobalRegExpWithString()
644 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in StringReplaceGlobalRegExpWithString()
678 current_match = global_cache.FetchNext(); in StringReplaceGlobalRegExpWithString()
681 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in StringReplaceGlobalRegExpWithString()
689 global_cache.LastSuccessfulMatch()); in StringReplaceGlobalRegExpWithString()
712 RegExpImpl::GlobalCache global_cache(regexp, subject, isolate); in StringReplaceGlobalRegExpWithEmptyString() local
713 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in StringReplaceGlobalRegExpWithEmptyString()
715 int32_t* current_match = global_cache.FetchNext(); in StringReplaceGlobalRegExpWithEmptyString()
717 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in StringReplaceGlobalRegExpWithEmptyString()
751 current_match = global_cache.FetchNext(); in StringReplaceGlobalRegExpWithEmptyString()
754 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in StringReplaceGlobalRegExpWithEmptyString()
757 global_cache.LastSuccessfulMatch()); in StringReplaceGlobalRegExpWithEmptyString()
1163 RegExpImpl::GlobalCache global_cache(regexp, subject, isolate); in SearchRegExpMultiple() local
1164 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in SearchRegExpMultiple()
1185 int32_t* current_match = global_cache.FetchNext(); in SearchRegExpMultiple()
1255 if (global_cache.HasException()) return ReadOnlyRoots(isolate).exception(); in SearchRegExpMultiple()
1266 global_cache.LastSuccessfulMatch()); in SearchRegExpMultiple()
1274 int32_t* last_match = global_cache.LastSuccessfulMatch(); in SearchRegExpMultiple()