| 925 | streamFunctionBody.Add(253 + (1 << 16)); |
| 926 | } |
| 927 | void OpReturnValue(const int ID) |
| 928 | { |
| 929 | sbTextFunctionBody << LR"(OpReturnValue %)" << ID << EndLine; |
| 930 | |
| 931 | streamFunctionBody.Add(254 + (2 << 16)); |
| 932 | streamFunctionBody.Add(ID); |
| 933 | } |
| 934 | void OpFunctionEnd() |
| 935 | { |
| 936 | sbTextFunctionBody << LR"(OpFunctionEnd)" << EndLine; |
no test coverage detected