#include <js-operator.h>
Definition at line 1363 of file js-operator.h.
◆ JSCallOrConstructNode()
v8::internal::compiler::JSCallOrConstructNode::JSCallOrConstructNode |
( |
Node * | node | ) |
|
|
inlineexplicitconstexpr |
◆ Argument()
TNode< Object > v8::internal::compiler::JSCallOrConstructNode::Argument |
( |
int | i | ) |
const |
|
inline |
◆ ArgumentCount()
virtual int v8::internal::compiler::JSCallOrConstructNode::ArgumentCount |
( |
| ) |
const |
|
pure virtual |
◆ ArgumentIndex()
static constexpr int v8::internal::compiler::JSCallOrConstructNode::ArgumentIndex |
( |
int | i | ) |
|
|
inlinestaticconstexpr |
◆ ArgumentOr()
TNode< Object > v8::internal::compiler::JSCallOrConstructNode::ArgumentOr |
( |
int | i, |
|
|
TNode< Object > | default_value ) const |
|
inline |
◆ ArgumentOrUndefined()
TNode< Object > v8::internal::compiler::JSCallOrConstructNode::ArgumentOrUndefined |
( |
int | i, |
|
|
JSGraph * | jsgraph ) const |
|
inline |
◆ ArityForArgc()
static constexpr int v8::internal::compiler::JSCallOrConstructNode::ArityForArgc |
( |
int | parameters | ) |
|
|
inlinestaticconstexpr |
◆ feedback_vector()
TNode< HeapObject > v8::internal::compiler::JSCallOrConstructNode::feedback_vector |
( |
| ) |
const |
|
inline |
◆ FeedbackVectorIndex()
int v8::internal::compiler::JSCallOrConstructNode::FeedbackVectorIndex |
( |
| ) |
const |
|
inline |
◆ FeedbackVectorIndexForArgc()
static constexpr int v8::internal::compiler::JSCallOrConstructNode::FeedbackVectorIndexForArgc |
( |
int | argc | ) |
|
|
inlinestaticconstexpr |
◆ FirstArgumentIndex()
static constexpr int v8::internal::compiler::JSCallOrConstructNode::FirstArgumentIndex |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ IsValidNode()
static constexpr bool v8::internal::compiler::JSCallOrConstructNode::IsValidNode |
( |
Node * | node | ) |
|
|
inlinestaticconstexprprivate |
◆ LastArgument()
TNode< Object > v8::internal::compiler::JSCallOrConstructNode::LastArgument |
( |
| ) |
const |
|
inline |
◆ LastArgumentIndex()
int v8::internal::compiler::JSCallOrConstructNode::LastArgumentIndex |
( |
| ) |
const |
|
inline |
◆ kExtraInputCount
int v8::internal::compiler::JSCallOrConstructNode::kExtraInputCount |
|
staticconstexpr |
Initial value:
static constexpr int kFeedbackVectorInputCount
static constexpr int kReceiverOrNewTargetInputCount
static constexpr int kTargetInputCount
Definition at line 1384 of file js-operator.h.
◆ kFeedbackVectorInputCount
int v8::internal::compiler::JSCallOrConstructNode::kFeedbackVectorInputCount = 1 |
|
staticconstexpr |
◆ kFeedbackVectorIsLastInput
bool v8::internal::compiler::JSCallOrConstructNode::kFeedbackVectorIsLastInput = true |
|
staticconstexpr |
◆ kHaveIdenticalLayouts
bool v8::internal::compiler::JSCallOrConstructNode::kHaveIdenticalLayouts = true |
|
staticconstexpr |
◆ kReceiverOrNewTargetInputCount
int v8::internal::compiler::JSCallOrConstructNode::kReceiverOrNewTargetInputCount = 1 |
|
staticconstexpr |
◆ kTargetInputCount
int v8::internal::compiler::JSCallOrConstructNode::kTargetInputCount = 1 |
|
staticconstexpr |
The documentation for this class was generated from the following file: