Home | History | Annotate | Download | only in debug

Lines Matching refs:UNCHANGED

16 // version of the script) it remains unchanged, but the code that could
19 // All unchanged functions have their positions updated accordingly.
115 if (old_node.status == FunctionStatus.UNCHANGED) {
219 // unchanged and whether positions changed at all.
520 UNCHANGED: "unchanged",
521 // The code of a function remains unchanged, but something happened inside
538 this.status = FunctionStatus.UNCHANGED;
588 // Determines status of each function (from unchanged to damaged). However
589 // children of unchanged functions are ignored.
636 ( child.status != FunctionStatus.UNCHANGED );
736 FunctionStatus.UNCHANGED) {
1055 if (child.status != FunctionStatus.UNCHANGED) {