Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/
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_patc…
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_patc…
Ddebug-liveedit-compile-error.js41 var orig_animal = "Cat"; variable
42 var patch_pos = script.source.indexOf(orig_animal);
49 orig_animal.length, new_animal_patch, change_log);
Ddebug-liveedit-stack-padding.js44 var orig_animal = "'Cat'"; variable
45 var patch_pos = script.source.indexOf(orig_animal);
59 orig_animal.length, new_animal_patch, change_log);
Ddebug-liveedit-patch-positions.js81 function ApplyPatch(orig_animal, new_animal) { argument
83 assertEquals(orig_animal + "15", res);
87 var orig_string = "'" + orig_animal + "'";
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_pat…