Skip to main content

GetSetObjectKeys

Function GetSetObjectKeys 

Source
pub unsafe extern "C" fn GetSetObjectKeys(
    cx: *mut JSContext,
    obj: Handle<*mut JSObject>,
    keys: u8,
) -> bool
Expand description

Direct embedder access for retrieving a copy of all entries in a Set or Map object.