#include "src/objects/template-objects-inl.h"
#include "torque-generated/class-verifiers.h"
#include "src/objects/instance-type-inl.h"
namespace v8 {
namespace internal {
bool IsTemplateObjectDescription_NonInline(Tagged<HeapObject> o) { … }
#ifdef VERIFY_HEAP
template <>
void TorqueGeneratedTemplateObjectDescription<TemplateObjectDescription, Struct>::TemplateObjectDescriptionVerify(Isolate* isolate) {
TorqueGeneratedClassVerifiers::TemplateObjectDescriptionVerify(Cast<TemplateObjectDescription>(*this), isolate);
}
#endif
}
}