![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <maglev-ir.h>
Private Types | |
| using | Base = AbstractLoadTaggedField<LoadTaggedFieldForProperty> |
Private Attributes | |
| compiler::NameRef | name_ |
Additional Inherited Members | |
Static Public Member Functions inherited from v8::internal::maglev::NodeTMixin< Base, Derived > | |
| template<typename... Args> | |
| static Derived * | New (Zone *zone, std::initializer_list< ValueNode * > inputs, Args &&... args) |
| template<typename... Args> | |
| static Derived * | New (Zone *zone, size_t input_count, Args &&... args) |
Static Public Attributes inherited from v8::internal::maglev::AbstractLoadTaggedField< LoadTaggedFieldForProperty > | |
| static constexpr OpProperties | kProperties |
| static constexpr Base::InputTypes | kInputTypes |
| static constexpr int | kObjectIndex |
Static Public Attributes inherited from v8::internal::maglev::FixedInputNodeTMixin< InputCount, Base, Derived > | |
| static constexpr size_t | kInputCount = InputCount |
Protected Types inherited from v8::internal::maglev::FixedInputNodeTMixin< InputCount, Base, Derived > | |
| using | InputTypes = detail::ArrayWrapper<kInputCount> |
Protected Member Functions inherited from v8::internal::maglev::FixedInputNodeTMixin< InputCount, Base, Derived > | |
| template<typename... Args> | |
| FixedInputNodeTMixin (uint64_t bitfield, Args &&... args) | |
Protected Member Functions inherited from v8::internal::maglev::NodeTMixin< Base, Derived > | |
| template<typename... Args> | |
| NodeTMixin (uint64_t bitfield, Args &&... args) | |
Protected Attributes inherited from v8::internal::maglev::FixedInputNodeTMixin< InputCount, Base, Derived > | |
| detail::YouNeedToDefineAnInputTypesArrayInYourDerivedClass | kInputTypes |
Definition at line 7756 of file maglev-ir.h.
|
private |
Definition at line 7758 of file maglev-ir.h.
|
inlineexplicit |
Definition at line 7761 of file maglev-ir.h.
|
inline |
|
inline |
|
private |
Definition at line 7769 of file maglev-ir.h.