v8
3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
|
#include <ast.h>
Public Types | |
enum | Type { kInvalid = -1 } |
Public Member Functions | |
void * | operator new (size_t size, Zone *zone) |
AstNode () | |
virtual | ~AstNode () |
virtual void | Accept (AstVisitor *v)=0 |
virtual Type | node_type () const =0 |
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 (Isolate *isolate) |
static int | ReserveIdRange (Isolate *isolate, int n) |
static TypeFeedbackId | reuse (BailoutId id) |
Friends | |
class | CaseClause |
|
pure virtual |
Implemented in TargetCollector.
Referenced by BASE_EMBEDDED< Visitor >::Visit(), and Scope::VisitIllegalRedeclaration().
|
inlinevirtual |
Reimplemented in BreakableStatement.
Definition at line 218 of file ast.h.
References v8::internal::NULL.
|
inlinevirtual |
Reimplemented in IterationStatement.
Definition at line 219 of file ast.h.
References v8::internal::NULL.
|
inlinevirtual |
Reimplemented in MaterializedLiteral.
Definition at line 220 of file ast.h.
References v8::internal::NULL.
Referenced by CompileTimeValue::IsCompileTimeValue(), and ObjectLiteral::Property::Property().
|
inlinevirtual |
Reimplemented in TargetCollector.
Definition at line 217 of file ast.h.
References v8::internal::NULL.
|
inlinestaticprotected |
Definition at line 223 of file ast.h.
References AstNode::ReserveIdRange().
|
pure virtual |
Implemented in TargetCollector.
|
inlinestaticprotected |
Definition at line 227 of file ast.h.
Referenced by AstNode::GetNextId().
|
inlinestaticprotected |
Definition at line 234 of file ast.h.
Referenced by Assignment::AssignmentFeedbackId(), BinaryOperation::BinaryOperationFeedbackId(), Call::CallFeedbackId(), CallNew::CallNewFeedbackId(), CallRuntime::CallRuntimeFeedbackId(), CompareOperation::CompareOperationFeedbackId(), CountOperation::CountStoreFeedbackId(), ForInStatement::ForInFeedbackId(), Literal::LiteralFeedbackId(), Property::PropertyFeedbackId(), and UnaryOperation::UnaryOperationFeedbackId().
|
friend |