ELinks 0.18.0
JSString Struct Reference

Data Fields

uint32_t header
 
uint32_t len: 31
 
uint8_t is_wide_char: 1
 
uint32_t hash: 30
 
uint8_t atom_type: 2
 
uint32_t hash_next
 
union { 
 
   uint8_t   str8 [0] 
 
   uint16_t   str16 [0] 
 
u 
 

Field Documentation

◆ atom_type

uint8_t JSString::atom_type

◆ hash

uint32_t JSString::hash

◆ hash_next

uint32_t JSString::hash_next

◆ header

uint32_t JSString::header

◆ is_wide_char

uint8_t JSString::is_wide_char

◆ len

uint32_t JSString::len

◆ str16

uint16_t JSString::str16[0]

◆ str8

uint8_t JSString::str8[0]

◆ [union]

union { ... } JSString::u

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