![]() |
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 |
Public Types inherited from v8::internal::Expression | |
| enum | Context { kUninitialized , kEffect , kValue , kTest } |
Public Types inherited from v8::internal::AstNode | |
| 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 | |
Protected Types inherited from v8::internal::Expression | |
| template<class T , int size> | |
| using | NextBitField = IsParenthesizedField::Next<T, size> |
Protected Types inherited from v8::internal::AstNode | |
| template<class T , int size> | |
| using | NextBitField = NodeTypeField::Next<T, size> |
Protected Member Functions inherited from v8::internal::Expression | |
| Expression (int pos, NodeType type) | |
Protected Member Functions inherited from v8::internal::AstNode | |
| AstNode (int position, NodeType type) | |
Protected Attributes inherited from v8::internal::AstNode | |
| 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 |