Searched refs:new_animal_patch (Results 1 – 6 of 6) sorted by relevance
/external/v8/test/mjsunit/ |
D | debug-liveedit-1.js | 43 var new_animal_patch = "Cap' + 'y' + 'bara"; variable 46 …TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log);
|
D | debug-liveedit-2.js | 51 var new_animal_patch = "'Capybara' + p"; variable 58 …TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log);
|
D | debug-liveedit-compile-error.js | 43 var new_animal_patch = "Cap' + ) + 'bara"; variable 49 orig_animal.length, new_animal_patch, change_log);
|
D | debug-liveedit-stack-padding.js | 46 var new_animal_patch = "'Capybara'"; variable 59 orig_animal.length, new_animal_patch, change_log);
|
D | debug-liveedit-check-stack.js | 52 var new_animal_patch = "'Capybara'"; 63 …TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log);
|
D | debug-liveedit-literals.js | 54 var new_animal_patch = new_expression;
|