Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.c430 struct JSContext { struct
432 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 …]
A Dquickjs.h50 typedef struct JSContext JSContext; typedef

Completed in 92 milliseconds