Searched refs:orig_animal (Results 1 – 6 of 6) sorted by relevance
/external/v8/test/mjsunit/ |
D | debug-liveedit-1.js | 41 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_patc…
|
D | debug-liveedit-2.js | 49 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_patc…
|
D | debug-liveedit-compile-error.js | 41 var orig_animal = "Cat"; variable 42 var patch_pos = script.source.indexOf(orig_animal); 49 orig_animal.length, new_animal_patch, change_log);
|
D | debug-liveedit-stack-padding.js | 44 var orig_animal = "'Cat'"; variable 45 var patch_pos = script.source.indexOf(orig_animal); 59 orig_animal.length, new_animal_patch, change_log);
|
D | debug-liveedit-patch-positions.js | 81 function ApplyPatch(orig_animal, new_animal) { argument 83 assertEquals(orig_animal + "15", res); 87 var orig_string = "'" + orig_animal + "'";
|
D | debug-liveedit-check-stack.js | 50 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_pat…
|