Skip to main content

console_map_object_from_handle_value

Function console_map_object_from_handle_value 

Source
fn console_map_object_from_handle_value(
    cx: &mut JSContext,
    handle_object: HandleObject<'_>,
    seen: &mut Vec<u64>,
) -> Option<(String, ObjectPreview)>