Searched refs:orig_animal (Results 1 - 4 of 4) sorted by relevance

/external/v8/test/mjsunit/
H A Ddebug-liveedit-1.js41 var orig_animal = "Cat"; variable
42 var patch_pos = script.source.indexOf(orig_animal);
46 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log);
H A Ddebug-liveedit-2.js49 var orig_animal = "'Cat'"; variable
50 var patch_pos = script.source.indexOf(orig_animal);
58 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log);
H A Ddebug-liveedit-check-stack.js50 var orig_animal = "'Cat'";
51 var patch_pos = script.source.indexOf(orig_animal);
63 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log);
H A Ddebug-liveedit-patch-positions.js80 function ApplyPatch(orig_animal, new_animal) {
82 assertEquals(orig_animal + "15", res);
86 var orig_string = "'" + orig_animal + "'";

Completed in 145 milliseconds