File indexing completed on 2024-04-28 15:28:37

0001 shouldBe("Array.prototype.toString.length","0");
0002 shouldBe("Array.prototype.toLocaleString.length","0");
0003 shouldBe("Array.prototype.concat.length","1");
0004 shouldBe("Array.prototype.join.length","1");
0005 shouldBe("Array.prototype.pop.length","0");
0006 shouldBe("Array.prototype.push.length","1");
0007 shouldBe("Array.prototype.reverse.length","0");
0008 shouldBe("Array.prototype.shift.length","0");
0009 shouldBe("Array.prototype.slice.length","2"); // 15.4.4.10
0010 shouldBe("Array.prototype.sort.length","1");
0011 shouldBe("Array.prototype.splice.length","2"); // 15.4.4.12
0012 shouldBe("Array.prototype.unshift.length","1");
0013 shouldBe("Boolean.prototype.toString.length","0");
0014 shouldBe("Boolean.prototype.valueOf.length","0");
0015 shouldBe("Date.prototype.toString.length","0");
0016 shouldBe("Date.prototype.toUTCString.length","0");
0017 shouldBe("Date.prototype.toDateString.length","0");
0018 shouldBe("Date.prototype.toJSON.length","1");
0019 shouldBe("Date.prototype.toTimeString.length","0");
0020 shouldBe("Date.prototype.toLocaleString.length","0");
0021 shouldBe("Date.prototype.toLocaleDateString.length","0");
0022 shouldBe("Date.prototype.toLocaleTimeString.length","0");
0023 shouldBe("Date.prototype.valueOf.length","0");
0024 shouldBe("Date.prototype.getTime.length","0");
0025 shouldBe("Date.prototype.getFullYear.length","0");
0026 shouldBe("Date.prototype.getUTCFullYear.length","0");
0027 shouldBe("Date.prototype.toGMTString.length","0");
0028 shouldBe("Date.prototype.getMonth.length","0");
0029 shouldBe("Date.prototype.getUTCMonth.length","0");
0030 shouldBe("Date.prototype.getDate.length","0");
0031 shouldBe("Date.prototype.getUTCDate.length","0");
0032 shouldBe("Date.prototype.getDay.length","0");
0033 shouldBe("Date.prototype.getUTCDay.length","0");
0034 shouldBe("Date.prototype.getHours.length","0");
0035 shouldBe("Date.prototype.getUTCHours.length","0");
0036 shouldBe("Date.prototype.getMinutes.length","0");
0037 shouldBe("Date.prototype.getUTCMinutes.length","0");
0038 shouldBe("Date.prototype.getSeconds.length","0");
0039 shouldBe("Date.prototype.getUTCSeconds.length","0");
0040 shouldBe("Date.prototype.getMilliseconds.length","0");
0041 shouldBe("Date.prototype.getUTCMilliseconds.length","0");
0042 shouldBe("Date.prototype.getTimezoneOffset.length","0");
0043 shouldBe("Date.prototype.setTime.length","1");
0044 shouldBe("Date.prototype.setMilliseconds.length","1");
0045 shouldBe("Date.prototype.setUTCMilliseconds.length","1");
0046 shouldBe("Date.prototype.setSeconds.length","2");
0047 shouldBe("Date.prototype.setUTCSeconds.length","2");
0048 shouldBe("Date.prototype.setMinutes.length","3");
0049 shouldBe("Date.prototype.setUTCMinutes.length","3");
0050 shouldBe("Date.prototype.setHours.length","4");
0051 shouldBe("Date.prototype.setUTCHours.length","4");
0052 shouldBe("Date.prototype.setDate.length","1");
0053 shouldBe("Date.prototype.setUTCDate.length","1");
0054 shouldBe("Date.prototype.setMonth.length","2");
0055 shouldBe("Date.prototype.setUTCMonth.length","2");
0056 shouldBe("Date.prototype.setFullYear.length","3");
0057 shouldBe("Date.prototype.setUTCFullYear.length","3");
0058 shouldBe("Date.prototype.setYear.length","1");
0059 shouldBe("Date.prototype.getYear.length","0");
0060 shouldBe("Date.prototype.toGMTString.length","0");
0061 shouldBe("Error.prototype.toString.length","0");
0062 shouldBe("eval.length","1");
0063 shouldBe("parseInt.length","2");
0064 shouldBe("parseFloat.length","1");
0065 shouldBe("isNaN.length","1");
0066 shouldBe("isFinite.length","1");
0067 shouldBe("escape.length","1");
0068 shouldBe("unescape.length","1");
0069 shouldBe("Math.abs.length","1");
0070 shouldBe("Math.acos.length","1");
0071 shouldBe("Math.asin.length","1");
0072 shouldBe("Math.atan.length","1");
0073 shouldBe("Math.atan2.length","2");
0074 shouldBe("Math.ceil.length","1");
0075 shouldBe("Math.cos.length","1");
0076 shouldBe("Math.exp.length","1");
0077 shouldBe("Math.floor.length","1");
0078 shouldBe("Math.log.length","1");
0079 shouldBe("Math.max.length","2");
0080 shouldBe("Math.min.length","2");
0081 shouldBe("Math.pow.length","2");
0082 shouldBe("Math.random.length","0");
0083 shouldBe("Math.round.length","1");
0084 shouldBe("Math.sin.length","1");
0085 shouldBe("Math.sqrt.length","1");
0086 shouldBe("Math.tan.length","1");
0087 shouldBe("Object.prototype.toString.length","0");
0088 shouldBe("Object.prototype.valueOf.length","0");
0089 shouldBe("RegExp.prototype.exec.length","0");
0090 shouldBe("RegExp.prototype.test.length","0");
0091 shouldBe("RegExp.prototype.toString.length","0");
0092 shouldBe("String.fromCharCode.length","1");
0093 shouldBe("String.prototype.concat.length","1");
0094 shouldBe("String.prototype.toString.length","0");
0095 shouldBe("String.prototype.valueOf.length","0");
0096 shouldBe("String.prototype.charAt.length","1");
0097 shouldBe("String.prototype.charCodeAt.length","1");
0098 shouldBe("String.prototype.endsWith.length","1");
0099 shouldBe("String.prototype.includes.length","1");
0100 shouldBe("String.prototype.indexOf.length","1");
0101 shouldBe("String.prototype.lastIndexOf.length","1");
0102 shouldBe("String.prototype.match.length","1");
0103 shouldBe("String.prototype.replace.length","2");
0104 shouldBe("String.prototype.search.length","1");
0105 shouldBe("String.prototype.slice.length","2"); // 15.5.4.13
0106 shouldBe("String.prototype.split.length","2"); // 15.5.4.14
0107 shouldBe("String.prototype.startsWith.length","1");
0108 shouldBe("String.prototype.substr.length","2");
0109 shouldBe("String.prototype.substring.length","2");
0110 shouldBe("String.prototype.toLowerCase.length","0");
0111 shouldBe("String.prototype.toUpperCase.length","0");
0112 shouldBe("String.prototype.big.length","0");
0113 shouldBe("String.prototype.small.length","0");
0114 shouldBe("String.prototype.blink.length","0");
0115 shouldBe("String.prototype.bold.length","0");
0116 shouldBe("String.prototype.fixed.length","0");
0117 shouldBe("String.prototype.italics.length","0");
0118 shouldBe("String.prototype.strike.length","0");
0119 shouldBe("String.prototype.sub.length","0");
0120 shouldBe("String.prototype.sup.length","0");
0121 shouldBe("String.prototype.fontcolor.length","1");
0122 shouldBe("String.prototype.fontsize.length","1");
0123 shouldBe("String.prototype.anchor.length","1");
0124 shouldBe("String.prototype.link.length","1");
0125 shouldBe("Number.prototype.toString.length", "1");
0126 shouldBe("Number.prototype.valueOf.length", "0");
0127 shouldBe("Number.prototype.toLocaleString.length", "0");
0128 shouldBe("Number.prototype.toExponential.length", "1");
0129 shouldBe("Number.prototype.toFixed.length", "1");
0130 shouldBe("Number.prototype.toPrecision.length", "1");