<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@gmail.com" title="Yusuke Suzuki <utatane.tea@gmail.com>"> <span class="fn">Yusuke Suzuki</span></a>
</span></b>
<pre>Comment on <span class=""><a href="attachment.cgi?id=285590&action=diff" name="attach_285590" title="Patch">attachment 285590</a> <a href="attachment.cgi?id=285590&action=edit" title="Patch">[details]</a></span>
Patch
View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=285590&action=review">https://bugs.webkit.org/attachment.cgi?id=285590&action=review</a>
Great! Maybe SerializedScriptValue.cpp needs some cares, but other part seems almost complete!
<span class="quote">> Source/JavaScriptCore/builtins/ObjectConstructor.js:29
> +{</span >
Let's set "use strict" ;)
<span class="quote">> Source/JavaScriptCore/runtime/IterationKind.h:27
> +#define IterationKind_h</span >
Use #pragma once for newly added headers.
<span class="quote">> Source/JavaScriptCore/runtime/ObjectConstructor.cpp:87
> + 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>