Home | History | Annotate | Download | only in include

Lines Matching defs:RetainedObjectInfo

393    * Callback function invoked for obtaining RetainedObjectInfo for
398 typedef RetainedObjectInfo* (*WrapperInfoCallback)
509 * Sets a RetainedObjectInfo for an object group (see V8::SetObjectGroupId).
511 void SetRetainedObjectInfo(UniqueId id, RetainedObjectInfo* info);
526 * RetainedObjectInfo instance describing the group. To collect
541 * V8 takes ownership of RetainedObjectInfo instances passed to it and
545 class V8_EXPORT RetainedObjectInfo { // NOLINT
551 virtual bool IsEquivalent(RetainedObjectInfo* other) = 0;
586 RetainedObjectInfo() {}
587 virtual ~RetainedObjectInfo() {}
590 RetainedObjectInfo(const RetainedObjectInfo&);
591 RetainedObjectInfo& operator=(const RetainedObjectInfo&);