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

#include <js-operator.h>

Inheritance diagram for v8::internal::compiler::JSConstructNodeBase< kOpcode >:
Collaboration diagram for v8::internal::compiler::JSConstructNodeBase< kOpcode >:

Public Member Functions

constexpr JSConstructNodeBase (Node *node)
 
const ConstructParametersParameters () const
 
int ArgumentCount () const
 
- 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 kNewTargetInputCount = 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 kOpcode>
class v8::internal::compiler::JSConstructNodeBase< kOpcode >

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

Constructor & Destructor Documentation

◆ JSConstructNodeBase()

template<int kOpcode>
v8::internal::compiler::JSConstructNodeBase< kOpcode >::JSConstructNodeBase ( Node * node)
inlineexplicitconstexpr

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

Member Function Documentation

◆ ArgumentCount()

template<int kOpcode>
int v8::internal::compiler::JSConstructNodeBase< kOpcode >::ArgumentCount ( ) const
inlinevirtual

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

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

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

◆ Parameters()

template<int kOpcode>
const ConstructParameters & v8::internal::compiler::JSConstructNodeBase< kOpcode >::Parameters ( ) const
inline

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

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

Member Data Documentation

◆ kNewTargetInputCount

template<int kOpcode>
int v8::internal::compiler::JSConstructNodeBase< kOpcode >::kNewTargetInputCount = 1
staticconstexpr

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


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