Home | History | Annotate | Download | only in src

Lines Matching full:change_log

33       change_log) {
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) {
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) {
363 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 } );
964 // A logical failure in liveedit process. This means that change_log
1009 function SetScriptSource(script, new_source, preview_only, change_log) {
1013 change_log);
1028 // @param {Array} change_log a list that collects engineer-readable
1031 change_log) {
1040 new_source, false, change_log);