Searched refs:compiled_replacement (Results 1 – 1 of 1) sorted by relevance
480 CompiledReplacement compiled_replacement(zone_scope.zone()); in StringReplaceGlobalRegExpWithString() local482 compiled_replacement.Compile(replacement, capture_count, subject_length); in StringReplaceGlobalRegExpWithString()507 int expected_parts = (compiled_replacement.parts() + 1) * 4 + 1; in StringReplaceGlobalRegExpWithString()513 const int parts_added_per_loop = 2 * (compiled_replacement.parts() + 2); in StringReplaceGlobalRegExpWithString()530 compiled_replacement.Apply(&builder, start, end, current_match); in StringReplaceGlobalRegExpWithString()