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

#include <common-operator.h>

Collaboration diagram for v8::internal::compiler::ParameterInfo:

Public Member Functions

 ParameterInfo (int index, const char *debug_name)
 
int index () const
 
const char * debug_name () const
 

Static Public Attributes

static constexpr int kMinIndex = Linkage::kJSCallClosureParamIndex
 

Private Attributes

int index_
 
const char * debug_name_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ParameterInfo()

v8::internal::compiler::ParameterInfo::ParameterInfo ( int index,
const char * debug_name )
inline

Definition at line 206 of file common-operator.h.

Member Function Documentation

◆ debug_name()

const char * v8::internal::compiler::ParameterInfo::debug_name ( ) const
inline

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

◆ index()

int v8::internal::compiler::ParameterInfo::index ( ) const
inline

Definition at line 211 of file common-operator.h.

Here is the caller graph for this function:

Member Data Documentation

◆ debug_name_

const char* v8::internal::compiler::ParameterInfo::debug_name_
private

Definition at line 216 of file common-operator.h.

◆ index_

int v8::internal::compiler::ParameterInfo::index_
private

Definition at line 215 of file common-operator.h.

◆ kMinIndex

int v8::internal::compiler::ParameterInfo::kMinIndex = Linkage::kJSCallClosureParamIndex
staticconstexpr

Definition at line 204 of file common-operator.h.


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