[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-08-30 03:07:12 +00:00
committed by GitHub
parent f72c094580
commit 2d7bc20d3c

View File

@@ -80,11 +80,11 @@ pub fn stringify(
if (value.isUndefined()) {
return globalThis.throwInvalidArguments("Cannot stringify undefined value to TOML", .{});
}
if (value.isNull()) {
return globalThis.throwInvalidArguments("Cannot stringify null value to TOML", .{});
}
if (value.isSymbol() or value.isFunction()) {
return .js_undefined;
}