![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
This is the complete list of members for v8::internal::Descriptor, including all inherited members.
AccessorConstant(DirectHandle< Name > key, DirectHandle< Object > foreign, PropertyAttributes attributes) | v8::internal::Descriptor | static |
DataConstant(DirectHandle< Name > key, DirectHandle< Object > value, PropertyAttributes attributes) | v8::internal::Descriptor | static |
DataConstant(Isolate *isolate, DirectHandle< Name > key, int field_index, DirectHandle< Object > value, PropertyAttributes attributes) | v8::internal::Descriptor | static |
DataField(Isolate *isolate, DirectHandle< Name > key, int field_index, PropertyAttributes attributes, Representation representation) | v8::internal::Descriptor | static |
DataField(DirectHandle< Name > key, int field_index, PropertyAttributes attributes, PropertyConstness constness, Representation representation, const MaybeObjectDirectHandle &wrapped_field_type) | v8::internal::Descriptor | static |
Descriptor() | v8::internal::Descriptor | |
Descriptor(DirectHandle< Name > key, const MaybeObjectDirectHandle &value, PropertyDetails details) | v8::internal::Descriptor | protected |
Descriptor(DirectHandle< Name > key, const MaybeObjectDirectHandle &value, PropertyKind kind, PropertyAttributes attributes, PropertyLocation location, PropertyConstness constness, Representation representation, int field_index) | v8::internal::Descriptor | protected |
details_ | v8::internal::Descriptor | private |
GetDetails() const | v8::internal::Descriptor | inline |
GetKey() const | v8::internal::Descriptor | inline |
GetValue() const | v8::internal::Descriptor | inline |
key_ | v8::internal::Descriptor | private |
MapUpdater class | v8::internal::Descriptor | friend |
SetSortedKeyIndex(int index) | v8::internal::Descriptor | inline |
value_ | v8::internal::Descriptor | private |