Home | History | Annotate | Download | only in src

Lines Matching full:change_log

56       change_log) {
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) {
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) {
386 change_log.push( { break_points_update: break_points_update_report } );
927 function CheckStackActivations(shared_wrapper_list, change_log) {
956 change_log.push({ dropped_from_stack: dropped });
959 change_log.push( { functions_on_stack: problems } );
985 // A logical failure in liveedit process. This means that change_log
1030 function SetScriptSource(script, new_source, preview_only, change_log) {
1034 change_log);
1049 // @param {Array} change_log a list that collects engineer-readable
1052 change_log) {
1061 new_source, false, change_log);