#include <js-operator.h>
Definition at line 235 of file js-operator.h.
◆ ArityField
◆ CallFeedbackRelationField
◆ ConvertReceiverModeField
◆ SpeculationModeField
◆ CallParameters()
◆ arity()
size_t v8::internal::compiler::CallParameters::arity |
( |
| ) |
const |
|
inline |
◆ arity_without_implicit_args()
int v8::internal::compiler::CallParameters::arity_without_implicit_args |
( |
| ) |
const |
|
inline |
◆ convert_mode()
◆ feedback()
FeedbackSource const & v8::internal::compiler::CallParameters::feedback |
( |
| ) |
const |
|
inline |
◆ feedback_relation()
◆ frequency()
CallFrequency const & v8::internal::compiler::CallParameters::frequency |
( |
| ) |
const |
|
inline |
◆ operator!=()
bool v8::internal::compiler::CallParameters::operator!= |
( |
CallParameters const & | that | ) |
const |
|
inline |
◆ operator==()
bool v8::internal::compiler::CallParameters::operator== |
( |
CallParameters const & | that | ) |
const |
|
inline |
◆ speculation_mode()
SpeculationMode v8::internal::compiler::CallParameters::speculation_mode |
( |
| ) |
const |
|
inline |
◆ hash_value
◆ bit_field_
uint32_t const v8::internal::compiler::CallParameters::bit_field_ |
|
private |
◆ feedback_
FeedbackSource const v8::internal::compiler::CallParameters::feedback_ |
|
private |
◆ frequency_
CallFrequency const v8::internal::compiler::CallParameters::frequency_ |
|
private |
◆ kExtraCallInputCount
int v8::internal::compiler::CallParameters::kExtraCallInputCount = 3 |
|
staticconstexpr |
The documentation for this class was generated from the following file: