JSAnyUtilityExtension.isA<JSBoxedDartObject>()
returns false positives
#60644
Labels
area-web-js
Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop
web-js-interop
Issues that impact all js interop
JSAnyUtilityExtension.isA<JSBoxedDartObject>()
returnstrue
unexpectedly for values that are not boxed objects when compiled to JS (I haven't tested under WASM). This can be reproduced with the following test:The first test case passes, the second fails. Tested with Dart 3.7.1.
The text was updated successfully, but these errors were encountered: