| 464 | } |
| 465 | |
| 466 | void CopyFrom(AFINode* other) override |
| 467 | { |
| 468 | ARK_ASSERT_RET_NONE(data_meta_ != nullptr && other != nullptr); |
| 469 | ARK_ASSERT_RET_NONE(data_meta_->GetType() == other->GetType()); |
| 470 | |
| 471 | SetUInt64(other->GetUInt64()); |
| 472 | } |
| 473 | |
| 474 | void SaveTo(AFINode* other) override |
| 475 | { |