| 464 | } |
| 465 | |
| 466 | void* GetRawUserData() const override |
| 467 | { |
| 468 | ARK_ASSERT_RET_VAL(mnType == ArkDataType::DT_USERDATA, nullptr); |
| 469 | return mpUserData; |
| 470 | } |
| 471 | |
| 472 | // Set data |
| 473 | void SetUnknown() override |
nothing calls this directly
no outgoing calls
no test coverage detected