Function quickjs_runtime::reflection::get_proxy_instance_id

source ·
pub unsafe fn get_proxy_instance_id(
    ctx: *mut JSContext,
    obj: &QuickJsValueAdapter,
) -> Option<usize>
Expand description

Get the instance id of a proxy instance

§Safety

please make sure context is still valid