v8
8.6.395 (node 15.0.1)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
|
inline |
Definition at line 6685 of file v8.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 6704 of file v8.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 6723 of file v8.h.
References IndexedPropertyHandlerConfiguration::data, IndexedPropertyHandlerConfiguration::definer, IndexedPropertyHandlerConfiguration::deleter, IndexedPropertyHandlerConfiguration::descriptor, IndexedPropertyHandlerConfiguration::enumerator, IndexedPropertyHandlerConfiguration::flags, IndexedPropertyHandlerConfiguration::getter, IndexedPropertyHandlerConfiguration::query, and IndexedPropertyHandlerConfiguration::setter.
Definition at line 6749 of file v8.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().
IndexedPropertyDefinerCallback definer |
Definition at line 6747 of file v8.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().
IndexedPropertyDeleterCallback deleter |
Definition at line 6745 of file v8.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().
IndexedPropertyDescriptorCallback descriptor |
Definition at line 6748 of file v8.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().
IndexedPropertyEnumeratorCallback enumerator |
Definition at line 6746 of file v8.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().
PropertyHandlerFlags flags |
Definition at line 6750 of file v8.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().
Definition at line 6742 of file v8.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().
Definition at line 6744 of file v8.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().
Definition at line 6743 of file v8.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().