v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BreakableStatement Class Reference

#include <ast.h>

Inheritance diagram for BreakableStatement:
Collaboration diagram for BreakableStatement:

Public Types

enum  BreakableType { TARGET_FOR_ANONYMOUS, TARGET_FOR_NAMED_ONLY }
 
- Public Types inherited from AstNode
enum  NodeType { kInvalid = -1 }
 

Public Member Functions

ZoneStringListlabels () const
 
virtual BreakableStatementAsBreakableStatement () 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 IterationStatementAsIterationStatement ()
 
virtual MaterializedLiteralAsMaterializedLiteral ()
 
- 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)
 

Detailed Description

Definition at line 397 of file ast.h.

Member Enumeration Documentation

Enumerator
TARGET_FOR_ANONYMOUS 
TARGET_FOR_NAMED_ONLY 

Definition at line 399 of file ast.h.

Constructor & Destructor Documentation

BreakableStatement ( Zone zone,
ZoneStringList labels,
BreakableType  breakable_type,
int  position 
)
inlineprotected

Definition at line 425 of file ast.h.

References ASSERT, and v8::internal::NULL.

Member Function Documentation

virtual BreakableStatement* AsBreakableStatement ( )
inlinevirtual

Reimplemented from AstNode.

Definition at line 409 of file ast.h.

Label* break_target ( )
inline

Definition at line 414 of file ast.h.

BailoutId EntryId ( ) const
inline

Definition at line 421 of file ast.h.

Referenced by HOsrBuilder::BuildOsrLoopEntry().

BailoutId ExitId ( ) const
inline

Definition at line 422 of file ast.h.

Referenced by HOptimizedGraphBuilder::CreateLoop().

bool is_target_for_anonymous ( ) const
inline

Definition at line 417 of file ast.h.

ZoneStringList* labels ( ) const
inline

Definition at line 406 of file ast.h.


The documentation for this class was generated from the following file: