![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <ast.h>
Public Types | |
| enum | CallType { GLOBAL_CALL , WITH_CALL , NAMED_PROPERTY_CALL , KEYED_PROPERTY_CALL , NAMED_OPTIONAL_CHAIN_PROPERTY_CALL , KEYED_OPTIONAL_CHAIN_PROPERTY_CALL , NAMED_SUPER_PROPERTY_CALL , KEYED_SUPER_PROPERTY_CALL , PRIVATE_CALL , PRIVATE_OPTIONAL_CHAIN_CALL , SUPER_CALL , OTHER_CALL } |
| enum class | TaggedTemplateTag { kTrue } |
Public Types inherited from v8::internal::CallBase | |
| enum | SpreadPosition { kNoSpread , kHasFinalSpread , kHasNonFinalSpread } |
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 | IsTaggedTemplateField = CallBase::NextBitField<bool, 1> |
| using | IsOptionalChainLinkField = IsTaggedTemplateField::Next<bool, 1> |
| using | EvalScopeInfoIndexField = IsOptionalChainLinkField::Next<uint32_t, 20> |
Private Member Functions | |
| Call (Zone *zone, Expression *expression, const ScopedPtrList< Expression > &arguments, int pos, bool has_spread, int eval_scope_info_index, bool optional_chain) | |
| Call (Zone *zone, Expression *expression, const ScopedPtrList< Expression > &arguments, int pos, TaggedTemplateTag tag) | |
Private Attributes | |
| friend | Zone |
Friends | |
| class | AstNodeFactory |
Additional Inherited Members | |
Protected Types inherited from v8::internal::CallBase | |
| using | SpreadPositionField = Expression::NextBitField<SpreadPosition, 2> |
| template<class T , int size> | |
| using | NextBitField = SpreadPositionField::Next<T, size> |
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::CallBase | |
| CallBase (Zone *zone, NodeType type, Expression *expression, const ScopedPtrList< Expression > &arguments, int pos, bool has_spread) | |
| void | ComputeSpreadPosition () |
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::CallBase | |
| Expression * | expression_ |
| ZonePtrList< Expression > | arguments_ |
Protected Attributes inherited from v8::internal::AstNode | |
| uint32_t | bit_field_ |
|
private |
|
private |
|
private |
|
strong |
|
inlineprivate |
|
inlineprivate |
|
inline |
|
inline |
| Call::CallType v8::internal::Call::GetCallType | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
friend |