Searched defs:JSContext (Results 1 – 2 of 2) sorted by relevance
430 struct JSContext { struct432 JSRuntime* rt;433 struct list_head link;436 int binary_object_size;440 JSValue* class_proto;442 JSValue function_ctor;443 JSValue array_ctor;444 JSValue regexp_ctor;445 JSValue promise_ctor;470 JSValue (*compile_regexp)(JSContext* ctx, JSValueConst pattern, argument[all …]
50 typedef struct JSContext JSContext; typedef
Completed in 92 milliseconds