V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::IndexedPropertyHandlerConfiguration Struct Reference

Public Member Functions

 IndexedPropertyHandlerConfiguration (IndexedPropertyGetterCallback getter, IndexedPropertySetterCallback setter, IndexedPropertyQueryCallback query, IndexedPropertyDeleterCallback deleter, IndexedPropertyEnumeratorCallback enumerator, IndexedPropertyDefinerCallback definer, IndexedPropertyDescriptorCallback descriptor, Local< Value > data=Local< Value >(), PropertyHandlerFlags flags=PropertyHandlerFlags::kNone)
 
 IndexedPropertyHandlerConfiguration (IndexedPropertyGetterCallback getter=nullptr, IndexedPropertySetterCallback setter=nullptr, IndexedPropertyQueryCallback query=nullptr, IndexedPropertyDeleterCallback deleter=nullptr, IndexedPropertyEnumeratorCallback enumerator=nullptr, Local< Value > data=Local< Value >(), PropertyHandlerFlags flags=PropertyHandlerFlags::kNone)
 
 IndexedPropertyHandlerConfiguration (IndexedPropertyGetterCallback getter, IndexedPropertySetterCallback setter, IndexedPropertyDescriptorCallback descriptor, IndexedPropertyDeleterCallback deleter, IndexedPropertyEnumeratorCallback enumerator, IndexedPropertyDefinerCallback definer, Local< Value > data=Local< Value >(), PropertyHandlerFlags flags=PropertyHandlerFlags::kNone)
 

Public Attributes

IndexedPropertyGetterCallback getter
 
IndexedPropertySetterCallback setter
 
IndexedPropertyQueryCallback query
 
IndexedPropertyDeleterCallback deleter
 
IndexedPropertyEnumeratorCallback enumerator
 
IndexedPropertyDefinerCallback definer
 
IndexedPropertyDescriptorCallback descriptor
 
Local< Valuedata
 
PropertyHandlerFlags flags
 

Detailed Description

Definition at line 5951 of file v8.h.

Constructor & Destructor Documentation

◆ IndexedPropertyHandlerConfiguration()

v8::IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration ( IndexedPropertyGetterCallback  getter = nullptr,
IndexedPropertySetterCallback  setter = nullptr,
IndexedPropertyQueryCallback  query = nullptr,
IndexedPropertyDeleterCallback  deleter = nullptr,
IndexedPropertyEnumeratorCallback  enumerator = nullptr,
Local< Value data = Local<Value>(),
PropertyHandlerFlags  flags = PropertyHandlerFlags::kNone 
)
inline
Parameters
getterNote: getter is required

Definition at line 5971 of file v8.h.


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