#include <property.h>
|
static Descriptor | DataField (Isolate *isolate, DirectHandle< Name > key, int field_index, PropertyAttributes attributes, Representation representation) |
|
static Descriptor | DataField (DirectHandle< Name > key, int field_index, PropertyAttributes attributes, PropertyConstness constness, Representation representation, const MaybeObjectDirectHandle &wrapped_field_type) |
|
static Descriptor | DataConstant (DirectHandle< Name > key, DirectHandle< Object > value, PropertyAttributes attributes) |
|
static Descriptor | DataConstant (Isolate *isolate, DirectHandle< Name > key, int field_index, DirectHandle< Object > value, PropertyAttributes attributes) |
|
static Descriptor | AccessorConstant (DirectHandle< Name > key, DirectHandle< Object > foreign, PropertyAttributes attributes) |
|
Definition at line 25 of file property.h.
◆ Descriptor() [1/3]
v8::internal::Descriptor::Descriptor |
( |
| ) |
|
◆ Descriptor() [2/3]
◆ Descriptor() [3/3]
◆ AccessorConstant()
◆ DataConstant() [1/2]
◆ DataConstant() [2/2]
◆ DataField() [1/2]
◆ DataField() [2/2]
◆ GetDetails()
◆ GetKey()
◆ GetValue()
◆ SetSortedKeyIndex()
void v8::internal::Descriptor::SetSortedKeyIndex |
( |
int | index | ) |
|
|
inline |
◆ MapUpdater
◆ details_
◆ key_
◆ value_
The documentation for this class was generated from the following files: