v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::torque::ExternalMacroDeclaration Struct Reference

#include <ast.h>

Inheritance diagram for v8::internal::torque::ExternalMacroDeclaration:
Collaboration diagram for v8::internal::torque::ExternalMacroDeclaration:

Public Member Functions

 ExternalMacroDeclaration (SourcePosition pos, bool transitioning, std::string external_assembler_name, Identifier *name, std::optional< std::string > op, ParameterList parameters, TypeExpression *return_type, LabelAndTypesVector labels)
 
- Public Member Functions inherited from v8::internal::torque::MacroDeclaration
 MacroDeclaration (AstNode::Kind kind, SourcePosition pos, bool transitioning, Identifier *name, std::optional< std::string > op, ParameterList parameters, TypeExpression *return_type, LabelAndTypesVector labels)
 
- Public Member Functions inherited from v8::internal::torque::CallableDeclaration
 CallableDeclaration (AstNode::Kind kind, SourcePosition pos, bool transitioning, Identifier *name, ParameterList parameters, TypeExpression *return_type, LabelAndTypesVector labels)
 
- 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)
 
virtual ~AstNode ()=default
 

Public Attributes

std::string external_assembler_name
 
- Public Attributes inherited from v8::internal::torque::MacroDeclaration
std::optional< std::string > op
 
- Public Attributes inherited from v8::internal::torque::CallableDeclaration
bool transitioning
 
Identifiername
 
ParameterList parameters
 
TypeExpressionreturn_type
 
LabelAndTypesVector labels
 
- 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 }
 

Detailed Description

Definition at line 1006 of file ast.h.

Constructor & Destructor Documentation

◆ ExternalMacroDeclaration()

v8::internal::torque::ExternalMacroDeclaration::ExternalMacroDeclaration ( SourcePosition pos,
bool transitioning,
std::string external_assembler_name,
Identifier * name,
std::optional< std::string > op,
ParameterList parameters,
TypeExpression * return_type,
LabelAndTypesVector labels )
inline

Definition at line 1008 of file ast.h.

Member Data Documentation

◆ external_assembler_name

std::string v8::internal::torque::ExternalMacroDeclaration::external_assembler_name

Definition at line 1017 of file ast.h.


The documentation for this struct was generated from the following file: