Home | History | Annotate | Download | only in debug

Lines Matching full:new_str

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