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