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