Home | History | Annotate | Download | only in src

Lines Matching refs:changed

104       } else if (old_node.status == FunctionStatus.CHANGED) {
142 // We haven't changed anything before this line yet.
202 // unchanged and whether positions changed at all.
493 Assert(false, "Cannot translate position in changed area");
509 SOURCE_CHANGED: "source changed",
510 // The code of a function is changed or some nested function cannot be
512 CHANGED: "changed",
513 // Function is changed but cannot be patched.
536 // Sometimes only function body is changed (functions in old and new script
579 // positions from old to new in a current non-changed part of script.
638 info_node.status = FunctionStatus.CHANGED;
656 info_node.status = FunctionStatus.CHANGED;
687 old_node.status = FunctionStatus.CHANGED;
729 old_node.status = FunctionStatus.CHANGED;
736 old_node.status = FunctionStatus.CHANGED;
746 old_node.status = FunctionStatus.CHANGED;
753 old_node.status = FunctionStatus.CHANGED;
764 if (old_node.status == FunctionStatus.CHANGED) {
767 old_node.status_explanation = "Changed parameter number: " +
871 // changed or not. Returns explanation if they differ.
891 return "Variable map changed: [" + scope_info1_text +
1027 // @param {Script} script that is being changed