![]() |
V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
| NativeGroupRetainedObjectInfo (const char *label) | |
| void | Dispose () override |
| bool | IsEquivalent (RetainedObjectInfo *other) override |
| intptr_t | GetHash () override |
| const char * | GetLabel () override |
Public Member Functions inherited from v8::RetainedObjectInfo | |
| virtual const char * | GetGroupLabel () |
| virtual intptr_t | GetElementCount () |
| virtual intptr_t | GetSizeInBytes () |
Definition at line 1925 of file heap-snapshot-generator.cc.
|
inlineoverridevirtual |
Called by V8 when it no longer needs an instance.
Implements v8::RetainedObjectInfo.
Definition at line 1933 of file heap-snapshot-generator.cc.
|
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.
|
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.
|
inlineoverridevirtual |
Returns whether two instances are equivalent.
Implements v8::RetainedObjectInfo.
Definition at line 1938 of file heap-snapshot-generator.cc.