Lines Matching refs:GotoIfNot
329 GotoIfNot(IsCallable(CAST(add_func)), &if_notcallable);
409 GotoIfNot(IsJSReceiverInstanceType(instance_type), &check_symbol_key);
415 GotoIfNot(IsSymbolInstanceType(instance_type), if_cannot_be_held_weakly);
835 GotoIfNot(IsHeapNumber(CAST(candidate_key)), if_not_same);
876 GotoIfNot(TaggedEqual(index, SmiConstant(0)), if_false);
885 GotoIfNot(TaggedEqual(map_iter_proto, initial_map_iter_proto), if_false);
934 GotoIfNot(TaggedEqual(set_proto, initial_set_proto), if_false);
941 GotoIfNot(TaggedEqual(index, SmiConstant(0)), if_false);
948 GotoIfNot(TaggedEqual(set_iter_proto, initial_set_iter_proto), if_false);
956 GotoIfNot(TaggedEqual(iter_proto, initial_iter_proto), if_false);
1266 GotoIfNot(IsString(CAST(candidate_key)), if_not_same);
1278 GotoIfNot(IsBigInt(CAST(candidate_key)), if_not_same);
1292 GotoIfNot(IsHeapNumber(CAST(candidate_key)), if_not_same);
1325 GotoIfNot(SmiLessThan(SmiConstant(0), index), &return_zero);
1345 GotoIfNot(IntPtrLessThan(i, number_of_deleted_elements), &return_index);
1443 GotoIfNot(IntPtrLessThan(var_index.value(), used_capacity), if_end);
1514 GotoIfNot(IsHeapNumber(CAST(key)), &done);
1516 GotoIfNot(Float64Equal(number, Float64Constant(0.0)), &done);
1900 GotoIfNot(IsCallable(CAST(callback)), &callback_not_callable);
2136 GotoIfNot(IsCallable(CAST(callback)), &callback_not_callable);
2337 GotoIfNot(IsJSReceiver(key), &if_symbol);