Home | History | Annotate | Download | only in src

Lines Matching refs:new_str

997   // being replaced with a completely different string new_str.
1003 function ApplySingleChunkPatch(script, change_pos, change_len, new_str,
1009 new_str + old_source.substring(change_pos + change_len);
1012 [ change_pos, change_pos + change_len, change_pos + new_str.length],