We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc7940 commit b675a95Copy full SHA for b675a95
quickjs.h
@@ -614,7 +614,7 @@ static inline JS_BOOL JS_IsObject(JSValue v)
614
615
JS_EXTERN JSValue JS_Throw(JSContext *ctx, JSValue obj);
616
JS_EXTERN JSValue JS_GetException(JSContext *ctx);
617
-JS_BOOL JS_HasException(JSContext *ctx);
+JS_EXTERN JS_BOOL JS_HasException(JSContext *ctx);
618
JS_EXTERN JS_BOOL JS_IsError(JSContext *ctx, JSValue val);
619
JS_EXTERN JS_BOOL JS_IsUncatchableError(JSContext* ctx, JSValue val);
620
JS_EXTERN void JS_ResetUncatchableError(JSContext *ctx);
0 commit comments