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

#include <simplified-operator.h>

Collaboration diagram for v8::internal::compiler::FastApiCallParameters:

Public Member Functions

 FastApiCallParameters (FastApiCallFunction c_function, FeedbackSource const &feedback, CallDescriptor *descriptor)
 
FastApiCallFunction c_function () const
 
FeedbackSource const & feedback () const
 
CallDescriptordescriptor () const
 
const CFunctionInfosignature () const
 
unsigned int argument_count () const
 

Private Attributes

FastApiCallFunction c_function_
 
const FeedbackSource feedback_
 
CallDescriptordescriptor_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FastApiCallParameters()

v8::internal::compiler::FastApiCallParameters::FastApiCallParameters ( FastApiCallFunction c_function,
FeedbackSource const & feedback,
CallDescriptor * descriptor )
inlineexplicit

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

Member Function Documentation

◆ argument_count()

unsigned int v8::internal::compiler::FastApiCallParameters::argument_count ( ) const
inline

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

Here is the call graph for this function:

◆ c_function()

FastApiCallFunction v8::internal::compiler::FastApiCallParameters::c_function ( ) const
inline

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

Here is the caller graph for this function:

◆ descriptor()

CallDescriptor * v8::internal::compiler::FastApiCallParameters::descriptor ( ) const
inline

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

Here is the caller graph for this function:

◆ feedback()

FeedbackSource const & v8::internal::compiler::FastApiCallParameters::feedback ( ) const
inline

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

Here is the caller graph for this function:

◆ signature()

const CFunctionInfo * v8::internal::compiler::FastApiCallParameters::signature ( ) const
inline

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

Here is the caller graph for this function:

Member Data Documentation

◆ c_function_

FastApiCallFunction v8::internal::compiler::FastApiCallParameters::c_function_
private

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

◆ descriptor_

CallDescriptor* v8::internal::compiler::FastApiCallParameters::descriptor_
private

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

◆ feedback_

const FeedbackSource v8::internal::compiler::FastApiCallParameters::feedback_
private

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


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