| 7210 | struct BitShiftR : public BitOpBase |
| 7211 | { |
| 7212 | BitShiftR(CppiaStream &stream) : BitOpBase(stream) { } |
| 7213 | const char *getName() HXCPP_OVERRIDE { return "BitShiftR"; } |
| 7214 | int runInt(CppiaCtx *ctx) HXCPP_OVERRIDE |
| 7215 | { |
nothing calls this directly
no outgoing calls
no test coverage detected