JS_GetPropertyLength

Function JS_GetPropertyLength 

Source
pub unsafe extern "C" fn JS_GetPropertyLength(
    ctx: *mut JSContext,
    plength: *mut i64,
    obj: JSValue,
) -> c_int