[webkit-reviews] review granted: [Bug 177230] Object properties are undefined in super.call() but not in this.call() : [Attachment 323368] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 10 19:04:42 PDT 2017


Saam Barati <sbarati at apple.com> has granted Caio Lima <ticaiolima at gmail.com>'s
request for review:
Bug 177230: Object properties are undefined in super.call() but not in
this.call()
https://bugs.webkit.org/show_bug.cgi?id=177230

Attachment 323368: Patch

https://bugs.webkit.org/attachment.cgi?id=323368&action=review




--- Comment #11 from Saam Barati <sbarati at apple.com> ---
Comment on attachment 323368
  --> https://bugs.webkit.org/attachment.cgi?id=323368
Patch

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

> Source/JavaScriptCore/ChangeLog:10
> +	   Bytecode generation for "super.call(...)" or "super.apply(...)"
> +	   shouldn't be considered as CallFunctionCallDotNode or
> +	   ApplyFunctionCallDotNode.

Please explain why here


More information about the webkit-reviews mailing list