#include "src/objects/map-inl.h" #include "torque-generated/class-verifiers.h" #include "src/objects/instance-type-inl.h" namespace v8 { namespace internal { // https://source.chromium.org/chromium/chromium/src/+/main:v8/src/objects/map.tq?l=37&c=1 bool IsMap_NonInline(Tagged<HeapObject> o) { … } #ifdef VERIFY_HEAP template <> void TorqueGeneratedMap<Map, HeapObject>::MapVerify(Isolate* isolate) { TorqueGeneratedClassVerifiers::MapVerify(Cast<Map>(*this), isolate); } #endif // VERIFY_HEAP } // namespace internal } // namespace v8