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

#include <js-operator.h>

Collaboration diagram for v8::internal::compiler::CallRuntimeParameters:

Public Member Functions

 CallRuntimeParameters (Runtime::FunctionId id, size_t arity)
 
Runtime::FunctionId id () const
 
size_t arity () const
 

Private Attributes

const Runtime::FunctionId id_
 
const size_t arity_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ CallRuntimeParameters()

v8::internal::compiler::CallRuntimeParameters::CallRuntimeParameters ( Runtime::FunctionId id,
size_t arity )
inline

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

Member Function Documentation

◆ arity()

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

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

Here is the caller graph for this function:

◆ id()

Runtime::FunctionId v8::internal::compiler::CallRuntimeParameters::id ( ) const
inline

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

Here is the caller graph for this function:

Member Data Documentation

◆ arity_

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

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

◆ id_

const Runtime::FunctionId v8::internal::compiler::CallRuntimeParameters::id_
private

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


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