RESOLVED FIXED 187705
[JSC] Make SourceParseMode small
https://bugs.webkit.org/show_bug.cgi?id=187705
Summary [JSC] Make SourceParseMode small
Yusuke Suzuki
Reported 2018-07-16 12:20:41 PDT
[JSC] Make SourceParseMode small
Attachments
Patch (5.23 KB, patch)
2018-07-16 12:23 PDT, Yusuke Suzuki
mark.lam: review+
Yusuke Suzuki
Comment 1 2018-07-16 12:23:27 PDT
Mark Lam
Comment 2 2018-07-16 12:33:43 PDT
Comment on attachment 345108 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=345108&action=review r=me > Source/JavaScriptCore/parser/ParserModes.h:45 > +// Keep it less tha 32, it means this should be within 5 bits. /tha/than/.
Yusuke Suzuki
Comment 3 2018-07-16 12:48:24 PDT
Comment on attachment 345108 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=345108&action=review Thank you! >> Source/JavaScriptCore/parser/ParserModes.h:45 >> +// Keep it less tha 32, it means this should be within 5 bits. > > /tha/than/. Fixed.
Yusuke Suzuki
Comment 4 2018-07-16 12:49:19 PDT
Radar WebKit Bug Importer
Comment 5 2018-07-16 13:13:20 PDT
Note You need to log in before you can comment on or make changes to this bug.