![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <ast.h>
Public Member Functions | |
Statement * | statement () const |
void | set_statement (Statement *statement) |
Scope * | scope () const |
Variable * | var () const |
Token::Value | init () const |
const AstRawString * | name () const |
SloppyBlockFunctionStatement ** | next () |
![]() | |
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 Types | |
using | TokenField = Statement::NextBitField<Token::Value, 8> |
Private Member Functions | |
SloppyBlockFunctionStatement (int pos, Variable *var, Token::Value init, Statement *statement) | |
Private Attributes | |
friend | Zone |
Variable * | var_ |
Statement * | statement_ |
SloppyBlockFunctionStatement * | next_ |
Friends | |
class | AstNodeFactory |
Additional Inherited Members | |
![]() | |
enum | NodeType : uint8_t |
![]() | |
template<class T , int size> | |
using | NextBitField = NodeTypeField::Next<T, size> |
![]() | |
Statement (int position, NodeType type) | |
![]() | |
AstNode (int position, NodeType type) | |
![]() | |
uint32_t | bit_field_ |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
private |
|
private |
|
private |
|
private |