![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <graph.h>
Public Member Functions | |
void | AddChild (Derived *next) |
Derived * | LastChild () const |
Derived * | NeighboringChild () const |
bool | HasChildren () const |
base::SmallVector< Derived *, 8 > | Children () const |
Private Attributes | |
Derived * | neighboring_child_ = nullptr |
Derived * | last_child_ = nullptr |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |