![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <ast.h>
Public Member Functions | |
Scope * | scope () const |
![]() | |
NestedVariableDeclaration * | AsNested () |
![]() | |
Variable * | var () const |
void | set_var (Variable *var) |
![]() | |
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 | |
NestedVariableDeclaration (Scope *scope, int pos) | |
Private Attributes | |
friend | Zone |
Scope * | scope_ |
Friends | |
class | AstNodeFactory |
Additional Inherited Members | |
![]() | |
using | List = base::ThreadedList<Declaration> |
![]() | |
enum | NodeType : uint8_t |
![]() | |
template<class T , int size> | |
using | NextBitField = IsNestedField::Next<T, size> |
![]() | |
template<class T , int size> | |
using | NextBitField = NodeTypeField::Next<T, size> |
![]() | |
VariableDeclaration (int pos, bool is_nested=false) | |
![]() | |
Declaration (int pos, NodeType type) | |
![]() | |
AstNode (int position, NodeType type) | |
![]() | |
uint32_t | bit_field_ |
|
inlineprivate |
|
inline |
|
friend |
|
private |