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


Public Types | |
| enum | NodeType { kInvalid = -1 } |
Public Member Functions | |
| 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) |
Static Protected Member Functions | |
| static int | GetNextId (Zone *zone) |
| static int | ReserveIdRange (Zone *zone, int n) |
| static TypeFeedbackId | reuse (BailoutId id) |
Friends | |
| class | CaseClause |
|
pure virtual |
Implemented in V8_FINAL< kOperandKind, kNumCachedOperands >.
Referenced by Scope::VisitIllegalRedeclaration().
|
inlinevirtual |
Reimplemented in BreakableStatement.
Definition at line 225 of file ast.h.
References v8::internal::NULL.
|
inlinevirtual |
Reimplemented in IterationStatement.
Definition at line 226 of file ast.h.
References v8::internal::NULL.
|
inlinevirtual |
Reimplemented in MaterializedLiteral.
Definition at line 227 of file ast.h.
References v8::internal::NULL.
Referenced by CompileTimeValue::IsCompileTimeValue().
|
inlinevirtual |
Reimplemented in V8_FINAL< kOperandKind, kNumCachedOperands >.
Definition at line 224 of file ast.h.
References v8::internal::NULL.
|
inlinestaticprotected |
Definition at line 230 of file ast.h.
References AstNode::ReserveIdRange().
|
pure virtual |
Implemented in V8_FINAL< kOperandKind, kNumCachedOperands >.
|
inline |
Definition at line 215 of file ast.h.
Referenced by V8_FINAL< kOperandKind, kNumCachedOperands >::Init().
|
inlinestaticprotected |
Definition at line 234 of file ast.h.
References Zone::isolate().
Referenced by AstNode::GetNextId().
|
inlinestaticprotected |
Definition at line 241 of file ast.h.
Referenced by V8_FINAL< kOperandKind, kNumCachedOperands >::AssignmentFeedbackId(), V8_FINAL< kOperandKind, kNumCachedOperands >::BinaryOperationFeedbackId(), V8_FINAL< kOperandKind, kNumCachedOperands >::CallRuntimeFeedbackId(), V8_FINAL< kOperandKind, kNumCachedOperands >::CompareOperationFeedbackId(), V8_FINAL< kOperandKind, kNumCachedOperands >::CountStoreFeedbackId(), V8_FINAL< kOperandKind, kNumCachedOperands >::LiteralFeedbackId(), and V8_FINAL< kOperandKind, kNumCachedOperands >::PropertyFeedbackId().