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