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