Home
last modified time | relevance | path

Searched refs:JS_NewRuntime2 (Results 1 – 4 of 4) sorted by relevance

/third_party/quickjs/
Dqjs.c457 rt = JS_NewRuntime2(&trace_mf, &trace_data); in main()
Dquickjs.h336 JSRuntime *JS_NewRuntime2(const JSMallocFunctions *mf, void *opaque);
Dquickjs.c1609 JSRuntime *JS_NewRuntime2(const JSMallocFunctions *mf, void *opaque) in JS_NewRuntime2() function
1778 return JS_NewRuntime2(&def_malloc_funcs, NULL); in JS_NewRuntime()
/third_party/quickjs/doc/
Dquickjs.texi925 @code{JS_NewRuntime2()}.