V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
TorqueMacroDeclaration (SourcePosition pos, bool transitioning, std::string name, base::Optional< std::string > op, ParameterList parameters, TypeExpression *return_type, const LabelAndTypesVector &labels) | |
Public Member Functions inherited from v8::internal::torque::MacroDeclaration | |
MacroDeclaration (AstNode::Kind kind, SourcePosition pos, bool transitioning, std::string name, base::Optional< std::string > op, ParameterList parameters, TypeExpression *return_type, const LabelAndTypesVector &labels) | |
Public Member Functions inherited from v8::internal::torque::CallableNode | |
CallableNode (AstNode::Kind kind, SourcePosition pos, bool transitioning, std::string name, ParameterList parameters, TypeExpression *return_type, const LabelAndTypesVector &labels) | |
Public Member Functions inherited from v8::internal::torque::AstNode | |
AstNode (Kind kind, SourcePosition pos) | |
Additional Inherited Members | |
Public Types inherited from v8::internal::torque::AstNode | |
enum | Kind { ENUM_ITEM } |
Public Attributes inherited from v8::internal::torque::MacroDeclaration | |
base::Optional< std::string > | op |
Public Attributes inherited from v8::internal::torque::CallableNode | |
bool | transitioning |
std::string | name |
std::unique_ptr< CallableNodeSignature > | signature |
Public Attributes inherited from v8::internal::torque::AstNode | |
const Kind | kind |
SourcePosition | pos |