[Webkit-unassigned] [Bug 160410] [ES2016] Implement Object.values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 9 07:01:31 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=160410

--- Comment #16 from Yusuke Suzuki <utatane.tea at gmail.com> ---
Comment on attachment 285590
  --> https://bugs.webkit.org/attachment.cgi?id=285590
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=285590&action=review

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

> Source/JavaScriptCore/builtins/ObjectConstructor.js:29
> +{

Let's set "use strict" ;)

> Source/JavaScriptCore/runtime/IterationKind.h:27
> +#define IterationKind_h

Use #pragma once for newly added headers.

> Source/JavaScriptCore/runtime/ObjectConstructor.cpp:87
> +  values                    JSBuiltin                                   DontEnum|Function 2

I think it should be `1`.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160809/c5eac6d9/attachment.html>


More information about the webkit-unassigned mailing list