![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <ast.h>
Public Types | |
enum | OnAbruptResume { kOnExceptionThrow , kNoControl } |
![]() | |
enum | Context { kUninitialized , kEffect , kValue , kTest } |
![]() | |
enum | NodeType : uint8_t |
Private Types | |
using | OnAbruptResumeField = Expression::NextBitField<OnAbruptResume, 1> |
Private Member Functions | |
Suspend (NodeType node_type, Expression *expression, int pos, OnAbruptResume on_abrupt_resume) | |
Private Attributes | |
friend | Zone |
Expression * | expression_ |
Friends | |
class | AstNodeFactory |
class | Yield |
class | YieldStar |
class | Await |
Additional Inherited Members | |
![]() | |
template<class T , int size> | |
using | NextBitField = IsParenthesizedField::Next<T, size> |
![]() | |
template<class T , int size> | |
using | NextBitField = NodeTypeField::Next<T, size> |
![]() | |
Expression (int pos, NodeType type) | |
![]() | |
AstNode (int position, NodeType type) | |
![]() | |
uint32_t | bit_field_ |
|
private |
|
inlineprivate |
|
inline |
|
inline |
|
friend |
|
private |