pub(crate) fn str_to_well_formed( _: &mut Interp, t: Value, _a: &[Value], ) -> Result<Value, Value>
String.prototype.toWellFormed()(ES2024)。上記と同じ理由により常に元の文字列をそのまま返す。
String.prototype.toWellFormed()