alloc EXCEPTION
factory JSValue.makeException(JSContext ctx, {bool autoDispose = true}) => JSValue.alloc(ctx, JSTag.EXCEPTION, int32: 0, autoDispose: autoDispose);