/external/v8/test/mjsunit/ |
D | debug-liveedit-2.js | 57 var change_log = new Array(); variable 58 …TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log); 59 print("Change log: " + JSON.stringify(change_log) + "\n");
|
D | debug-liveedit-4.js | 60 var change_log = new Array(); variable 61 var result = Debug.LiveEdit.SetScriptSource(script, new_source, false, change_log); 64 print("Change log: " + JSON.stringify(change_log) + "\n");
|
D | debug-liveedit-3.js | 59 var change_log = new Array(); variable 60 var result = Debug.LiveEdit.SetScriptSource(script, new_source, false, change_log); 62 print("Change log: " + JSON.stringify(change_log) + "\n");
|
D | debug-liveedit-patch-positions-replace.js | 60 var change_log = new Array(); variable 62 …dit.TestApi.ApplySingleChunkPatch(script, patch_pos, orig_body.length, new_body_patch, change_log); 63 print("Change log: " + JSON.stringify(change_log) + "\n");
|
D | debug-liveedit-newsource.js | 67 var change_log = new Array(); variable 68 var result = Debug.LiveEdit.SetScriptSource(script, new_source, false, change_log); 70 print("Change log: " + JSON.stringify(change_log) + "\n");
|
D | debug-liveedit-stack-padding.js | 56 var change_log = new Array(); 59 orig_animal.length, new_animal_patch, change_log); 61 print("Change log: " + JSON.stringify(change_log) + "\n");
|
D | debug-liveedit-patch-positions.js | 91 var change_log = new Array(); 97 change_log); 99 print("Change log: " + JSON.stringify(change_log) + "\n");
|
D | debug-liveedit-breakpoints.js | 77 var change_log = new Array(); variable 78 var result = Debug.LiveEdit.SetScriptSource(script, new_source, false, change_log); 80 print("Change log: " + JSON.stringify(change_log) + "\n");
|
D | debug-liveedit-check-stack.js | 61 var change_log = new Array(); 63 …TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log); 65 print("Change log: " + JSON.stringify(change_log) + "\n");
|
D | debug-liveedit-1.js | 45 var change_log = new Array(); variable 46 …TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log);
|
D | debug-liveedit-compile-error.js | 45 var change_log = new Array(); variable 49 orig_animal.length, new_animal_patch, change_log);
|
D | debug-liveedit-literals.js | 56 var change_log = new Array(); 58 old_expression.length, new_expression, change_log);
|
D | debug-liveedit-stepin.js | 47 var change_log = []; 48 …ebug.LiveEdit.TestApi.ApplySingleChunkPatch(script, patch_pos, original.length, patch, change_log);
|
/external/v8/src/debug/ |
D | liveedit.js | 48 change_log) { argument 167 change_log); 175 var break_points_restorer = TemporaryRemoveBreakPoints(script, change_log); 193 change_log.push( { linked_to_old_script: link_to_old_script_report } ); 211 PatchFunctionCode(replace_code_list[i], change_log); 215 change_log.push( {position_patched: position_patch_report} ); 314 function PatchFunctionCode(old_node, change_log) { argument 346 change_log.push( {function_patched: new_info.function_name} ); 348 change_log.push( {function_patched: new_info.function_name, 373 function TemporaryRemoveBreakPoints(original_script, change_log) { argument [all …]
|
D | debug.js | 2346 var change_log = new GlobalArray(); 2357 new_source, preview_only, change_log); 2365 response.body = {change_log: change_log, result: result_description}; property
|
/external/v8/test/mjsunit/es6/ |
D | debug-liveedit-new-target-2.js | 25 var change_log = []; 30 script, patch_pos, original.length, patch, change_log); 33 change_log[0].functions_on_stack[0].replace_problem);
|
D | debug-liveedit-new-target-1.js | 28 var change_log = []; 33 script, patch_pos, original.length, patch, change_log); 36 change_log[0].functions_on_stack[0].replace_problem);
|
D | debug-liveedit-new-target-3.js | 30 var change_log = []; 35 script, patch_pos, original.length, patch, change_log);
|
/external/v8/tools/release/ |
D | test_scripts.py | 658 def _TestSquashCommits(self, change_log, expected_msg): argument 661 f.write(change_log) 677 change_log = """1999-11-11: Version 3.22.5 688 self._TestSquashCommits(change_log, commit_msg) 691 change_log = """1999-11-11: Version 3.22.5 702 self._TestSquashCommits(change_log, commit_msg) 705 change_log = """Line with "quotation marks".\n""" 707 self._TestSquashCommits(change_log, commit_msg) 777 change_log = FileToText( 790 change_log) [all …]
|
/external/markdown/docs/ |
D | release-2.0.txt | 66 See the [[change_log]] for a full list of changes.
|