-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
double.nan identical in CFE and not identical in dart2js #42224
Comments
However, the declaration of I think this should be labeled as a dart2js and dartdevk issue, and then the team can consider whether this is the expected behavior. It's not obvious which labels fit the bill, but |
JavaScript has The (Actually, |
/cc @rakudrama |
We would have to check that it has good performance on all relevant implementations. It is unlikely to be as efficient, e.g. V8 compiles
|
The code below works in CFE and fails in dart2js and dartdevk
Dart VM version: 2.9.0-13.0.dev (dev) (Fri May 29 15:59:05 2020 +0200) on "windows_x64"
The text was updated successfully, but these errors were encountered: