![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <ast.h>
Public Types | |
enum | SpreadPosition { kNoSpread , kHasFinalSpread , kHasNonFinalSpread } |
![]() | |
enum | Context { kUninitialized , kEffect , kValue , kTest } |
![]() | |
enum | NodeType : uint8_t |
Protected Types | |
using | SpreadPositionField = Expression::NextBitField<SpreadPosition, 2> |
template<class T , int size> | |
using | NextBitField = SpreadPositionField::Next<T, size> |
![]() | |
template<class T , int size> | |
using | NextBitField = IsParenthesizedField::Next<T, size> |
![]() | |
template<class T , int size> | |
using | NextBitField = NodeTypeField::Next<T, size> |
Protected Member Functions | |
CallBase (Zone *zone, NodeType type, Expression *expression, const ScopedPtrList< Expression > &arguments, int pos, bool has_spread) | |
void | ComputeSpreadPosition () |
![]() | |
Expression (int pos, NodeType type) | |
![]() | |
AstNode (int position, NodeType type) | |
Protected Attributes | |
Expression * | expression_ |
ZonePtrList< Expression > | arguments_ |
![]() | |
uint32_t | bit_field_ |
|
protected |
|
protected |
|
inlineprotected |
|
inline |
|
protected |
|
inline |
|
inline |
|
protected |
|
protected |