Function clone_an_object

Source
unsafe fn clone_an_object(
    cx: JSContext,
    global_scope: &GlobalScope,
    val: HandleValue<'_>,
    seen: &mut HashSet<HashableJSVal>,
    object_handle: Handle<'_, *mut JSObject>,
) -> WebDriverJSResult
Expand description