Function create_string

Source
pub fn create_string(
    context: *mut JSContext,
    value: &str,
) -> Result<JSValue, ValueError>