NativeObjectHasOwnProperties

Function NativeObjectHasOwnProperties 

Source
pub unsafe extern "C" fn NativeObjectHasOwnProperties(
    obj: *const JSObject,
) -> bool
Expand description

Returns true if the native object has own named properties, i.e. user-added properties (expandos). Must not be called on proxy objects.