<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [INTL] Intl constructors do not throw when called with a previously initialized intl object"
   href="https://bugs.webkit.org/show_bug.cgi?id=161673#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [INTL] Intl constructors do not throw when called with a previously initialized intl object"
   href="https://bugs.webkit.org/show_bug.cgi?id=161673">bug 161673</a>
              from <span class="vcard"><a class="email" href="mailto:thetalecrafter&#64;gmail.com" title="Andy VanWagoner &lt;thetalecrafter&#64;gmail.com&gt;"> <span class="fn">Andy VanWagoner</span></a>
</span></b>
        <pre>I may be reading the spec[1] wrong, but it looks like v2 and v3 of the spec say that when called without the `new` keyword, the constructors always return a new object. Initializing a previous object is legacy v1 only.

That would mean JSC is correct and the other implementations don't give the v2&amp;3 behavior.

[1] <a href="http://ecma-international.org/ecma-402/3.0/index.html#sec-the-intl-collator-constructor">http://ecma-international.org/ecma-402/3.0/index.html#sec-the-intl-collator-constructor</a></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>