Expose JS_SetUncatchableError() (#262)

* Expose `JS_SetUncatchableError()`

* Remove unnecessary `JS_SetUncatchableError` declaration
This commit is contained in:
Kasper Isager Dalsgarð
2024-05-09 12:45:47 +02:00
committed by GitHub
parent d53aafe0f3
commit 6f9d05fd2b
2 changed files with 1 additions and 1 deletions

View File

@@ -1276,7 +1276,6 @@ static JSValue js_module_ns_autoinit(JSContext *ctx, JSObject *p, JSAtom atom,
void *opaque);
static JSValue JS_InstantiateFunctionListItem2(JSContext *ctx, JSObject *p,
JSAtom atom, void *opaque);
void JS_SetUncatchableError(JSContext *ctx, JSValueConst val, BOOL flag);
static JSValue js_object_groupBy(JSContext *ctx, JSValueConst this_val,
int argc, JSValueConst *argv, int is_map);