Home
last modified time | relevance | path

Searched defs:new_source (Results 1 – 6 of 6) sorted by relevance

/external/v8/test/mjsunit/
Ddebug-liveedit-newsource.js54 var new_source = script.source.replace("Cat", "Cap' + 'yb' + 'ara"); variable
Ddebug-liveedit-4.js58 var new_source = script.source.replace("2013", "b"); variable
Ddebug-liveedit-3.js56 var new_source = script.source.replace(function_z_text, "function Intermediate() {\nreturn (\n" + f… variable
Ddebug-liveedit-breakpoints.js74 var new_source = script.source.replace(function_z_text, ""); variable
/external/v8/src/debug/
Dliveedit.js47 function ApplyPatchMultiChunk(script, diff_array, new_source, preview_only, argument
1023 function SetScriptSource(script, new_source, preview_only, change_log) { argument
Dliveedit.cc1391 Handle<String> new_source, in ChangeScriptSource()