Lines Matching refs:change_log
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
377 change_log.push( { break_points_update: break_points_update_report } );
920 change_log) { argument
950 change_log.push({ dropped_from_stack: dropped });
953 change_log.push( { functions_on_stack: problems } );
1023 function SetScriptSource(script, new_source, preview_only, change_log) { argument
1027 change_log);
1043 change_log) { argument
1052 new_source, false, change_log);