![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <ast.h>
Public Member Functions | |
| BasicTypeExpression (SourcePosition pos, std::vector< std::string > namespace_qualification, Identifier *name, std::vector< TypeExpression * > generic_arguments) | |
| BasicTypeExpression (SourcePosition pos, Identifier *name) | |
Public Member Functions inherited from v8::internal::torque::TypeExpression | |
| TypeExpression (Kind kind, SourcePosition pos) | |
Public Member Functions inherited from v8::internal::torque::AstNode | |
| AstNode (Kind kind, SourcePosition pos) | |
| virtual | ~AstNode ()=default |
Public Attributes | |
| std::vector< std::string > | namespace_qualification |
| bool | is_constexpr |
| Identifier * | name |
| std::vector< TypeExpression * > | generic_arguments |
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 |
|
inline |
| std::vector<TypeExpression*> v8::internal::torque::BasicTypeExpression::generic_arguments |
| Identifier* v8::internal::torque::BasicTypeExpression::name |
| std::vector<std::string> v8::internal::torque::BasicTypeExpression::namespace_qualification |