Searched refs:JSRuntime (Results 1 – 11 of 11) sorted by relevance
49 typedef struct JSRuntime JSRuntime; typedef331 JSRuntime *JS_NewRuntime(void);338 void JS_FreeRuntime(JSRuntime *rt);339 void *JS_GetRuntimeOpaque(JSRuntime *rt);343 void JS_RunGC(JSRuntime *rt);346 JSContext *JS_NewContext(JSRuntime *rt);351 JSRuntime *JS_GetRuntime(JSContext *ctx);357 JSContext *JS_NewContextRaw(JSRuntime *rt);381 void js_free_rt(JSRuntime *rt, void *ptr);854 void JS_SetModuleLoaderFunc(JSRuntime *rt,[all …]
40 void js_std_init_handlers(JSRuntime *rt);41 void js_std_free_handlers(JSRuntime *rt);
667 JSRuntime *rt = JS_GetRuntime(ctx); in js_evalScript()1765 JSRuntime *rt = JS_GetRuntime(ctx); in js_os_setReadHandler()1843 JSRuntime *rt = JS_GetRuntime(ctx); in js_os_signal()1943 JSRuntime *rt = JS_GetRuntime(ctx); in js_os_setTimeout()2004 JSRuntime *rt = JS_GetRuntime(ctx); in js_os_poll()2156 JSRuntime *rt = JS_GetRuntime(ctx); in js_os_poll()3171 JSRuntime *rt; in worker_func()3253 JSRuntime *rt = JS_GetRuntime(ctx); in js_worker_ctor()3402 JSRuntime *rt = JS_GetRuntime(ctx); in js_worker_set_onmessage()3658 void js_std_init_handlers(JSRuntime *rt) in js_std_init_handlers()[all …]
259 struct JSRuntime { struct432 JSRuntime* rt;1319 JSRuntime* rt = opaque; in js_bf_realloc()1603 JSRuntime* rt; in JS_NewRuntime2()1824 JSRuntime* rt = ctx->rt; in JS_EnqueueJob()2219 JSRuntime* rt = ctx->rt; in JS_SetClassProto()2226 JSRuntime* rt = ctx->rt; in JS_GetClassProto()2300 JSRuntime* rt = ctx->rt; in JS_FreeContext()2637 JSRuntime* rt; in JS_DupAtom()2650 JSRuntime* rt; in JS_AtomGetKind()[all …]
456 JSRuntime *rt; in agent_start()1445 void update_stats(JSRuntime *rt, const char *filename) { in update_stats()1497 JSRuntime *rt; in run_test_buf()1787 JSRuntime *rt; in run_test262_harness_test()
285 JSRuntime *rt; in main()
488 JSRuntime *rt; in main()
693 JSRuntime *rt = JS_GetRuntime(ctx); in js_evalScript()742 JSRuntime *rt = JS_GetRuntime(ctx); in js_evalScript_m()1969 JSRuntime *rt = JS_GetRuntime(ctx); in js_os_setReadHandler()2051 JSRuntime *rt = JS_GetRuntime(ctx); in js_os_signal()2158 JSRuntime *rt = JS_GetRuntime(ctx); in js_os_setTimeout()2224 JSRuntime *rt = JS_GetRuntime(ctx); in js_os_poll()2383 JSRuntime *rt = JS_GetRuntime(ctx); in js_os_poll()3501 JSRuntime *rt; in worker_func()3587 JSRuntime *rt = JS_GetRuntime(ctx); in js_worker_ctor()3748 JSRuntime *rt = JS_GetRuntime(ctx); in js_worker_set_onmessage()[all …]
38 static void js_point_finalizer(JSRuntime *rt, JSValue val) in js_point_finalizer()
14 static JSRuntime *rt = NULL;
815 @code{JSRuntime} represents a Javascript runtime corresponding to an822 several JSContexts per JSRuntime and they can share objects, similar888 JSClass are allocated per @code{JSRuntime}. @code{JS_SetClassProto()}905 to a given JSRuntime.
Completed in 127 milliseconds