V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
SpecializationDeclaration (SourcePosition pos, std::string name, std::vector< TypeExpression *> generic_parameters, ParameterList parameters, TypeExpression *return_type, LabelAndTypesVector labels, Statement *b) | |
Public Member Functions inherited from v8::internal::torque::Declaration | |
Declaration (Kind kind, SourcePosition pos) | |
Public Member Functions inherited from v8::internal::torque::AstNode | |
AstNode (Kind kind, SourcePosition pos) | |
Public Attributes | |
std::string | name |
bool | external |
std::vector< TypeExpression * > | generic_parameters |
std::unique_ptr< CallableNodeSignature > | signature |
Statement * | body |
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 | Kind { ENUM_ITEM } |