Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cjs_object.h>
Public Attributes | |
const char * | pName |
v8::AccessorGetterCallback | pPropGet |
v8::AccessorSetterCallback | pPropPut |
Definition at line 25 of file cjs_object.h.
const char* JSPropertySpec::pName |
Definition at line 26 of file cjs_object.h.
v8::AccessorGetterCallback JSPropertySpec::pPropGet |
Definition at line 27 of file cjs_object.h.
v8::AccessorSetterCallback JSPropertySpec::pPropPut |
Definition at line 28 of file cjs_object.h.