mirror of
https://github.com/DoneJS-Runtime/quickjs-done-nextgen.git
synced 2025-01-09 17:43:15 +00:00
Expose JS_HasException API (#785)
This commit is contained in:
parent
9fc794001a
commit
b675a95bec
1 changed files with 1 additions and 1 deletions
|
@ -614,7 +614,7 @@ static inline JS_BOOL JS_IsObject(JSValue v)
|
|||
|
||||
JS_EXTERN JSValue JS_Throw(JSContext *ctx, JSValue obj);
|
||||
JS_EXTERN JSValue JS_GetException(JSContext *ctx);
|
||||
JS_BOOL JS_HasException(JSContext *ctx);
|
||||
JS_EXTERN JS_BOOL JS_HasException(JSContext *ctx);
|
||||
JS_EXTERN JS_BOOL JS_IsError(JSContext *ctx, JSValue val);
|
||||
JS_EXTERN JS_BOOL JS_IsUncatchableError(JSContext* ctx, JSValue val);
|
||||
JS_EXTERN void JS_ResetUncatchableError(JSContext *ctx);
|
||||
|
|
Loading…
Reference in a new issue