QuickJsRuntime2 constructor
QuickJsRuntime2({
- _JsModuleHandler? moduleHandler,
- int stackSize = 1024 * 1024,
- _JsHostPromiseRejectionHandler? hostPromiseRejectionHandler,
Implementation
QuickJsRuntime2({
this.moduleHandler,
this.stackSize = 1024 * 1024,
this.hostPromiseRejectionHandler,
}) {
this.init();
}