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::AccessorNameGetterCallback pPropGet
v8::AccessorNameSetterCallback pPropPut

Detailed Description

Definition at line 24 of file cjs_object.h.

Member Data Documentation

◆ pName

const char* JSPropertySpec::pName

Definition at line 25 of file cjs_object.h.

◆ pPropGet

v8::AccessorNameGetterCallback JSPropertySpec::pPropGet

Definition at line 26 of file cjs_object.h.

◆ pPropPut

v8::AccessorNameSetterCallback JSPropertySpec::pPropPut

Definition at line 27 of file cjs_object.h.


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