#include "src/objects/debug-objects-inl.h"
#include "torque-generated/class-verifiers.h"
#include "src/objects/instance-type-inl.h"
namespace v8 {
namespace internal {
bool IsBreakPoint_NonInline(Tagged<HeapObject> o) { … }
#ifdef VERIFY_HEAP
template <>
void TorqueGeneratedBreakPoint<BreakPoint, Struct>::BreakPointVerify(Isolate* isolate) {
TorqueGeneratedClassVerifiers::BreakPointVerify(Cast<BreakPoint>(*this), isolate);
}
#endif
bool IsBreakPointInfo_NonInline(Tagged<HeapObject> o) { … }
#ifdef VERIFY_HEAP
template <>
void TorqueGeneratedBreakPointInfo<BreakPointInfo, Struct>::BreakPointInfoVerify(Isolate* isolate) {
TorqueGeneratedClassVerifiers::BreakPointInfoVerify(Cast<BreakPointInfo>(*this), isolate);
}
#endif
bool IsDebugInfo_NonInline(Tagged<HeapObject> o) { … }
#ifdef VERIFY_HEAP
template <>
void TorqueGeneratedDebugInfo<DebugInfo, Struct>::DebugInfoVerify(Isolate* isolate) {
TorqueGeneratedClassVerifiers::DebugInfoVerify(Cast<DebugInfo>(*this), isolate);
}
#endif
bool IsCoverageInfo_NonInline(Tagged<HeapObject> o) { … }
#ifdef VERIFY_HEAP
template <>
void TorqueGeneratedCoverageInfo<CoverageInfo, HeapObject>::CoverageInfoVerify(Isolate* isolate) {
TorqueGeneratedClassVerifiers::CoverageInfoVerify(Cast<CoverageInfo>(*this), isolate);
}
#endif
bool IsStackFrameInfo_NonInline(Tagged<HeapObject> o) { … }
#ifdef VERIFY_HEAP
template <>
void TorqueGeneratedStackFrameInfo<StackFrameInfo, Struct>::StackFrameInfoVerify(Isolate* isolate) {
TorqueGeneratedClassVerifiers::StackFrameInfoVerify(Cast<StackFrameInfo>(*this), isolate);
}
#endif
bool IsErrorStackData_NonInline(Tagged<HeapObject> o) { … }
#ifdef VERIFY_HEAP
template <>
void TorqueGeneratedErrorStackData<ErrorStackData, Struct>::ErrorStackDataVerify(Isolate* isolate) {
TorqueGeneratedClassVerifiers::ErrorStackDataVerify(Cast<ErrorStackData>(*this), isolate);
}
#endif
}
}