Home | History | Annotate | Download | only in src

Lines Matching defs:UNCHANGED

39 // version of the script) it remains unchanged, but the code that could
42 // All unchanged functions have their positions updated accordingly.
123 if (old_node.status == FunctionStatus.UNCHANGED) {
225 // unchanged and whether positions changed at all.
529 UNCHANGED: "unchanged",
530 // The code of a function remains unchanged, but something happened inside
547 this.status = FunctionStatus.UNCHANGED;
597 // Determines status of each function (from unchanged to damaged). However
598 // children of unchanged functions are ignored.
645 ( child.status != FunctionStatus.UNCHANGED );
732 if (old_children[old_index].status != FunctionStatus.UNCHANGED) {
1065 if (child.status != FunctionStatus.UNCHANGED) {