wrapper/JSRuntime library

Classes

JSRuntime

Typedefs

JS_MarkFunc = void Function(JSRuntime rt, JSGCObjectHeaderRef gp)
JSHostPromiseRejectionTracker = void Function(JSContext ctx, JSValue promise, JSValue reason, int is_handled, Uint8List? opaque)
JSInterruptHandler = int Function(JSRuntime rt, Uint8List? opaque)
JSModuleLoaderFunc = JSModuleDefRef Function(JSContext ctx, String module_name, Uint8List? opaque)
JSModuleNormalizeFunc = String Function(JSContext ctx, String module_base_name, String module_name, Uint8List? opaque)