Description[esnext] Fix super in async arrow functions
Ordinary arrow functions have 'undefined' in their frame's receiver.
Generators restore the receiver to the frame based on one passed in
when they are constructed in CreateJSGeneratorObject.
This patch makes async arrow functions pass in 'undefined' for their
receiver so that they have the same behavior as ordinary arrow
functions, which avoids the issue of encountering TDZ when calling
an async arrow function in a subclass constructor before a super
call has returned.
BUG=v8:4483
Committed: https://crrev.com/690922c95966b6789053ab27c8cf21dfbd0080c6
Cr-Commit-Position: refs/heads/master@{#36264}
Patch Set 1 #Patch Set 2 : Fix dependencies #
Depends on Patchset: Messages
Total messages: 14 (6 generated)
|