Home | History | Annotate | Download | only in src

Lines Matching full:new_str

1045   // being replaced with a completely different string new_str.
1051 function ApplySingleChunkPatch(script, change_pos, change_len, new_str,
1057 new_str + old_source.substring(change_pos + change_len);
1060 [ change_pos, change_pos + change_len, change_pos + new_str.length],