V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Types | |
enum | NodeType : uint8_t { AST_NODE_LIST =(DECLARE_TYPE_ENUM) } |
Public Member Functions | |
void * | operator new (size_t size, Zone *zone) |
NodeType | node_type () const |
int | position () const |
BreakableStatement * | AsBreakableStatement () |
IterationStatement * | AsIterationStatement () |
MaterializedLiteral * | AsMaterializedLiteral () |
Public Member Functions inherited from v8::internal::ZoneObject | |
void * | operator new (size_t size, Zone *zone) |
void | operator delete (void *, size_t) |
void | operator delete (void *pointer, Zone *zone) |
Protected Member Functions | |
AstNode (int position, NodeType type) | |
Protected Attributes | |
uint32_t | bit_field_ |
Static Protected Attributes | |
static const uint8_t | kNextBitFieldIndex = NodeTypeField::kNext |