![]() |
v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <ast.h>


Public Member Functions | |
| Interface * | interface () const |
| Block * | body () const |
Public Member Functions inherited from AstNode | |
| void * | operator new (size_t size, Zone *zone) |
| AstNode (int position) | |
| virtual | ~AstNode () |
| virtual void | Accept (AstVisitor *v)=0 |
| virtual NodeType | node_type () const =0 |
| int | position () const |
| virtual TargetCollector * | AsTargetCollector () |
| virtual BreakableStatement * | AsBreakableStatement () |
| virtual IterationStatement * | AsIterationStatement () |
| virtual MaterializedLiteral * | AsMaterializedLiteral () |
Public Member Functions inherited from ZoneObject | |
| INLINE (void *operator new(size_t size, Zone *zone)) | |
| void | operator delete (void *, size_t) |
| void | operator delete (void *pointer, Zone *zone) |
Protected Member Functions | |
| Module (Zone *zone, int pos) | |
| Module (Zone *zone, Interface *interface, int pos, Block *body=NULL) | |
Additional Inherited Members | |
Public Types inherited from AstNode | |
| enum | NodeType { kInvalid = -1 } |
Static Protected Member Functions inherited from AstNode | |
| static int | GetNextId (Zone *zone) |
| static int | ReserveIdRange (Zone *zone, int n) |
| static TypeFeedbackId | reuse (BailoutId id) |