Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.c259 struct JSRuntime { struct
260 JSMallocFunctions mf;
262 const char* rt_info;
265 int atom_count;
266 int atom_size;
268 uint32_t* atom_hash;
273 JSClass* class_array;
314 int shape_hash_bits;
315 int shape_hash_size;
319 bf_context_t bf_ctx;
[all …]
A Dquickjs.h49 typedef struct JSRuntime JSRuntime; typedef

Completed in 95 milliseconds