function instance(l,r){
let 0 = r.prototype;
let v = l.__proto__;
while(true){
if(v === null){
return false;
}
if(v === 0){
return true;
v = l.__proto__;