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