v8
9.0.257(node16.0.0)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
|
inline |
Definition at line 6941 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 6960 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 6979 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 7005 of file v8.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().
IndexedPropertyDefinerCallback definer |
Definition at line 7003 of file v8.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().
IndexedPropertyDeleterCallback deleter |
Definition at line 7001 of file v8.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().
IndexedPropertyDescriptorCallback descriptor |
Definition at line 7004 of file v8.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().
IndexedPropertyEnumeratorCallback enumerator |
Definition at line 7002 of file v8.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().
PropertyHandlerFlags flags |
Definition at line 7006 of file v8.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().
Definition at line 6998 of file v8.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().
Definition at line 7000 of file v8.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().
Definition at line 6999 of file v8.h.
Referenced by IndexedPropertyHandlerConfiguration::IndexedPropertyHandlerConfiguration().