Searched refs:objWithProto (Results 1 – 3 of 3) sorted by relevance
103 var objWithProto = new Array(); variable104 objWithProto.prototype = proto; class105 objWithProto[0] = 'bar';106 var descWithProto = Object.getOwnPropertyDescriptor(objWithProto, '10');
103 var objWithProto = new Array(); variable104 objWithProto.prototype = proto; class105 objWithProto[0] = 'bar';106 var descWithProto = Reflect.getOwnPropertyDescriptor(objWithProto, '10');
101 var objWithProto = new Array(); variable102 objWithProto.prototype = proto; class103 objWithProto[0] = 'bar';104 var descWithProto = Object.getOwnPropertyDescriptor(objWithProto, '10');