R.oo (version 1.20.0)

registerFinalizer.Object: Deprecated: Registers a finalizer hook for the object [DEFUNCT]

Description

Deprecated: Registers a finalizer hook for the object [DEFUNCT]. The finalizer hook calls *finalize() on the Object when it is garbage collected. This method is only intended to be called inside the constructor, if at all.

Usage

"registerFinalizer"(this, ...)

Arguments

...
Not used.

Value

Returns nothing.

See Also

Internally, reg.finalizer() is used. For more information see Object.