mirror of
https://github.com/openharmony/ark_runtime_core.git
synced 2026-07-18 10:18:07 -04:00
@@ -127,7 +127,7 @@ public:
|
||||
|
||||
virtual void SetExceptionToVReg(
|
||||
[[maybe_unused]] Frame::VRegister &vreg, // NOLINTNEXTLINE(google-runtime-references)
|
||||
[[maybe_unused]] ObjectHeader *obj) const = 0;
|
||||
[[maybe_unused]] ObjectHeader *obj) const;
|
||||
|
||||
virtual uint64_t GetTypeTag(interpreter::TypeTag tag) const
|
||||
{
|
||||
|
||||
@@ -80,4 +80,10 @@ PandaUniquePtr<tooling::PtLangExt> LanguageContextBase::CreatePtLangExt() const
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
void LanguageContextBase::SetExceptionToVReg(
|
||||
[[maybe_unused]] Frame::VRegister &vreg, // NOLINTNEXTLINE(google-runtime-references)
|
||||
[[maybe_unused]] ObjectHeader *obj) const
|
||||
{
|
||||
}
|
||||
|
||||
} // namespace panda
|
||||
|
||||
Reference in New Issue
Block a user