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

#include <js-operator.h>

Collaboration diagram for v8::internal::compiler::CallForwardVarargsParameters:

Public Member Functions

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

Private Types

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

Private Attributes

uint32_t const bit_field_
 

Friends

size_t hash_value (CallForwardVarargsParameters const &p)
 

Detailed Description

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

Member Typedef Documentation

◆ ArityField

◆ StartIndexField

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

Constructor & Destructor Documentation

◆ CallForwardVarargsParameters()

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

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

Member Function Documentation

◆ arity()

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

Definition at line 206 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::CallForwardVarargsParameters::operator!= ( CallForwardVarargsParameters const & that) const
inline

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

◆ operator==()

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

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

◆ start_index()

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

Definition at line 207 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 ( CallForwardVarargsParameters const & p)
friend

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

Member Data Documentation

◆ bit_field_

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

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


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