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