Lines Matching refs: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.
511 UNCHANGED: "unchanged",
512 // The code of a function remains unchanged, but something happened inside
529 this.status = FunctionStatus.UNCHANGED;
579 // Determines status of each function (from unchanged to damaged). However
580 // children of unchanged functions are ignored.
627 ( child.status != FunctionStatus.UNCHANGED );
714 if (old_children[old_index].status != FunctionStatus.UNCHANGED) {
1022 if (child.status != FunctionStatus.UNCHANGED) {