Searched refs:to_check (Results 1 – 1 of 1) sorted by relevance
941 static const uint8_t to_check[] = { in check_for_special_accessors() local944 for (size_t i = 0; i < MP_ARRAY_SIZE(to_check); ++i) { in check_for_special_accessors()946 mp_load_method_protected(value, to_check[i], dest_temp, true); in check_for_special_accessors()
Completed in 5 milliseconds