Coder Social home page Coder Social logo

Comments (9)

anba avatar anba commented on June 17, 2024 1

ECMA-402 constructors only check for undefined before calling ToObject.

https://tc39.github.io/ecma262/#sec-object-value

Yes, that's why I wrote ECMA-402. 😉

from proposal-intl-locale.

littledan avatar littledan commented on June 17, 2024

I thought throwing was decent behavior there, and would match WebIDL dictionaries. What else should it do besides throw?

from proposal-intl-locale.

gsathya avatar gsathya commented on June 17, 2024

What else should it do besides throw?

10. If options is undefined, then
          a. Let options be ! ObjectCreate(null).

becomes

10. If options is undefined or null, then
          a. Let options be ! ObjectCreate(null).

I ask because I see checks for undefined or null before doing ToObject in ECMA-262.

from proposal-intl-locale.

anba avatar anba commented on June 17, 2024

I ask because I see checks for undefined or null before doing ToObject in ECMA-262.

ECMA-402 constructors only check for undefined before calling ToObject.

from proposal-intl-locale.

gsathya avatar gsathya commented on June 17, 2024

ECMA-402 constructors only check for undefined before calling ToObject.

https://tc39.github.io/ecma262/#sec-object-value

from proposal-intl-locale.

littledan avatar littledan commented on June 17, 2024

FWIW looks like I remembered wrong and WebIDL actually accepts null for dictionaries, with similar semantics to undefined.

from proposal-intl-locale.

anba avatar anba commented on June 17, 2024

So IMO the decision whether or not null should be allowed as an options value should be decided over at tc39/ecma402 and not here. And if it should be allowed, all other Intl constructors should be changed to allow null, too.

from proposal-intl-locale.

littledan avatar littledan commented on June 17, 2024

Proposal: Let's disallow null for now, following existing ECMA-402 conventions, and consider permitting it everywhere in a future attempt to upgrade to WebIDL (which will change everything else too).

from proposal-intl-locale.

littledan avatar littledan commented on June 17, 2024

We discussed this issue in the May 2018 ECMA-402 meeting, concluding throwing. I haven't heard any concerns about this path following 402 conventions, so closing the issue.

from proposal-intl-locale.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.