[webkit-reviews] review granted: [Bug 217574] [JSC] arguments.callee should become ThrowTypeError if function has non simple parameter list : [Attachment 411043] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 11 11:00:53 PDT 2020


Darin Adler <darin at apple.com> has granted Yusuke Suzuki <ysuzuki at apple.com>'s
request for review:
Bug 217574: [JSC] arguments.callee should become ThrowTypeError if function has
non simple parameter list
https://bugs.webkit.org/show_bug.cgi?id=217574

Attachment 411043: Patch

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




--- Comment #2 from Darin Adler <darin at apple.com> ---
Comment on attachment 411043
  --> https://bugs.webkit.org/attachment.cgi?id=411043
Patch

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

> Source/JavaScriptCore/parser/ParserModes.h:307
>  typedef uint16_t CodeFeatures;

OptionSet would make this a lot nicer.


More information about the webkit-reviews mailing list