objectGetPrototypeOf function Null safety
- Object? object
Returns the prototype of a given object. Equivalent to
Object.getPrototypeOf
.
Implementation
external Object? objectGetPrototypeOf(Object? object);
Returns the prototype of a given object. Equivalent to
Object.getPrototypeOf
.
external Object? objectGetPrototypeOf(Object? object);