![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <ast.h>
Public Member Functions | |
Scope * | scope () |
Block * | catch_block () const |
void | set_catch_block (Block *b) |
HandlerTable::CatchPrediction | GetCatchPrediction (HandlerTable::CatchPrediction outer_catch_prediction) const |
bool | ShouldClearException (HandlerTable::CatchPrediction outer_catch_prediction) const |
bool | is_try_catch_for_async () |
![]() | |
Block * | try_block () const |
void | set_try_block (Block *b) |
![]() | |
NodeType | node_type () const |
int | position () const |
IterationStatement * | AsIterationStatement () |
MaterializedLiteral * | AsMaterializedLiteral () |
![]() | |
void * | operator new (size_t, Zone *)=delete |
void * | operator new (size_t size, void *ptr) |
void | operator delete (void *, size_t) |
void | operator delete (void *pointer, Zone *zone)=delete |
Private Member Functions | |
TryCatchStatement (Block *try_block, Scope *scope, Block *catch_block, HandlerTable::CatchPrediction catch_prediction, int pos) | |
Private Attributes | |
friend | Zone |
Scope * | scope_ |
Block * | catch_block_ |
HandlerTable::CatchPrediction | catch_prediction_ |
Friends | |
class | AstNodeFactory |
Additional Inherited Members | |
![]() | |
enum | NodeType : uint8_t |
![]() | |
template<class T , int size> | |
using | NextBitField = NodeTypeField::Next<T, size> |
![]() | |
TryStatement (Block *try_block, int pos, NodeType type) | |
![]() | |
Statement (int position, NodeType type) | |
![]() | |
AstNode (int position, NodeType type) | |
![]() | |
uint32_t | bit_field_ |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
private |