Searched refs:duk_ctx (Results 1 – 1 of 1) sorted by relevance
20 static duk_context *duk_ctx; variable421 if (duk_ctx) { in jsengine_init()426 be_ref_setup(duk_ctx); in jsengine_init()429 duk_push_object(duk_ctx); in jsengine_init()516 assert(duk_ctx); in jsengine_start()530 duk_pop(duk_ctx); in jsengine_start()570 duk_pop(duk_ctx); in jsengine_eval_file()576 if (!duk_ctx) { in jsengine_exit()584 duk_destroy_heap(duk_ctx); in jsengine_exit()586 duk_ctx = NULL; in jsengine_exit()[all …]
Completed in 9 milliseconds