clang-format

This commit is contained in:
qiwei 2024-10-06 15:40:01 +08:00
parent 30ce8e1fa7
commit 5d634a519d

View File

@ -1440,8 +1440,9 @@ bool OurReader::readObject(Token& token) {
name.clear();
if (tokenName.type_ == tokenString) {
name = String(tokenName.start_ + 1, tokenName.end_ - 1);
//if (!decodeString(tokenName, name))
// return recoverFromError(tokenObjectEnd);
/*if (!decodeString(tokenName, name))
return recoverFromError(tokenObjectEnd);
*/
} else if (tokenName.type_ == tokenNumber && features_.allowNumericKeys_) {
Value numberName;
if (!decodeNumber(tokenName, numberName))