NetSurf
Data Fields
duk_propdesc Struct Reference
Collaboration diagram for duk_propdesc:
[legend]

Data Fields

duk_small_uint_t flags
 
duk_hobjectget
 
duk_hobjectset
 
duk_int_t e_idx
 
duk_int_t h_idx
 
duk_int_t a_idx
 

Detailed Description

Definition at line 7276 of file duktape.c.

Field Documentation

◆ a_idx

duk_int_t duk_propdesc::a_idx

◆ e_idx

duk_int_t duk_propdesc::e_idx

◆ flags

duk_small_uint_t duk_propdesc::flags

◆ get

duk_hobject* duk_propdesc::get

◆ h_idx

duk_int_t duk_propdesc::h_idx

Definition at line 7284 of file duktape.c.

Referenced by duk__get_own_propdesc_raw().

◆ set

duk_hobject* duk_propdesc::set

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