V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::torque::Signature Struct Reference

Public Member Functions

 Signature (NameVector n, base::Optional< std::string > arguments_variable, ParameterTypes p, size_t i, const Type *r, LabelDeclarationVector l)
 
const TypeVector & types () const
 
bool HasSameTypesAs (const Signature &other, ParameterMode mode=ParameterMode::kProcessImplicit) const
 
const TypeVector & GetTypes () const
 
TypeVector GetImplicitTypes () const
 
TypeVector GetExplicitTypes () const
 

Public Attributes

NameVector parameter_names
 
base::Optional< std::string > arguments_variable
 
ParameterTypes parameter_types
 
size_t implicit_count
 
const Typereturn_type
 
LabelDeclarationVector labels
 

Detailed Description

Definition at line 476 of file types.h.


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