![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <js-operator.h>
Public Member Functions | |
| constexpr | JSConstructNodeBase (Node *node) |
| const ConstructParameters & | Parameters () const |
| int | ArgumentCount () const |
Public Member Functions inherited from v8::internal::compiler::JSCallOrConstructNode | |
| 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 |
Public Member Functions inherited from v8::internal::compiler::JSNodeWrapperBase | |
| constexpr | JSNodeWrapperBase (Node *node) |
| TNode< Object > | context () 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 | |
| Node * | operator-> () 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 | |
| Node * | node () const |
| void | set_node (Node *node) |
Definition at line 1533 of file js-operator.h.
|
inlineexplicitconstexpr |
Definition at line 1535 of file js-operator.h.
|
inlinevirtual |
Implements v8::internal::compiler::JSCallOrConstructNode.
Definition at line 1554 of file js-operator.h.
|
inline |
Definition at line 1540 of file js-operator.h.
|
staticconstexpr |
Definition at line 1550 of file js-operator.h.