Function quickjs_runtime::quickjs_utils::functions::call_to_string_q

source ยท
pub fn call_to_string_q(
    q_ctx: &QuickJsRealmAdapter,
    obj_ref: &QuickJsValueAdapter,
) -> Result<String, JsError>
Expand description

call an objects to_String method or convert a value to string