![]() |
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 () |
Public Member Functions inherited from v8::internal::TryStatement | |
| Block * | try_block () const |
| void | set_try_block (Block *b) |
Public Member Functions inherited from v8::internal::AstNode | |
| NodeType | node_type () const |
| int | position () const |
| IterationStatement * | AsIterationStatement () |
| MaterializedLiteral * | AsMaterializedLiteral () |
Public Member Functions inherited from v8::internal::ZoneObject | |
| 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 | |
Public Types inherited from v8::internal::AstNode | |
| enum | NodeType : uint8_t |
Protected Types inherited from v8::internal::AstNode | |
| template<class T , int size> | |
| using | NextBitField = NodeTypeField::Next<T, size> |
Protected Member Functions inherited from v8::internal::TryStatement | |
| TryStatement (Block *try_block, int pos, NodeType type) | |
Protected Member Functions inherited from v8::internal::Statement | |
| Statement (int position, NodeType type) | |
Protected Member Functions inherited from v8::internal::AstNode | |
| AstNode (int position, NodeType type) | |
Protected Attributes inherited from v8::internal::AstNode | |
| uint32_t | bit_field_ |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
private |