v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
Public Member Functions | |
TestRetainedObjectInfo () | |
bool | has_been_disposed () |
virtual void | Dispose () |
virtual bool | IsEquivalent (v8::RetainedObjectInfo *other) |
virtual intptr_t | GetHash () |
virtual const char * | GetLabel () |
Public Member Functions inherited from RetainedObjectInfo | |
virtual const char * | GetGroupLabel () |
virtual intptr_t | GetElementCount () |
virtual intptr_t | GetSizeInBytes () |
Additional Inherited Members | |
Protected Member Functions inherited from RetainedObjectInfo | |
RetainedObjectInfo () | |
virtual | ~RetainedObjectInfo () |
Definition at line 415 of file test-mark-compact.cc.
|
inline |
Definition at line 417 of file test-mark-compact.cc.
|
inlinevirtual |
Called by V8 when it no longer needs an instance.
Implements RetainedObjectInfo.
Definition at line 421 of file test-mark-compact.cc.
References ASSERT.
|
inlinevirtual |
Returns hash value for the instance. Equivalent instances must have the same hash value.
Implements RetainedObjectInfo.
Definition at line 430 of file test-mark-compact.cc.
|
inlinevirtual |
Returns human-readable label. It must be a null-terminated UTF-8 encoded string. V8 copies its contents during a call to GetLabel.
Implements RetainedObjectInfo.
Definition at line 432 of file test-mark-compact.cc.
|
inline |
Definition at line 419 of file test-mark-compact.cc.
Referenced by TEST().
|
inlinevirtual |
Returns whether two instances are equivalent.
Implements RetainedObjectInfo.
Definition at line 426 of file test-mark-compact.cc.