|  | v8
    V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. | 
#include <ast.h>
| Protected Member Functions | |
| Assignment (NodeType type, Token::Value op, Expression *target, Expression *value, int pos) | |
|  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) | |
| Private Types | |
| using | TokenField = Expression::NextBitField<Token::Value, 7> | 
| using | LookupHoistingModeField = TokenField::Next<bool, 1> | 
| Private Attributes | |
| friend | Zone | 
| Expression * | target_ | 
| Expression * | value_ | 
| Friends | |
| class | AstNodeFactory | 
| Additional Inherited Members | |
|  Public Types inherited from v8::internal::Expression | |
| enum | Context { kUninitialized , kEffect , kValue , kTest } | 
|  Public Types inherited from v8::internal::AstNode | |
| enum | NodeType : uint8_t | 
|  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 Attributes inherited from v8::internal::AstNode | |
| uint32_t | bit_field_ | 
| 
 | private | 
| 
 | private | 
| 
 | protected | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | friend | 
| 
 | private | 
| 
 | private |