v8 11.3.244 (node 20.3.0)
V8 is Google's open source JavaScript engine
Loading...
Searching...
No Matches
IndexedPropertyHandlerConfiguration Struct Reference

#include <v8-template.h>

Collaboration diagram for IndexedPropertyHandlerConfiguration:

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)
 

Data Fields

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

Detailed Description

Definition at line 700 of file v8-template.h.

Constructor & Destructor Documentation

◆ IndexedPropertyHandlerConfiguration() [1/3]

◆ IndexedPropertyHandlerConfiguration() [2/3]

Parameters
getterNote: getter is required

Definition at line 720 of file v8-template.h.

◆ IndexedPropertyHandlerConfiguration() [3/3]

Field Documentation

◆ data

Local<Value> data

Definition at line 765 of file v8-template.h.

◆ definer

Definition at line 763 of file v8-template.h.

◆ deleter

Definition at line 761 of file v8-template.h.

◆ descriptor

Definition at line 764 of file v8-template.h.

◆ enumerator

Definition at line 762 of file v8-template.h.

◆ flags

Definition at line 766 of file v8-template.h.

◆ getter

Definition at line 758 of file v8-template.h.

◆ query

Definition at line 760 of file v8-template.h.

◆ setter

Definition at line 759 of file v8-template.h.


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