Function source_map_mappings_wasm_api::generated_location_for [] [src]

#[no_mangle]
pub extern "C" fn generated_location_for(
    mappings: *mut Mappings<()>,
    source: u32,
    original_line: u32,
    original_column: u32,
    bias: u32
)

Find the mapping for the given original location, if any exists.

If a mapping is found, the mapping_callback is invoked with it once. Otherwise, the mapping_callback is not invoked at all.