Home
last modified time | relevance | path

Searched refs:change_pos (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dliveedit-debugger.js1030 function ApplySingleChunkPatch(script, change_pos, change_len, new_str, argument
1035 var new_source = old_source.substring(0, change_pos) +
1036 new_str + old_source.substring(change_pos + change_len);
1039 [ change_pos, change_pos + change_len, change_pos + new_str.length],