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

Public Member Functions

void IncComputedCount ()
 
void IncPropertiesCount ()
 
void IncElementsCount ()
 
bool HasDictionaryProperties () const
 
Handle< Objectproperties_template () const
 
Handle< NumberDictionaryelements_template () const
 
Handle< FixedArraycomputed_properties () const
 
void CreateTemplates (Isolate *isolate, int slack)
 
void AddConstant (Isolate *isolate, Handle< Name > name, Handle< Object > value, PropertyAttributes attribs)
 
void AddNamedProperty (Isolate *isolate, Handle< Name > name, ClassBoilerplate::ValueKind value_kind, int value_index)
 
void AddIndexedProperty (Isolate *isolate, uint32_t element, ClassBoilerplate::ValueKind value_kind, int value_index)
 
void AddComputed (ClassBoilerplate::ValueKind value_kind, int key_index)
 
void UpdateNextEnumerationIndex (int value_index)
 
void Finalize (Isolate *isolate)
 

Detailed Description

Definition at line 295 of file literal-objects.cc.


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