![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <ast.h>
Public Member Functions | |
MacroDeclaration (AstNode::Kind kind, SourcePosition pos, bool transitioning, Identifier *name, std::optional< std::string > op, ParameterList parameters, TypeExpression *return_type, LabelAndTypesVector labels) | |
![]() | |
CallableDeclaration (AstNode::Kind kind, SourcePosition pos, bool transitioning, Identifier *name, ParameterList parameters, TypeExpression *return_type, LabelAndTypesVector labels) | |
![]() | |
Declaration (Kind kind, SourcePosition pos) | |
![]() | |
AstNode (Kind kind, SourcePosition pos) | |
virtual | ~AstNode ()=default |
Public Attributes | |
std::optional< std::string > | op |
![]() | |
bool | transitioning |
Identifier * | name |
ParameterList | parameters |
TypeExpression * | return_type |
LabelAndTypesVector | labels |
![]() | |
const Kind | kind |
SourcePosition | pos |
Additional Inherited Members | |
![]() | |
enum class | Kind { ENUM_ITEM } |
|
inline |
std::optional<std::string> v8::internal::torque::MacroDeclaration::op |