Home | History | Annotate | Download | only in src

Lines Matching refs:Changed

115       } else if (old_node.status == FunctionStatus.CHANGED) {
153 // We haven't changed anything before this line yet.
208 // unchanged and whether positions changed at all.
499 Assert(false, "Cannot translate position in changed area");
515 SOURCE_CHANGED: "source changed",
516 // The code of a function is changed or some nested function cannot be
518 CHANGED: "changed",
519 // Function is changed but cannot be patched.
542 // Sometimes only function body is changed (functions in old and new script
585 // positions from old to new in a current non-changed part of script.
644 info_node.status = FunctionStatus.CHANGED;
662 info_node.status = FunctionStatus.CHANGED;
722 old_node.status = FunctionStatus.CHANGED;
729 old_node.status = FunctionStatus.CHANGED;
739 old_node.status = FunctionStatus.CHANGED;
746 old_node.status = FunctionStatus.CHANGED;
757 if (old_node.status == FunctionStatus.CHANGED) {
865 // changed or not. Returns explanation if they differ.
870 return "Changed parameter number: " + function_info1.param_num +
1000 // @param {Script} script that is being changed