Searched defs:JSContext (Results 1 – 2 of 2) sorted by relevance
418 struct JSContext { struct419 JSGCObjectHeader header; /* must come first */420 JSRuntime *rt;421 struct list_head link;423 uint16_t binary_object_count;424 int binary_object_size;426 JSShape *array_shape; /* initial shape for Array objects */429 DebuggerInfo *debugger_info;432 JSValue *class_proto;433 JSValue function_proto;[all …]
50 typedef struct JSContext JSContext; typedef