Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
JSPropertySpec Struct Reference

#include <cjs_object.h>

+ Collaboration diagram for JSPropertySpec:

Public Attributes

const char * pName
 
v8::AccessorGetterCallback pPropGet
 
v8::AccessorSetterCallback pPropPut
 

Detailed Description

Definition at line 25 of file cjs_object.h.

Member Data Documentation

◆ pName

const char* JSPropertySpec::pName

Definition at line 26 of file cjs_object.h.

◆ pPropGet

v8::AccessorGetterCallback JSPropertySpec::pPropGet

Definition at line 27 of file cjs_object.h.

◆ pPropPut

v8::AccessorSetterCallback JSPropertySpec::pPropPut

Definition at line 28 of file cjs_object.h.


The documentation for this struct was generated from the following file: