Lines Matching full:proto2
68 var proto2 = {};
69 proto2[140000] = 0;
70 proto2.a = 0;
71 proto2[2] = 0;
72 proto2[3] = 0; // also on the 'proto1' object
73 proto2.b = 0;
74 proto2[4294967295] = 0;
75 proto2.c = 0;
76 proto2[4294967296] = 0;
95 proto1.__proto__ = proto2;
101 '2', '140000', '4294967295', // indexed from 'proto2'
102 'a', 'b', 'c', '4294967296']; // named from 'proto2'