V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::Worklist< EntryType, SEGMENT_SIZE >::View Class Reference

Public Member Functions

 View (Worklist< EntryType, SEGMENT_SIZE > *worklist, int task_id)
 
bool Push (EntryType entry)
 
bool Pop (EntryType *entry)
 
bool IsLocalEmpty ()
 
bool IsEmpty ()
 
bool IsGlobalPoolEmpty ()
 
size_t LocalPushSegmentSize ()
 

Detailed Description

template<typename EntryType, int SEGMENT_SIZE>
class v8::internal::Worklist< EntryType, SEGMENT_SIZE >::View

Definition at line 30 of file worklist.h.


The documentation for this class was generated from the following file: