![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <ast.h>
Public Types | |
enum | Flags { kNoFlags = 0 , kIsShallow = 1 , kDisableMementos = 1 << 1 , kNeedsInitialAllocationSite = 1 << 2 , kIsShallowAndDisableMementos = kIsShallow | kDisableMementos } |
![]() | |
enum | Context { kUninitialized , kEffect , kValue , kTest } |
![]() | |
enum | NodeType : uint8_t |
Protected Member Functions | |
AggregateLiteral (int pos, NodeType type) | |
![]() | |
MaterializedLiteral (int pos, NodeType type) | |
bool | NeedsInitialAllocationSite () |
![]() | |
Expression (int pos, NodeType type) | |
![]() | |
AstNode (int position, NodeType type) | |
|
inlineprotected |