Searched defs:JSRuntime (Results 1 – 2 of 2) sorted by relevance
247 struct JSRuntime { struct248 JSMallocFunctions mf;249 JSMallocState malloc_state;250 const char *rt_info;252 int atom_hash_size; /* power of two */253 int atom_count;254 int atom_size;255 int atom_count_resize; /* resize hash table at this count */256 uint32_t *atom_hash;257 JSAtomStruct **atom_array;[all …]
49 typedef struct JSRuntime JSRuntime; typedef