![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <js-operator.h>
Public Member Functions | |
constexpr | JSCallNodeBase (Node *node) |
const CallParameters & | Parameters () const |
int | ArgumentCount () const override |
![]() | |
constexpr | JSCallOrConstructNode (Node *node) |
TNode< Object > | Argument (int i) const |
int | LastArgumentIndex () const |
TNode< Object > | LastArgument () const |
TNode< Object > | ArgumentOr (int i, TNode< Object > default_value) const |
TNode< Object > | ArgumentOrUndefined (int i, JSGraph *jsgraph) const |
int | FeedbackVectorIndex () const |
TNode< HeapObject > | feedback_vector () const |
![]() | |
constexpr | JSNodeWrapperBase (Node *node) |
TNode< Object > | context () const |
Effect | effect () const |
Control | control () const |
FrameState | frame_state () const |
![]() | |
constexpr | NodeWrapper (Node *node) |
operator Node * () const | |
Node * | operator-> () const |
Static Public Attributes | |
static constexpr int | kReceiverInputCount = 1 |
![]() | |
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 constexpr int | ArityForArgc (int parameters) |
static constexpr int | FirstArgumentIndex () |
static constexpr int | ArgumentIndex (int i) |
static constexpr int | FeedbackVectorIndexForArgc (int argc) |
![]() | |
Node * | node () const |
void | set_node (Node *node) |
Definition at line 1468 of file js-operator.h.
|
inlineexplicitconstexpr |
|
inlineoverridevirtual |
Implements v8::internal::compiler::JSCallOrConstructNode.
Definition at line 1488 of file js-operator.h.
|
inline |
Definition at line 1474 of file js-operator.h.
|
staticconstexpr |
Definition at line 1484 of file js-operator.h.