Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1751102, part 4 - Make VTYPE_CHAR and _WCHAR act like normal int …
…conversion. r=xpcom-reviewers,nika This is probably less bad than what it is doing. I think the only difference is that for doubles we won't just do a straight cast, but will instead do some bounds checking. Thanks to the prior patch, it will also produce an error for NaN. This might make us start to fail if you try to convert, say, 3.3 to a char but hopefully that doesn't matter. Differential Revision: https://phabricator.services.mozilla.com/D137100
- Loading branch information