Function jsval_to_webdriver

Source
pub(crate) fn jsval_to_webdriver(
    cx: JSContext,
    global_scope: &GlobalScope,
    val: HandleValue<'_>,
    realm: InRealm<'_>,
    can_gc: CanGc,
) -> WebDriverJSResult
Expand description