Home
last modified time | relevance | path

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

/external/v8/src/debug/
Dliveedit.js1035 function ApplySingleChunkPatch(script, change_pos, change_len, new_str, argument
1040 var new_source = old_source.substring(0, change_pos) +
1041 new_str + old_source.substring(change_pos + change_len);
1044 [ change_pos, change_pos + change_len, change_pos + new_str.length],