[Webkit-unassigned] [Bug 209057] New: Bound functions should pass correct NewTarget

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 13 09:31:51 PDT 2020


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

            Bug ID: 209057
           Summary: Bound functions should pass correct NewTarget
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Trivial
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: shvaikalesh at gmail.com

Test case:
  Reflect.construct(function() {}.bind(), [], Set) instanceof Set

Expected:
  true

Actual:
  false

ECMA262: https://tc39.es/ecma262/#sec-bound-function-exotic-objects-construct-argumentslist-newtarget (steps 5-6)
Test262: https://test262.report/browse/language/statements/class/subclass/bound-function.js

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200313/31b6f8ac/attachment.htm>


More information about the webkit-unassigned mailing list