Home | History | Annotate | Download | only in src

Lines Matching defs:UNCHANGED

16 // version of the script) it remains unchanged, but the code that could
19 // All unchanged functions have their positions updated accordingly.
100 if (old_node.status == FunctionStatus.UNCHANGED) {
202 // unchanged and whether positions changed at all.
506 UNCHANGED: "unchanged",
507 // The code of a function remains unchanged, but something happened inside
524 this.status = FunctionStatus.UNCHANGED;
574 // Determines status of each function (from unchanged to damaged). However
575 // children of unchanged functions are ignored.
622 ( child.status != FunctionStatus.UNCHANGED );
722 FunctionStatus.UNCHANGED) {
1050 if (child.status != FunctionStatus.UNCHANGED) {