#include <implementation-visitor.h>
Definition at line 34 of file implementation-visitor.h.
◆ LocationReference()
v8::internal::torque::LocationReference::LocationReference |
( |
| ) |
|
|
privatedefault |
◆ ArrayAccess()
◆ assign_function()
const std::string & v8::internal::torque::LocationReference::assign_function |
( |
| ) |
const |
|
inline |
◆ binding()
std::optional< Binding< LocalValue > * > v8::internal::torque::LocationReference::binding |
( |
| ) |
const |
|
inline |
◆ bit_field()
const BitField & v8::internal::torque::LocationReference::bit_field |
( |
| ) |
const |
|
inline |
◆ bit_field_struct_location()
const LocationReference & v8::internal::torque::LocationReference::bit_field_struct_location |
( |
| ) |
const |
|
inline |
◆ BitFieldAccess()
◆ call_arguments()
const VisitResultVector & v8::internal::torque::LocationReference::call_arguments |
( |
| ) |
const |
|
inline |
◆ eval_function()
const std::string & v8::internal::torque::LocationReference::eval_function |
( |
| ) |
const |
|
inline |
◆ FieldAccess()
◆ GetVisitResult()
const VisitResult & v8::internal::torque::LocationReference::GetVisitResult |
( |
| ) |
const |
|
inline |
◆ heap_reference()
const VisitResult & v8::internal::torque::LocationReference::heap_reference |
( |
| ) |
const |
|
inline |
◆ heap_reference_synchronization()
FieldSynchronization v8::internal::torque::LocationReference::heap_reference_synchronization |
( |
| ) |
const |
|
inline |
◆ heap_slice()
const VisitResult & v8::internal::torque::LocationReference::heap_slice |
( |
| ) |
const |
|
inline |
◆ HeapReference()
◆ HeapSlice()
◆ IsBitFieldAccess()
bool v8::internal::torque::LocationReference::IsBitFieldAccess |
( |
| ) |
const |
|
inline |
◆ IsCallAccess()
bool v8::internal::torque::LocationReference::IsCallAccess |
( |
| ) |
const |
|
inline |
◆ IsConst()
bool v8::internal::torque::LocationReference::IsConst |
( |
| ) |
const |
|
inline |
◆ IsHeapReference()
bool v8::internal::torque::LocationReference::IsHeapReference |
( |
| ) |
const |
|
inline |
◆ IsHeapSlice()
bool v8::internal::torque::LocationReference::IsHeapSlice |
( |
| ) |
const |
|
inline |
◆ IsTemporary()
bool v8::internal::torque::LocationReference::IsTemporary |
( |
| ) |
const |
|
inline |
◆ IsVariableAccess()
bool v8::internal::torque::LocationReference::IsVariableAccess |
( |
| ) |
const |
|
inline |
◆ ReferencedType()
std::optional< const Type * > v8::internal::torque::LocationReference::ReferencedType |
( |
| ) |
const |
|
inline |
◆ Temporary()
◆ temporary()
const VisitResult & v8::internal::torque::LocationReference::temporary |
( |
| ) |
const |
|
inline |
◆ temporary_description()
const std::string & v8::internal::torque::LocationReference::temporary_description |
( |
| ) |
const |
|
inline |
◆ variable()
const VisitResult & v8::internal::torque::LocationReference::variable |
( |
| ) |
const |
|
inline |
◆ VariableAccess()
◆ assign_function_
std::optional<std::string> v8::internal::torque::LocationReference::assign_function_ |
|
private |
◆ binding_
std::optional<Binding<LocalValue>*> v8::internal::torque::LocationReference::binding_ |
|
private |
◆ bit_field_
std::optional<BitField> v8::internal::torque::LocationReference::bit_field_ |
|
private |
◆ bit_field_struct_
std::shared_ptr<const LocationReference> v8::internal::torque::LocationReference::bit_field_struct_ |
|
private |
◆ call_arguments_
◆ eval_function_
std::optional<std::string> v8::internal::torque::LocationReference::eval_function_ |
|
private |
◆ heap_reference_
std::optional<VisitResult> v8::internal::torque::LocationReference::heap_reference_ |
|
private |
◆ heap_reference_synchronization_
◆ heap_slice_
std::optional<VisitResult> v8::internal::torque::LocationReference::heap_slice_ |
|
private |
◆ temporary_
std::optional<VisitResult> v8::internal::torque::LocationReference::temporary_ |
|
private |
◆ temporary_description_
std::optional<std::string> v8::internal::torque::LocationReference::temporary_description_ |
|
private |
◆ variable_
std::optional<VisitResult> v8::internal::torque::LocationReference::variable_ |
|
private |
The documentation for this class was generated from the following file: