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

#include <js-operator.h>

Collaboration diagram for v8::internal::compiler::ConstructForwardVarargsParameters:

Public Member Functions

 ConstructForwardVarargsParameters (size_t arity, uint32_t start_index)
 
size_t arity () const
 
uint32_t start_index () const
 
bool operator== (ConstructForwardVarargsParameters const &that) const
 
bool operator!= (ConstructForwardVarargsParameters const &that) const
 

Private Types

using ArityField = base::BitField<size_t, 0, 16>
 
using StartIndexField = base::BitField<uint32_t, 16, 16>
 

Private Attributes

uint32_t const bit_field_
 

Friends

size_t hash_value (ConstructForwardVarargsParameters const &p)
 

Detailed Description

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

Member Typedef Documentation

◆ ArityField

◆ StartIndexField

Constructor & Destructor Documentation

◆ ConstructForwardVarargsParameters()

v8::internal::compiler::ConstructForwardVarargsParameters::ConstructForwardVarargsParameters ( size_t arity,
uint32_t start_index )
inline

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

Member Function Documentation

◆ arity()

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

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

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator!=()

bool v8::internal::compiler::ConstructForwardVarargsParameters::operator!= ( ConstructForwardVarargsParameters const & that) const
inline

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

◆ operator==()

bool v8::internal::compiler::ConstructForwardVarargsParameters::operator== ( ConstructForwardVarargsParameters const & that) const
inline

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

◆ start_index()

uint32_t v8::internal::compiler::ConstructForwardVarargsParameters::start_index ( ) const
inline

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

Here is the call graph for this function:
Here is the caller graph for this function:

Friends And Related Symbol Documentation

◆ hash_value

size_t hash_value ( ConstructForwardVarargsParameters const & p)
friend

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

Member Data Documentation

◆ bit_field_

uint32_t const v8::internal::compiler::ConstructForwardVarargsParameters::bit_field_
private

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


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