JS_NewRuntime2 top-level property
Pointer<JSRuntime_> Function(Pointer<JSMallocFunctions_> mf, Pointer<Void> opaque)
JS_NewRuntime2
final
Implementation
final Pointer<JSRuntime_> Function(
Pointer<JSMallocFunctions_> mf,
Pointer<Void> opaque,
)
JS_NewRuntime2 =
kLookup<
NativeFunction<
Pointer<JSRuntime_> Function(Pointer<JSMallocFunctions_>, Pointer<Void>)
>
>('JS_NewRuntime2').asFunction();