V8 Project
|
Public Member Functions | |
GCEpilogueCallbackPair (v8::Isolate::GCPrologueCallback callback, GCType gc_type, bool pass_isolate) | |
bool | operator== (const GCEpilogueCallbackPair &pair) const |
Public Attributes | |
v8::Isolate::GCPrologueCallback | callback |
GCType | gc_type |
bool | pass_isolate_ |
|
inline |
Definition at line 1583 of file heap.h.
|
inline |
v8::Isolate::GCPrologueCallback v8::internal::Heap::GCEpilogueCallbackPair::callback |
Definition at line 1589 of file heap.h.
Referenced by operator==().
bool v8::internal::Heap::GCEpilogueCallbackPair::pass_isolate_ |