Home
last modified time | relevance | path

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

/third_party/quickjs/
Dquickjs.c417 struct JSContext { struct
418 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 …]
Dquickjs.h50 typedef struct JSContext JSContext; typedef