#ifndef V8_OBJECTS_PROTOTYPE_INFO_H_
#define V8_OBJECTS_PROTOTYPE_INFO_H_
#include "src/objects/fixed-array.h"
#include "src/objects/objects.h"
#include "src/objects/struct.h"
#include "torque-generated/bit-fields.h"
#include "src/objects/object-macros.h"
namespace v8 {
namespace internal {
#include "torque-generated/src/objects/prototype-info-tq.inc"
class PrototypeInfo
: public TorqueGeneratedPrototypeInfo<PrototypeInfo, Struct> { … };
class V8_EXPORT_PRIVATE PrototypeUsers : public WeakArrayList { … };
}
}
#include "src/objects/object-macros-undef.h"
#endif