Lines Matching full:change_log
54 change_log) {
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) {
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) {
369 change_log.push( { break_points_update: break_points_update_report } );
904 function CheckStackActivations(shared_wrapper_list, change_log) {
933 change_log.push({ dropped_from_stack: dropped });
936 change_log.push( { functions_on_stack: problems } );
962 // A logical failure in liveedit process. This means that change_log
982 function SetScriptSource(script, new_source, preview_only, change_log) {
986 change_log);
1001 // @param {Array} change_log a list that collects engineer-readable
1004 change_log) {
1013 new_source, false, change_log);