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.
111 if (old_node.status == FunctionStatus.UNCHANGED) {
208 // unchanged and whether positions changed at all.
512 UNCHANGED: "unchanged",
513 // The code of a function remains unchanged, but something happened inside
530 this.status = FunctionStatus.UNCHANGED;
580 // Determines status of each function (from unchanged to damaged). However
581 // children of unchanged functions are ignored.
628 ( child.status != FunctionStatus.UNCHANGED );
715 if (old_children[old_index].status != FunctionStatus.UNCHANGED) {
1023 if (child.status != FunctionStatus.UNCHANGED) {