quickjs_runtime::reflection

Function 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