V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::NativeGroupRetainedObjectInfo Class Reference
Inheritance diagram for v8::internal::NativeGroupRetainedObjectInfo:
v8::RetainedObjectInfo

Public Member Functions

 NativeGroupRetainedObjectInfo (const char *label)
 
void Dispose () override
 
bool IsEquivalent (RetainedObjectInfo *other) override
 
intptr_t GetHash () override
 
const charGetLabel () override
 
- Public Member Functions inherited from v8::RetainedObjectInfo
virtual const charGetGroupLabel ()
 
virtual intptr_t GetElementCount ()
 
virtual intptr_t GetSizeInBytes ()
 

Detailed Description

Definition at line 1925 of file heap-snapshot-generator.cc.

Member Function Documentation

◆ Dispose()

void v8::internal::NativeGroupRetainedObjectInfo::Dispose ( )
inlineoverridevirtual

Called by V8 when it no longer needs an instance.

Implements v8::RetainedObjectInfo.

Definition at line 1933 of file heap-snapshot-generator.cc.

◆ GetHash()

intptr_t v8::internal::NativeGroupRetainedObjectInfo::GetHash ( )
inlineoverridevirtual

Returns hash value for the instance. Equivalent instances must have the same hash value.

Implements v8::RetainedObjectInfo.

Definition at line 1941 of file heap-snapshot-generator.cc.

◆ GetLabel()

const char* v8::internal::NativeGroupRetainedObjectInfo::GetLabel ( )
inlineoverridevirtual

Returns human-readable label. It must be a null-terminated UTF-8 encoded string. V8 copies its contents during a call to GetLabel.

Implements v8::RetainedObjectInfo.

Definition at line 1942 of file heap-snapshot-generator.cc.

◆ IsEquivalent()

bool v8::internal::NativeGroupRetainedObjectInfo::IsEquivalent ( RetainedObjectInfo other)
inlineoverridevirtual

Returns whether two instances are equivalent.

Implements v8::RetainedObjectInfo.

Definition at line 1938 of file heap-snapshot-generator.cc.


The documentation for this class was generated from the following file: