pub fn format_value<'cx>(
cx: &'cx Context,
cfg: Config,
value: &'cx Value<'cx>,
) -> ValueDisplay<'cx>Expand description
Formats a JavaScript Value with the given configuration.
pub fn format_value<'cx>(
cx: &'cx Context,
cfg: Config,
value: &'cx Value<'cx>,
) -> ValueDisplay<'cx>Formats a JavaScript Value with the given configuration.