v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::CreateBoundFunctionParameters Class Referencefinal

#include <js-operator.h>

Collaboration diagram for v8::internal::compiler::CreateBoundFunctionParameters:

Public Member Functions

 CreateBoundFunctionParameters (size_t arity, MapRef map)
 
size_t arity () const
 
MapRef map () const
 

Private Attributes

size_t const arity_
 
const MapRef map_
 

Friends

bool operator== (CreateBoundFunctionParameters const &lhs, CreateBoundFunctionParameters const &rhs)
 
bool operator!= (CreateBoundFunctionParameters const &lhs, CreateBoundFunctionParameters const &rhs)
 
size_t hash_value (CreateBoundFunctionParameters const &p)
 
std::ostream & operator<< (std::ostream &os, CreateBoundFunctionParameters const &p)
 

Detailed Description

Definition at line 648 of file js-operator.h.

Constructor & Destructor Documentation

◆ CreateBoundFunctionParameters()

v8::internal::compiler::CreateBoundFunctionParameters::CreateBoundFunctionParameters ( size_t arity,
MapRef map )
inline

Definition at line 650 of file js-operator.h.

Member Function Documentation

◆ arity()

size_t v8::internal::compiler::CreateBoundFunctionParameters::arity ( ) const
inline

Definition at line 653 of file js-operator.h.

Here is the caller graph for this function:

◆ map()

MapRef v8::internal::compiler::CreateBoundFunctionParameters::map ( ) const
inline

Definition at line 654 of file js-operator.h.

Here is the caller graph for this function:

Friends And Related Symbol Documentation

◆ hash_value

size_t hash_value ( CreateBoundFunctionParameters const & p)
friend

Definition at line 497 of file js-operator.cc.

◆ operator!=

Definition at line 492 of file js-operator.cc.

◆ operator<<

std::ostream & operator<< ( std::ostream & os,
CreateBoundFunctionParameters const & p )
friend

Definition at line 501 of file js-operator.cc.

◆ operator==

bool operator== ( CreateBoundFunctionParameters const & lhs,
CreateBoundFunctionParameters const & rhs )
friend

Definition at line 486 of file js-operator.cc.

Member Data Documentation

◆ arity_

size_t const v8::internal::compiler::CreateBoundFunctionParameters::arity_
private

Definition at line 657 of file js-operator.h.

◆ map_

const MapRef v8::internal::compiler::CreateBoundFunctionParameters::map_
private

Definition at line 658 of file js-operator.h.


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