pub unsafe fn JS_NewRuntime() -> *mut JSRuntimeExpand description
ยงSafety
This function initializes a new JavaScript runtime with default memory allocation functions. The caller must ensure that the returned runtime is properly freed with JS_FreeRuntime.