Home
last modified time | relevance | path

Searched defs:njs_object_s (Results 1 – 1 of 1) sorted by relevance

/dports/www/nginx-full/njs-0.7.1/src/
H A Dnjs_value.h186 struct njs_object_s { struct
188 njs_lvlhsh_t hash;
191 njs_lvlhsh_t shared_hash;
193 njs_object_t *__proto__;
194 njs_exotic_slots_t *slots;
197 njs_value_type_t type:8;
198 uint8_t shared; /* 1 bit */
200 uint8_t extensible:1;
201 uint8_t error_data:1;
202 uint8_t fast_array:1;