-
- Downloads
Bug 1664312 - Rename ParserAtomsTable::internUtf8 length arg to nbyte r=djvj
In this code we often use 'length' to refer to number of char16_t and this can be a little confusing with UTF-8 so instead use 'nbytes' as the argument until we establish what length of the inflated sequence is. Depends on D90148 Differential Revision: https://phabricator.services.mozilla.com/D90149
Please register or sign in to comment