Home | History | Annotate | Download | only in mjsunit

Lines Matching full:prototype

32 assertEquals(0, Array.prototype.length, "Array.prototype.length");
34 assertEquals(1, Array.prototype.concat.length, "Array.prototype.concat.length");
35 assertEquals(1, Array.prototype.join.length, "Array.prototype.join.length");
36 assertEquals(1, Array.prototype.push.length, "Array.prototype.push.length");
37 assertEquals(1, Array.prototype.unshift.length, "Array.prototype.unshift.length");
42 assertEquals(1, Function.prototype.call.length, "Function.prototype.call.length");
44 assertEquals(1, Number.prototype.toExponential.length, "Number.prototype.toExponential.length");
45 assertEquals(1, Number.prototype.toFixed.length, "Number.prototype.toFixed.length");
46 assertEquals(1, Number.prototype.toPrecision.length, "Number.prototype.toPrecision.length");
52 assertEquals(1, String.prototype.concat.length, "String.prototype.concat.length");
53 assertEquals(1, String.prototype.indexOf.length, "String.prototype.indexOf.length");
54 assertEquals(1, String.prototype.lastIndexOf.length, "String.prototype.lastIndexOf.length");
57 assertEquals(2, Array.prototype.slice.length, "Array.prototype.slice.length");
58 assertEquals(2, Array.prototype.splice.length, "Array.prototype.splice.length");
59 assertEquals(2, Date.prototype.setMonth.length, "Date.prototype.setMonth.length");
60 assertEquals(2, Date.prototype.setSeconds.length, "Date.prototype.setSeconds.length");
61 assertEquals(2, Date.prototype.setUTCMonth.length, "Date.prototype.setUTCMonth.length");
62 assertEquals(2, Date.prototype.setUTCSeconds.length, "Date.prototype.setUTCSeconds.length");
63 assertEquals(2, Function.prototype.apply.length, "Function.prototype.apply.length");
67 assertEquals(2, String.prototype.slice.length, "String.prototype.slice.length");
68 assertEquals(2, String.prototype.split.length, "String.prototype.split.length");
69 assertEquals(2, String.prototype.substr.length, "String.prototype.substr.length");
70 assertEquals(2, String.prototype.substring.length, "String.prototype.substring.length");
71 assertEquals(3, Date.prototype.setFullYear.length, "Date.prototype.setFullYear.length");
72 assertEquals(3, Date.prototype.setMinutes.length, "Date.prototype.setMinutes.length");
73 assertEquals(3, Date.prototype.setUTCFullYear.length, "Date.prototype.setUTCFullYear.length");
74 assertEquals(3, Date.prototype.setUTCMinutes.length, "Date.prototype.setUTCMinutes.length");
75 assertEquals(4, Date.prototype.setHours.length, "Date.prototype.setHours.length");
76 assertEquals(4, Date.prototype.setUTCHours.length, "Date.prototype.setUTCHours.length");