Searched defs:JSContext (Results 1 – 2 of 2) sorted by relevance
417 struct JSContext { struct418 JSGCObjectHeader header; /* must come first */419 JSRuntime *rt;420 struct list_head link;422 uint16_t binary_object_count;423 int binary_object_size;425 JSShape *array_shape; /* initial shape for Array objects */428 DebuggerInfo debugger_info;431 JSValue *class_proto;432 JSValue function_proto;[all …]
50 typedef struct JSContext JSContext; typedef