| 163 | } |
| 164 | |
| 165 | inline test make_equality_test_without_adding_reference(Symbol* sym) |
| 166 | { |
| 167 | return reinterpret_cast<test>(sym); |
| 168 | } |
| 169 | |
| 170 | inline test make_blank_or_equality_test(Symbol* sym_or_nil) |
| 171 | { |
no outgoing calls
no test coverage detected