Lines Matching refs:CHANGED
127 } else if (old_node.status == FunctionStatus.CHANGED) {
165 // We haven't changed anything before this line yet.
225 // unchanged and whether positions changed at all.
516 Assert(false, "Cannot translate position in changed area");
532 SOURCE_CHANGED: "source changed",
533 // The code of a function is changed or some nested function cannot be
535 CHANGED: "changed",
536 // Function is changed but cannot be patched.
559 // Sometimes only function body is changed (functions in old and new script
602 // positions from old to new in a current non-changed part of script.
661 info_node.status = FunctionStatus.CHANGED;
679 info_node.status = FunctionStatus.CHANGED;
710 old_node.status = FunctionStatus.CHANGED;
752 old_node.status = FunctionStatus.CHANGED;
759 old_node.status = FunctionStatus.CHANGED;
769 old_node.status = FunctionStatus.CHANGED;
776 old_node.status = FunctionStatus.CHANGED;
787 if (old_node.status == FunctionStatus.CHANGED) {
790 old_node.status_explanation = "Changed parameter number: " +
894 // changed or not. Returns explanation if they differ.
914 return "Variable map changed: [" + scope_info1_text +
1048 // @param {Script} script that is being changed