![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <ast.h>
Public Types | |
using | Property = ClassLiteralProperty |
using | StaticElement = ClassLiteralStaticElement |
![]() | |
enum | Context { kUninitialized , kEffect , kValue , kTest } |
![]() | |
enum | NodeType : uint8_t |
Private Types | |
using | HasStaticComputedNames = Expression::NextBitField<bool, 1> |
using | IsAnonymousExpression = HasStaticComputedNames::Next<bool, 1> |
Private Member Functions | |
ClassLiteral (ClassScope *scope, Expression *extends, FunctionLiteral *constructor, ZonePtrList< Property > *public_members, ZonePtrList< Property > *private_members, FunctionLiteral *static_initializer, FunctionLiteral *instance_members_initializer_function, int start_position, int end_position, bool has_static_computed_names, bool is_anonymous, Variable *home_object, Variable *static_home_object) | |
Private Attributes | |
friend | Zone |
int | end_position_ |
ClassScope * | scope_ |
Expression * | extends_ |
FunctionLiteral * | constructor_ |
ZonePtrList< Property > * | public_members_ |
ZonePtrList< Property > * | private_members_ |
FunctionLiteral * | static_initializer_ |
FunctionLiteral * | instance_members_initializer_function_ |
Variable * | home_object_ |
Variable * | static_home_object_ |
Friends | |
class | AstNodeFactory |
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 |
|
private |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |