返回指定对象的原型。相当于 Object.getPrototypeOf。
Object.getPrototypeOf
external Object? objectGetPrototypeOf(Object? object);