`JS::CanonicalizedDoubleValue` forwards to `JS::DoubleValue` since bug 2049714. `JS::DoubleValue` is in NamespaceImports.h so some files now use `DoubleValue` instead of `JS::DoubleValue` to match code for other types. Differential Revision: https://phabricator.services.mozilla.com/D311321