<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [ES2016] Implement Object.values"
   href="https://bugs.webkit.org/show_bug.cgi?id=160410#c16">Comment # 16</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [ES2016] Implement Object.values"
   href="https://bugs.webkit.org/show_bug.cgi?id=160410">bug 160410</a>
              from <span class="vcard"><a class="email" href="mailto:utatane.tea&#64;gmail.com" title="Yusuke Suzuki &lt;utatane.tea&#64;gmail.com&gt;"> <span class="fn">Yusuke Suzuki</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=285590&amp;action=diff" name="attach_285590" title="Patch">attachment 285590</a> <a href="attachment.cgi?id=285590&amp;action=edit" title="Patch">[details]</a></span>
Patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=285590&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=285590&amp;action=review</a>

Great! Maybe SerializedScriptValue.cpp needs some cares, but other part seems almost complete!

<span class="quote">&gt; Source/JavaScriptCore/builtins/ObjectConstructor.js:29
&gt; +{</span >

Let's set &quot;use strict&quot; ;)

<span class="quote">&gt; Source/JavaScriptCore/runtime/IterationKind.h:27
&gt; +#define IterationKind_h</span >

Use #pragma once for newly added headers.

<span class="quote">&gt; Source/JavaScriptCore/runtime/ObjectConstructor.cpp:87
&gt; +  values                    JSBuiltin                                   DontEnum|Function 2</span >

I think it should be `1`.</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>