V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::Descriptor Class Referencefinal

Public Member Functions

Handle< NameGetKey () const
 
MaybeObjectHandle GetValue () const
 
PropertyDetails GetDetails () const
 
void SetSortedKeyIndex (int index)
 

Static Public Member Functions

static Descriptor DataField (Isolate *isolate, Handle< Name > key, int field_index, PropertyAttributes attributes, Representation representation)
 
static Descriptor DataField (Handle< Name > key, int field_index, PropertyAttributes attributes, PropertyConstness constness, Representation representation, const MaybeObjectHandle &wrapped_field_type)
 
static Descriptor DataConstant (Handle< Name > key, Handle< Object > value, PropertyAttributes attributes)
 
static Descriptor DataConstant (Isolate *isolate, Handle< Name > key, int field_index, Handle< Object > value, PropertyAttributes attributes)
 
static Descriptor AccessorConstant (Handle< Name > key, Handle< Object > foreign, PropertyAttributes attributes)
 

Protected Member Functions

 Descriptor (Handle< Name > key, const MaybeObjectHandle &value, PropertyDetails details)
 
 Descriptor (Handle< Name > key, const MaybeObjectHandle &value, PropertyKind kind, PropertyAttributes attributes, PropertyLocation location, PropertyConstness constness, Representation representation, int field_index)
 

Friends

class MapUpdater
 

Detailed Description

Definition at line 25 of file property.h.


The documentation for this class was generated from the following files: