getPrototypeOf

fun getPrototypeOf(target: Any): Any?(source)

Returns the prototype of an object.

Parameters

target

The object that references the prototype.