Home | History | Annotate | Download | only in debug

Lines Matching full:changed

119       } else if (old_node.status == FunctionStatus.CHANGED) {
160 // We haven't changed anything before this line yet.
208 // unchanged and whether positions changed at all.
433 Assert(false, "Cannot translate position in changed area");
449 SOURCE_CHANGED: "source changed",
450 // The code of a function is changed or some nested function cannot be
452 CHANGED: "changed",
453 // Function is changed but cannot be patched.
476 // Sometimes only function body is changed (functions in old and new script
519 // positions from old to new in a current non-changed part of script.
578 info_node.status = FunctionStatus.CHANGED;
596 info_node.status = FunctionStatus.CHANGED;
627 old_node.status = FunctionStatus.CHANGED;
669 old_node.status = FunctionStatus.CHANGED;
678 old_node.status = FunctionStatus.CHANGED;
688 old_node.status = FunctionStatus.CHANGED;
695 old_node.status = FunctionStatus.CHANGED;
706 if (old_node.status == FunctionStatus.CHANGED) {
709 old_node.status_explanation = "Changed parameter number: " +
812 // changed or not. Returns explanation if they differ.
832 return "Variable map changed: [" + scope_info1_text +
961 // @param {Script} script that is being changed