v8 13.6.233 (node 24.1.0)
V8 is Google's open source JavaScript engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
IndexedPropertyHandlerConfiguration Struct Reference

#include <v8-template.h>

Collaboration diagram for IndexedPropertyHandlerConfiguration:

Public Member Functions

 IndexedPropertyHandlerConfiguration (IndexedPropertyGetterCallbackV2 getter, IndexedPropertySetterCallbackV2 setter, IndexedPropertyQueryCallbackV2 query, IndexedPropertyDeleterCallbackV2 deleter, IndexedPropertyEnumeratorCallback enumerator, IndexedPropertyDefinerCallbackV2 definer, IndexedPropertyDescriptorCallbackV2 descriptor, Local< Value > data=Local< Value >(), PropertyHandlerFlags flags=PropertyHandlerFlags::kNone)
 
 IndexedPropertyHandlerConfiguration (IndexedPropertyGetterCallbackV2 getter=nullptr, IndexedPropertySetterCallbackV2 setter=nullptr, IndexedPropertyQueryCallbackV2 query=nullptr, IndexedPropertyDeleterCallbackV2 deleter=nullptr, IndexedPropertyEnumeratorCallback enumerator=nullptr, Local< Value > data=Local< Value >(), PropertyHandlerFlags flags=PropertyHandlerFlags::kNone)
 
 IndexedPropertyHandlerConfiguration (IndexedPropertyGetterCallbackV2 getter, IndexedPropertySetterCallbackV2 setter, IndexedPropertyDescriptorCallbackV2 descriptor, IndexedPropertyDeleterCallbackV2 deleter, IndexedPropertyEnumeratorCallback enumerator, IndexedPropertyDefinerCallbackV2 definer, Local< Value > data=Local< Value >(), PropertyHandlerFlags flags=PropertyHandlerFlags::kNone)
 

Data Fields

IndexedPropertyGetterCallbackV2 getter
 
IndexedPropertySetterCallbackV2 setter
 
IndexedPropertyQueryCallbackV2 query
 
IndexedPropertyDeleterCallbackV2 deleter
 
IndexedPropertyEnumeratorCallback enumerator
 
IndexedPropertyDefinerCallbackV2 definer
 
IndexedPropertyDescriptorCallbackV2 descriptor
 
Local< Valuedata
 
PropertyHandlerFlags flags
 

Detailed Description

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

Constructor & Destructor Documentation

◆ IndexedPropertyHandlerConfiguration() [1/3]

◆ IndexedPropertyHandlerConfiguration() [2/3]

◆ IndexedPropertyHandlerConfiguration() [3/3]

Field Documentation

◆ data

◆ definer

◆ deleter

◆ descriptor

◆ enumerator

◆ flags

◆ getter

◆ query

◆ setter


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