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

0001 shouldBe("Object.prototype.toString.__proto__","Function.prototype");
0002 shouldBe("Object.prototype.valueOf.__proto__","Function.prototype");
0003 shouldBe("Array.prototype.toString.__proto__","Function.prototype");
0004 shouldBe("Array.prototype.toLocaleString.__proto__","Function.prototype");
0005 shouldBe("Array.prototype.concat.__proto__","Function.prototype");
0006 shouldBe("Array.prototype.join.__proto__","Function.prototype");
0007 shouldBe("Array.prototype.pop.__proto__","Function.prototype");
0008 shouldBe("Array.prototype.push.__proto__","Function.prototype");
0009 shouldBe("Array.prototype.reverse.__proto__","Function.prototype");
0010 shouldBe("Array.prototype.shift.__proto__","Function.prototype");
0011 shouldBe("Array.prototype.slice.__proto__","Function.prototype");
0012 shouldBe("Array.prototype.sort.__proto__","Function.prototype");
0013 shouldBe("Array.prototype.splice.__proto__","Function.prototype");
0014 shouldBe("Array.prototype.unshift.__proto__","Function.prototype");
0015 shouldBe("String.prototype.toString.__proto__","Function.prototype");
0016 shouldBe("String.prototype.valueOf.__proto__","Function.prototype");
0017 shouldBe("String.prototype.charAt.__proto__","Function.prototype");
0018 shouldBe("String.prototype.charCodeAt.__proto__","Function.prototype");
0019 shouldBe("String.prototype.indexOf.__proto__","Function.prototype");
0020 shouldBe("String.prototype.lastIndexOf.__proto__","Function.prototype");
0021 shouldBe("String.prototype.match.__proto__","Function.prototype");
0022 shouldBe("String.prototype.replace.__proto__","Function.prototype");
0023 shouldBe("String.prototype.search.__proto__","Function.prototype");
0024 shouldBe("String.prototype.slice.__proto__","Function.prototype");
0025 shouldBe("String.prototype.split.__proto__","Function.prototype");
0026 shouldBe("String.prototype.substr.__proto__","Function.prototype");
0027 shouldBe("String.prototype.substring.__proto__","Function.prototype");
0028 shouldBe("String.prototype.toLowerCase.__proto__","Function.prototype");
0029 shouldBe("String.prototype.toUpperCase.__proto__","Function.prototype");
0030 shouldBe("String.prototype.big.__proto__","Function.prototype");
0031 shouldBe("String.prototype.small.__proto__","Function.prototype");
0032 shouldBe("String.prototype.blink.__proto__","Function.prototype");
0033 shouldBe("String.prototype.bold.__proto__","Function.prototype");
0034 shouldBe("String.prototype.fixed.__proto__","Function.prototype");
0035 shouldBe("String.prototype.italics.__proto__","Function.prototype");
0036 shouldBe("String.prototype.strike.__proto__","Function.prototype");
0037 shouldBe("String.prototype.sub.__proto__","Function.prototype");
0038 shouldBe("String.prototype.sup.__proto__","Function.prototype");
0039 shouldBe("String.prototype.fontcolor.__proto__","Function.prototype");
0040 shouldBe("String.prototype.fontsize.__proto__","Function.prototype");
0041 shouldBe("String.prototype.anchor.__proto__","Function.prototype");
0042 shouldBe("String.prototype.link.__proto__","Function.prototype");
0043 shouldBe("Boolean.prototype.toString.__proto__","Function.prototype");
0044 shouldBe("Boolean.prototype.valueOf.__proto__","Function.prototype");
0045 shouldBe("Date.prototype.toString.__proto__","Function.prototype");
0046 shouldBe("Date.prototype.toUTCString.__proto__","Function.prototype");
0047 shouldBe("Date.prototype.toDateString.__proto__","Function.prototype");
0048 shouldBe("Date.prototype.toTimeString.__proto__","Function.prototype");
0049 shouldBe("Date.prototype.toLocaleString.__proto__","Function.prototype");
0050 shouldBe("Date.prototype.toLocaleDateString.__proto__","Function.prototype");
0051 shouldBe("Date.prototype.toLocaleTimeString.__proto__","Function.prototype");
0052 shouldBe("Date.prototype.valueOf.__proto__","Function.prototype");
0053 shouldBe("Date.prototype.getTime.__proto__","Function.prototype");
0054 shouldBe("Date.prototype.getFullYear.__proto__","Function.prototype");
0055 shouldBe("Date.prototype.getUTCFullYear.__proto__","Function.prototype");
0056 shouldBe("Date.prototype.toGMTString.__proto__","Function.prototype");
0057 shouldBe("Date.prototype.getMonth.__proto__","Function.prototype");
0058 shouldBe("Date.prototype.getUTCMonth.__proto__","Function.prototype");
0059 shouldBe("Date.prototype.getDate.__proto__","Function.prototype");
0060 shouldBe("Date.prototype.getUTCDate.__proto__","Function.prototype");
0061 shouldBe("Date.prototype.getDay.__proto__","Function.prototype");
0062 shouldBe("Date.prototype.getUTCDay.__proto__","Function.prototype");
0063 shouldBe("Date.prototype.getHours.__proto__","Function.prototype");
0064 shouldBe("Date.prototype.getUTCHours.__proto__","Function.prototype");
0065 shouldBe("Date.prototype.getMinutes.__proto__","Function.prototype");
0066 shouldBe("Date.prototype.getUTCMinutes.__proto__","Function.prototype");
0067 shouldBe("Date.prototype.getSeconds.__proto__","Function.prototype");
0068 shouldBe("Date.prototype.getUTCSeconds.__proto__","Function.prototype");
0069 shouldBe("Date.prototype.getMilliseconds.__proto__","Function.prototype");
0070 shouldBe("Date.prototype.getUTCMilliseconds.__proto__","Function.prototype");
0071 shouldBe("Date.prototype.getTimezoneOffset.__proto__","Function.prototype");
0072 shouldBe("Date.prototype.setTime.__proto__","Function.prototype");
0073 shouldBe("Date.prototype.setMilliseconds.__proto__","Function.prototype");
0074 shouldBe("Date.prototype.setUTCMilliseconds.__proto__","Function.prototype");
0075 shouldBe("Date.prototype.setSeconds.__proto__","Function.prototype");
0076 shouldBe("Date.prototype.setUTCSeconds.__proto__","Function.prototype");
0077 shouldBe("Date.prototype.setMinutes.__proto__","Function.prototype");
0078 shouldBe("Date.prototype.setUTCMinutes.__proto__","Function.prototype");
0079 shouldBe("Date.prototype.setHours.__proto__","Function.prototype");
0080 shouldBe("Date.prototype.setUTCHours.__proto__","Function.prototype");
0081 shouldBe("Date.prototype.setDate.__proto__","Function.prototype");
0082 shouldBe("Date.prototype.setUTCDate.__proto__","Function.prototype");
0083 shouldBe("Date.prototype.setMonth.__proto__","Function.prototype");
0084 shouldBe("Date.prototype.setUTCMonth.__proto__","Function.prototype");
0085 shouldBe("Date.prototype.setFullYear.__proto__","Function.prototype");
0086 shouldBe("Date.prototype.setUTCFullYear.__proto__","Function.prototype");
0087 shouldBe("Date.prototype.setYear.__proto__","Function.prototype");
0088 shouldBe("Date.prototype.getYear.__proto__","Function.prototype");
0089 shouldBe("Date.prototype.toGMTString.__proto__","Function.prototype");
0090 shouldBe("RegExp.prototype.exec.__proto__","Function.prototype");
0091 shouldBe("RegExp.prototype.test.__proto__","Function.prototype");
0092 shouldBe("RegExp.prototype.toString.__proto__","Function.prototype");
0093 shouldBe("Error.prototype.toString.__proto__","Function.prototype");
0094 
0095