v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <ast.h>
Public Types | |
enum | BreakableType { TARGET_FOR_ANONYMOUS, TARGET_FOR_NAMED_ONLY } |
Public Types inherited from AstNode | |
enum | NodeType { kInvalid = -1 } |
Public Member Functions | |
ZoneStringList * | labels () const |
virtual BreakableStatement * | AsBreakableStatement () V8_FINAL V8_OVERRIDE |
Label * | break_target () |
bool | is_target_for_anonymous () const |
BailoutId | EntryId () const |
BailoutId | ExitId () const |
Public Member Functions inherited from Statement | |
Statement (Zone *zone, int position) | |
bool | IsEmpty () |
virtual bool | IsJump () 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 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 | |
BreakableStatement (Zone *zone, ZoneStringList *labels, BreakableType breakable_type, int position) | |
Additional Inherited Members | |
Static Protected Member Functions inherited from AstNode | |
static int | GetNextId (Zone *zone) |
static int | ReserveIdRange (Zone *zone, int n) |
static TypeFeedbackId | reuse (BailoutId id) |
enum BreakableType |
|
inlineprotected |
Definition at line 425 of file ast.h.
References ASSERT, and v8::internal::NULL.
|
inlinevirtual |
|
inline |
Definition at line 421 of file ast.h.
Referenced by HOsrBuilder::BuildOsrLoopEntry().
|
inline |
Definition at line 422 of file ast.h.
Referenced by HOptimizedGraphBuilder::CreateLoop().
|
inline |