一个构造函数可以生成多个实例, 因此没有原型指向实例的箭头
instanceof
prototype
__proto__
Object.getPrototypeOf(target)
Object.setPrototypeOf(target)
Object.create(target)