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

#include <simplified-operator.h>

Collaboration diagram for v8::internal::compiler::NewArgumentsElementsParameters:

Public Member Functions

 NewArgumentsElementsParameters (CreateArgumentsType type, int formal_parameter_count)
 
CreateArgumentsType arguments_type () const
 
int formal_parameter_count () const
 

Private Attributes

CreateArgumentsType type_
 
int formal_parameter_count_
 

Detailed Description

Definition at line 716 of file simplified-operator.h.

Constructor & Destructor Documentation

◆ NewArgumentsElementsParameters()

v8::internal::compiler::NewArgumentsElementsParameters::NewArgumentsElementsParameters ( CreateArgumentsType type,
int formal_parameter_count )
inline

Definition at line 718 of file simplified-operator.h.

Member Function Documentation

◆ arguments_type()

CreateArgumentsType v8::internal::compiler::NewArgumentsElementsParameters::arguments_type ( ) const
inline

Definition at line 722 of file simplified-operator.h.

Here is the caller graph for this function:

◆ formal_parameter_count()

int v8::internal::compiler::NewArgumentsElementsParameters::formal_parameter_count ( ) const
inline

Definition at line 723 of file simplified-operator.h.

Here is the caller graph for this function:

Member Data Documentation

◆ formal_parameter_count_

int v8::internal::compiler::NewArgumentsElementsParameters::formal_parameter_count_
private

Definition at line 727 of file simplified-operator.h.

◆ type_

CreateArgumentsType v8::internal::compiler::NewArgumentsElementsParameters::type_
private

Definition at line 726 of file simplified-operator.h.


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