Home
last modified time | relevance | path

Searched refs:change_log (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium_org/v8/test/mjsunit/
Ddebug-liveedit-2.js57 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");
Ddebug-liveedit-4.js60 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");
Ddebug-liveedit-3.js59 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");
Ddebug-liveedit-patch-positions-replace.js60 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");
Ddebug-liveedit-newsource.js59 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");
Ddebug-liveedit-stack-padding.js55 var change_log = new Array();
58 orig_animal.length, new_animal_patch, change_log);
60 print("Change log: " + JSON.stringify(change_log) + "\n");
Ddebug-liveedit-patch-positions.js90 var change_log = new Array();
96 change_log);
98 print("Change log: " + JSON.stringify(change_log) + "\n");
Ddebug-liveedit-breakpoints.js76 var change_log = new Array(); variable
77 var result = Debug.LiveEdit.SetScriptSource(script, new_source, false, change_log);
79 print("Change log: " + JSON.stringify(change_log) + "\n");
Ddebug-liveedit-check-stack.js61 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");
Ddebug-liveedit-1.js45 var change_log = new Array(); variable
46 …TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log);
Ddebug-liveedit-compile-error.js45 var change_log = new Array(); variable
49 orig_animal.length, new_animal_patch, change_log);
Ddebug-liveedit-literals.js56 var change_log = new Array();
58 old_expression.length, new_expression, change_log);
/external/v8/test/mjsunit/
Ddebug-liveedit-2.js57 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");
Ddebug-liveedit-3.js59 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");
Ddebug-liveedit-patch-positions-replace.js60 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");
Ddebug-liveedit-newsource.js59 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");
Ddebug-liveedit-patch-positions.js90 var change_log = new Array();
96 change_log);
98 print("Change log: " + JSON.stringify(change_log) + "\n");
Ddebug-liveedit-breakpoints.js76 var change_log = new Array(); variable
77 var result = Debug.LiveEdit.SetScriptSource(script, new_source, false, change_log);
79 print("Change log: " + JSON.stringify(change_log) + "\n");
Ddebug-liveedit-check-stack.js61 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");
Ddebug-liveedit-1.js45 var change_log = new Array(); variable
46 …TestApi.ApplySingleChunkPatch(script, patch_pos, orig_animal.length, new_animal_patch, change_log);
/external/v8/src/
Dliveedit-debugger.js54 change_log) { argument
158 CheckStackActivations(replaced_function_infos, change_log);
164 var break_points_restorer = TemporaryRemoveBreakPoints(script, change_log);
182 change_log.push( { linked_to_old_script: link_to_old_script_report } );
200 PatchFunctionCode(replace_code_list[i], change_log);
204 change_log.push( {position_patched: position_patch_report} );
306 function PatchFunctionCode(old_node, change_log) { argument
338 change_log.push( {function_patched: new_info.function_name} );
340 change_log.push( {function_patched: new_info.function_name,
365 function TemporaryRemoveBreakPoints(original_script, change_log) { argument
[all …]
Ddebug-debugger.js2364 var change_log = new Array();
2373 new_source, preview_only, change_log);
2374 response.body = {change_log: change_log, result: result_description}; property
/external/chromium_org/v8/src/
Dliveedit-debugger.js56 change_log) { argument
170 CheckStackActivations(replaced_function_infos, change_log);
181 var break_points_restorer = TemporaryRemoveBreakPoints(script, change_log);
199 change_log.push( { linked_to_old_script: link_to_old_script_report } );
217 PatchFunctionCode(replace_code_list[i], change_log);
221 change_log.push( {position_patched: position_patch_report} );
323 function PatchFunctionCode(old_node, change_log) { argument
355 change_log.push( {function_patched: new_info.function_name} );
357 change_log.push( {function_patched: new_info.function_name,
382 function TemporaryRemoveBreakPoints(original_script, change_log) { argument
[all …]
/external/chromium/net/tools/testserver/
Dchromiumsync.py475 change_log = sorted(self._entries.values(),
477 new_changes = [x for x in change_log if x.version > min_timestamp]
/external/markdown/docs/
Drelease-2.0.txt66 See the [[change_log]] for a full list of changes.

12