Skip to main content

clone_an_object

Function clone_an_object 

Source
fn clone_an_object(
    cx: &mut CurrentRealm<'_>,
    global_scope: &GlobalScope,
    val: HandleValue<'_>,
    seen: &mut HashSet<HashableJSVal>,
    object_handle: HandleObject<'_>,
) -> WebDriverJSResult
Expand description