Home | History | Annotate | Download | only in src

Lines Matching refs:if

26 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32 // according to changes of script source (if possible).
38 // If the function may not be recompiled (e.g. it was completely erased in new
107 if (old_node.status == FunctionStatus.DAMAGED) {
111 if (old_node.status == FunctionStatus.UNCHANGED) {
113 } else if (old_node.status == FunctionStatus.SOURCE_CHANGED) {
115 } else if (old_node.status == FunctionStatus.CHANGED) {
134 if (preview_only) {
146 if (live_shared_function_infos) {
168 // Create an old script only if there are function that should be linked
170 if (link_to_old_script_list.length == 0) {
212 if (update_positions_list[i].live_shared_function_infos) {
260 if (compile_info[k].start_position > compile_info[j].start_position) {
264 if (k != i) {
286 if (previous_sibling != -1) {
293 if (previous_sibling != -1) {
308 if (old_node.live_shared_function_infos) {
320 if (old_node.children[i].corresponding_node) {
325 if (old_node.children[i].live_shared_function_infos) {
350 if (old_info_node.live_shared_function_infos) {
397 if (old_script_copy_opt) {
437 if (!condition) {
438 if (message) {
473 if (array.length == 0 || pos < array[0].pos1) {
481 if (pos < array[middle_index + 1].pos1) {
488 if (pos >= chunk.pos1 + chunk.len1) {
492 if (!inside_chunk_handler) {
532 // in user UI if some explanations are needed.
611 if (child_index < info_node.children.length) {
614 if (child.info.end_position <= chunk_it.current().pos1) {
618 } else if (child.info.start_position >=
623 } else if (child.info.start_position <= chunk_it.current().pos1 &&
642 if (chunk_it.current().pos1 + chunk_it.current().len1 <=
661 if (code_changed) {
663 } else if (source_changed) {
678 // For ecah old function (if it is not damaged) tries to find a corresponding
699 if (old_children[old_index].status == FunctionStatus.DAMAGED) {
701 } else if (new_index < new_children.length) {
702 if (new_children[new_index].info.start_position <
707 } else if (new_children[new_index].info.start_position ==
709 if (new_children[new_index].info.end_position ==
715 if (old_children[old_index].status != FunctionStatus.UNCHANGED) {
718 if (old_children[old_index].status == FunctionStatus.DAMAGED) {
757 if (old_node.status == FunctionStatus.CHANGED) {
760 if (why_wrong_expectations) {
795 if (wrapper.start_position == compile_info.start_position &&
801 if (wrappers.length > 0) {
844 if (old_info_node.live_shared_function_infos) {
865 // changed or not. Returns explanation if they differ.
869 if (function_info1.param_num != function_info2.param_num) {
879 if (scope_info1) {
884 if (scope_info2) {
890 if (scope_info1_text != scope_info2_text) {
903 // if this proves to be false.
910 if (result[shared_list.length]) {
919 if (result[i] == FunctionPatchabilityStatus.REPLACED_ON_ACTIVE_STACK) {
921 } else if (result[i] != FunctionPatchabilityStatus.AVAILABLE_FOR_PATCH) {
932 if (dropped.length > 0) {
935 if (problems.length > 0) {
955 if (enumeration[name] == code) {
1023 if (child.status != FunctionStatus.UNCHANGED) {
1028 if (node.textually_unmatched_new_nodes) {
1041 if (node.status_explanation) {
1044 if (node.textual_corresponding_node) {
1053 if (false) {