Lines Matching refs:change_log
33 change_log) { argument
147 CheckStackActivations(replaced_function_infos, change_log);
158 var break_points_restorer = TemporaryRemoveBreakPoints(script, change_log);
176 change_log.push( { linked_to_old_script: link_to_old_script_report } );
194 PatchFunctionCode(replace_code_list[i], change_log);
198 change_log.push( {position_patched: position_patch_report} );
300 function PatchFunctionCode(old_node, change_log) { argument
332 change_log.push( {function_patched: new_info.function_name} );
334 change_log.push( {function_patched: new_info.function_name,
359 function TemporaryRemoveBreakPoints(original_script, change_log) { argument
363 change_log.push( { break_points_update: break_points_update_report } );
904 function CheckStackActivations(shared_wrapper_list, change_log) { argument
933 change_log.push({ dropped_from_stack: dropped });
936 change_log.push( { functions_on_stack: problems } );
1009 function SetScriptSource(script, new_source, preview_only, change_log) { argument
1013 change_log);
1031 change_log) { argument
1040 new_source, false, change_log);