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

#include <js-operator.h>

Inheritance diagram for v8::internal::compiler::JSCallNodeBase< kOpcodes >:
Collaboration diagram for v8::internal::compiler::JSCallNodeBase< kOpcodes >:

Public Member Functions

constexpr JSCallNodeBase (Node *node)
 
const CallParametersParameters () const
 
int ArgumentCount () const override
 
- Public Member Functions inherited from v8::internal::compiler::JSCallOrConstructNode
constexpr JSCallOrConstructNode (Node *node)
 
TNode< ObjectArgument (int i) const
 
int LastArgumentIndex () const
 
TNode< ObjectLastArgument () const
 
TNode< ObjectArgumentOr (int i, TNode< Object > default_value) const
 
TNode< ObjectArgumentOrUndefined (int i, JSGraph *jsgraph) const
 
int FeedbackVectorIndex () const
 
TNode< HeapObjectfeedback_vector () const
 
- Public Member Functions inherited from v8::internal::compiler::JSNodeWrapperBase
constexpr JSNodeWrapperBase (Node *node)
 
TNode< Objectcontext () const
 
Effect effect () const
 
Control control () const
 
FrameState frame_state () const
 
- Public Member Functions inherited from v8::internal::compiler::NodeWrapper
constexpr NodeWrapper (Node *node)
 
 operator Node * () const
 
Nodeoperator-> () const
 

Static Public Attributes

static constexpr int kReceiverInputCount = 1
 
- Static Public Attributes inherited from v8::internal::compiler::JSCallOrConstructNode
static constexpr int kTargetInputCount = 1
 
static constexpr int kReceiverOrNewTargetInputCount = 1
 
static constexpr int kFeedbackVectorInputCount = 1
 
static constexpr int kExtraInputCount
 
static constexpr bool kFeedbackVectorIsLastInput = true
 
static constexpr bool kHaveIdenticalLayouts = true
 

Additional Inherited Members

- Static Public Member Functions inherited from v8::internal::compiler::JSCallOrConstructNode
static constexpr int ArityForArgc (int parameters)
 
static constexpr int FirstArgumentIndex ()
 
static constexpr int ArgumentIndex (int i)
 
static constexpr int FeedbackVectorIndexForArgc (int argc)
 
- Protected Member Functions inherited from v8::internal::compiler::NodeWrapper
Nodenode () const
 
void set_node (Node *node)
 

Detailed Description

template<int... kOpcodes>
class v8::internal::compiler::JSCallNodeBase< kOpcodes >

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

Constructor & Destructor Documentation

◆ JSCallNodeBase()

template<int... kOpcodes>
v8::internal::compiler::JSCallNodeBase< kOpcodes >::JSCallNodeBase ( Node * node)
inlineexplicitconstexpr

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

Here is the call graph for this function:

Member Function Documentation

◆ ArgumentCount()

template<int... kOpcodes>
int v8::internal::compiler::JSCallNodeBase< kOpcodes >::ArgumentCount ( ) const
inlineoverridevirtual

Implements v8::internal::compiler::JSCallOrConstructNode.

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

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Parameters()

template<int... kOpcodes>
const CallParameters & v8::internal::compiler::JSCallNodeBase< kOpcodes >::Parameters ( ) const
inline

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

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ kReceiverInputCount

template<int... kOpcodes>
int v8::internal::compiler::JSCallNodeBase< kOpcodes >::kReceiverInputCount = 1
staticconstexpr

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


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