v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
heap::base::WorklistBase Class Referencefinal

#include <worklist.h>

Collaboration diagram for heap::base::WorklistBase:

Static Public Member Functions

static void EnforcePredictableOrder ()
 
static bool PredictableOrder ()
 

Static Private Attributes

static bool predictable_order_ = false
 

Detailed Description

Definition at line 37 of file worklist.h.

Member Function Documentation

◆ EnforcePredictableOrder()

void heap::base::WorklistBase::EnforcePredictableOrder ( )
static

Definition at line 13 of file worklist.cc.

Here is the caller graph for this function:

◆ PredictableOrder()

static bool heap::base::WorklistBase::PredictableOrder ( )
inlinestatic

Definition at line 41 of file worklist.h.

Here is the caller graph for this function:

Member Data Documentation

◆ predictable_order_

bool heap::base::WorklistBase::predictable_order_ = false
staticprivate

Definition at line 44 of file worklist.h.


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