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