v8
3.25.30(node0.11.13)
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 () |
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 52 of file test-global-handles.cc.
|
inline |
Definition at line 54 of file test-global-handles.cc.
|
inline |
Definition at line 373 of file test-mark-compact.cc.
|
inlinevirtual |
Called by V8 when it no longer needs an instance.
Implements RetainedObjectInfo.
Definition at line 58 of file test-global-handles.cc.
References ASSERT.
|
inlinevirtual |
Called by V8 when it no longer needs an instance.
Implements RetainedObjectInfo.
Definition at line 377 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 67 of file test-global-handles.cc.
|
inlinevirtual |
Returns hash value for the instance. Equivalent instances must have the same hash value.
Implements RetainedObjectInfo.
Definition at line 386 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 69 of file test-global-handles.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 388 of file test-mark-compact.cc.
|
inline |
Definition at line 56 of file test-global-handles.cc.
|
inline |
Definition at line 375 of file test-mark-compact.cc.
|
inlinevirtual |
Returns whether two instances are equivalent.
Implements RetainedObjectInfo.
Definition at line 63 of file test-global-handles.cc.
|
inlinevirtual |
Returns whether two instances are equivalent.
Implements RetainedObjectInfo.
Definition at line 382 of file test-mark-compact.cc.