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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 9 14:37:41 PDT 2016


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

--- Comment #18 from GSkachkov <gskachkov 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

>> Source/JavaScriptCore/builtins/ObjectConstructor.js:29
>> +{
> 
> Let's set "use strict" ;)

Done

>> Source/JavaScriptCore/runtime/IterationKind.h:27
>> +#define IterationKind_h
> 
> Use #pragma once for newly added headers.

Done

>> Source/JavaScriptCore/runtime/ObjectConstructor.cpp:87
>> +  values                    JSBuiltin                                   DontEnum|Function 2
> 
> I think it should be `1`.

Done

-- 
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/5fb297c1/attachment.html>


More information about the webkit-unassigned mailing list