| 7226 | struct BitShiftL : public BitOpBase |
| 7227 | { |
| 7228 | BitShiftL(CppiaStream &stream) : BitOpBase(stream) { } |
| 7229 | const char *getName() HXCPP_OVERRIDE { return "BitShiftL"; } |
| 7230 | int runInt(CppiaCtx *ctx) HXCPP_OVERRIDE |
| 7231 | { |
nothing calls this directly
no outgoing calls
no test coverage detected