jsThrow top-level property
DLLEXPORT JSValue *jsThrow(JSContext *ctx, JSValue *obj)
Implementation
final Pointer<JSValue> Function(
Pointer<JSContext> ctx,
Pointer<JSValue> obj,
) jsThrow = _qjsLib
.lookup<
NativeFunction<
Pointer<JSValue> Function(
Pointer<JSContext>,
Pointer<JSValue>,
)>>('jsThrow')
.asFunction();