Home
last modified time | relevance | path

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

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