v8
10.1.124 (node 18.2.0)
V8 is Google's open source JavaScript engine
|
#include <v8-template.h>
Definition at line 702 of file v8-template.h.
|
inline |
Definition at line 703 of file v8-template.h.
References IndexedPropertyHandlerConfiguration::data, IndexedPropertyHandlerConfiguration::definer, IndexedPropertyHandlerConfiguration::deleter, IndexedPropertyHandlerConfiguration::descriptor, IndexedPropertyHandlerConfiguration::enumerator, IndexedPropertyHandlerConfiguration::flags, IndexedPropertyHandlerConfiguration::getter, IndexedPropertyHandlerConfiguration::query, and IndexedPropertyHandlerConfiguration::setter.
|
inline |
getter | Note: getter is required |
Definition at line 722 of file v8-template.h.
References IndexedPropertyHandlerConfiguration::data, IndexedPropertyHandlerConfiguration::definer, IndexedPropertyHandlerConfiguration::deleter, IndexedPropertyHandlerConfiguration::descriptor, IndexedPropertyHandlerConfiguration::enumerator, IndexedPropertyHandlerConfiguration::flags, IndexedPropertyHandlerConfiguration::getter, IndexedPropertyHandlerConfiguration::query, and IndexedPropertyHandlerConfiguration::setter.
Referenced by ObjectTemplate::SetIndexedPropertyHandler().
|
inline |
Definition at line 741 of file v8-template.h.
References IndexedPropertyHandlerConfiguration::data, IndexedPropertyHandlerConfiguration::definer, IndexedPropertyHandlerConfiguration::deleter, IndexedPropertyHandlerConfiguration::descriptor, IndexedPropertyHandlerConfiguration::enumerator, IndexedPropertyHandlerConfiguration::flags, IndexedPropertyHandlerConfiguration::getter, IndexedPropertyHandlerConfiguration::query, and IndexedPropertyHandlerConfiguration::setter.
Definition at line 767 of file v8-template.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().
IndexedPropertyDefinerCallback definer |
Definition at line 765 of file v8-template.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().
IndexedPropertyDeleterCallback deleter |
Definition at line 763 of file v8-template.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().
IndexedPropertyDescriptorCallback descriptor |
Definition at line 766 of file v8-template.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().
IndexedPropertyEnumeratorCallback enumerator |
Definition at line 764 of file v8-template.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().
PropertyHandlerFlags flags |
Definition at line 768 of file v8-template.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().
Definition at line 760 of file v8-template.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().
Definition at line 762 of file v8-template.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().
Definition at line 761 of file v8-template.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().