Searched refs:JS_NewRuntime2 (Results 1 – 4 of 4) sorted by relevance
457 rt = JS_NewRuntime2(&trace_mf, &trace_data); in main()
336 JSRuntime *JS_NewRuntime2(const JSMallocFunctions *mf, void *opaque);
1609 JSRuntime *JS_NewRuntime2(const JSMallocFunctions *mf, void *opaque) in JS_NewRuntime2() function1778 return JS_NewRuntime2(&def_malloc_funcs, NULL); in JS_NewRuntime()
925 @code{JS_NewRuntime2()}.