Searched refs:new_animal_patch (Results 1 - 3 of 3) sorted by relevance

/external/v8/test/mjsunit/
H A Ddebug-liveedit-1.js43 var new_animal_patch = "Cap' + 'y' + 'bara"; variable
46 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log);
H A Ddebug-liveedit-2.js51 var new_animal_patch = "'Capybara' + p"; variable
58 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log);
H A Ddebug-liveedit-check-stack.js52 var new_animal_patch = "'Capybara'";
63 Debug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log);

Completed in 65 milliseconds