Skip to main content

str_to_well_formed

Function str_to_well_formed 

Source
pub(crate) fn str_to_well_formed(
    _: &mut Interp,
    t: Value,
    _a: &[Value],
) -> Result<Value, Value>
Expand description

String.prototype.toWellFormed()(ES2024)。上記と同じ理由により常に元の文字列をそのまま返す。