![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <operations.h>
Public Types | |
| enum class | Kind : uint8_t { kArrayBufferView , kBigInt , kBigInt64 , kCallable , kConstructor , kDetectableCallable , kInternalizedString , kNonCallable , kNumber , kNumberFitsInt32 , kNumberOrBigInt , kReceiver , kReceiverOrNullOrUndefined , kSmi , kString , kStringOrStringWrapper , kSymbol , kUndetectable } |
| enum class | InputAssumptions : uint8_t { kNone , kHeapObject , kBigInt } |
Public Types inherited from v8::internal::compiler::turboshaft::FixedArityOperationT< 1, ObjectIsOp > | |
| using | Base |
Public Types inherited from v8::internal::compiler::turboshaft::OperationT< ObjectIsOp > | |
| using | Base |
Public Attributes | |
| Kind | kind |
| InputAssumptions | input_assumptions |
Public Attributes inherited from v8::internal::compiler::turboshaft::Operation | |
| const Opcode | opcode |
| SaturatedUint8 | saturated_use_count |
| const uint16_t | input_count |
Static Public Attributes | |
| static constexpr OpEffects | effects |
Static Public Attributes inherited from v8::internal::compiler::turboshaft::FixedArityOperationT< 1, ObjectIsOp > | |
| static constexpr uint16_t | input_count |
Static Public Attributes inherited from v8::internal::compiler::turboshaft::OperationT< ObjectIsOp > | |
| static const Opcode | opcode |
Definition at line 4603 of file operations.h.
|
strong |
| Enumerator | |
|---|---|
| kNone | |
| kHeapObject | |
| kBigInt | |
Definition at line 4624 of file operations.h.
|
strong |
Definition at line 4604 of file operations.h.
|
inline |
Definition at line 4648 of file operations.h.
Definition at line 4646 of file operations.h.
|
inline |
Definition at line 4641 of file operations.h.
|
inline |
Definition at line 4651 of file operations.h.
|
inline |
Definition at line 4637 of file operations.h.
|
staticconstexpr |
Definition at line 4635 of file operations.h.
| InputAssumptions v8::internal::compiler::turboshaft::ObjectIsOp::input_assumptions |
Definition at line 4630 of file operations.h.
| Kind v8::internal::compiler::turboshaft::ObjectIsOp::kind |
Definition at line 4629 of file operations.h.