v8
7.9.317 (node 13.2.0)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
|
inline |
Definition at line 6386 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 6405 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 6424 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 6450 of file v8.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().
IndexedPropertyDefinerCallback definer |
Definition at line 6448 of file v8.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().
IndexedPropertyDeleterCallback deleter |
Definition at line 6446 of file v8.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().
IndexedPropertyDescriptorCallback descriptor |
Definition at line 6449 of file v8.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().
IndexedPropertyEnumeratorCallback enumerator |
Definition at line 6447 of file v8.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().
PropertyHandlerFlags flags |
Definition at line 6451 of file v8.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().
Definition at line 6443 of file v8.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().
Definition at line 6445 of file v8.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().
Definition at line 6444 of file v8.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().