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

#include <js-operator.h>

Collaboration diagram for v8::internal::compiler::CreateArrayParameters:

Public Member Functions

 CreateArrayParameters (size_t arity, OptionalAllocationSiteRef site)
 
size_t arity () const
 
OptionalAllocationSiteRef site () const
 

Private Attributes

size_t const arity_
 
OptionalAllocationSiteRef const site_
 

Friends

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

Detailed Description

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

Constructor & Destructor Documentation

◆ CreateArrayParameters()

v8::internal::compiler::CreateArrayParameters::CreateArrayParameters ( size_t arity,
OptionalAllocationSiteRef site )
inline

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

Member Function Documentation

◆ arity()

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

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

Here is the caller graph for this function:

◆ site()

OptionalAllocationSiteRef v8::internal::compiler::CreateArrayParameters::site ( ) const
inline

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

Here is the caller graph for this function:

Friends And Related Symbol Documentation

◆ hash_value

size_t hash_value ( CreateArrayParameters const & p)
friend

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

◆ operator!=

bool operator!= ( CreateArrayParameters const & lhs,
CreateArrayParameters const & rhs )
friend

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

◆ operator<<

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

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

◆ operator==

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

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

Member Data Documentation

◆ arity_

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

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

◆ site_

OptionalAllocationSiteRef const v8::internal::compiler::CreateArrayParameters::site_
private

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


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