construct.baseline 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. Exception: somevar = new eval(). :: Function is not a constructor
  2. Exception: somevar = new parseInt(). :: Function is not a constructor
  3. Exception: somevar = new parseFloat(). :: Function is not a constructor
  4. Exception: somevar = new isNaN(). :: Function is not a constructor
  5. Exception: somevar = new isFinite(). :: Function is not a constructor
  6. Exception: somevar = new decodeURI(). :: Function is not a constructor
  7. Exception: somevar = new encodeURI(). :: Function is not a constructor
  8. Exception: somevar = new decodeURIComponent(). :: Function is not a constructor
  9. Exception: somevar = new encodeURIComponent(). :: Function is not a constructor
  10. No Exception: somevar = new Object()
  11. No Exception: somevar = new Function()
  12. No Exception: somevar = new Array()
  13. No Exception: somevar = new String()
  14. No Exception: somevar = new Boolean()
  15. No Exception: somevar = new Number()
  16. No Exception: somevar = new Date()
  17. No Exception: somevar = new RegExp()
  18. No Exception: somevar = new Error()
  19. No Exception: somevar = new EvalError()
  20. No Exception: somevar = new RangeError()
  21. No Exception: somevar = new ReferenceError()
  22. No Exception: somevar = new SyntaxError()
  23. No Exception: somevar = new TypeError()
  24. No Exception: somevar = new URIError()
  25. Exception: somevar = new Object.prototype.toString(). :: Function is not a constructor
  26. Exception: somevar = new Object.prototype.toLocaleString(). :: Function is not a constructor
  27. Exception: somevar = new Object.prototype.valueOf(). :: Function is not a constructor
  28. Exception: somevar = new Object.prototype.hasOwnProperty(). :: Function is not a constructor
  29. Exception: somevar = new Object.prototype.isPrototypeOf(). :: Function is not a constructor
  30. Exception: somevar = new Object.prototype.propertyIsEnumerable(). :: Function is not a constructor
  31. No Exception: somevar = new Function.prototype.constructor()
  32. Exception: somevar = new Function.prototype.toString(). :: Function is not a constructor
  33. Exception: somevar = new Function.prototype.apply(). :: Function is not a constructor
  34. Exception: somevar = new Function.prototype.call(). :: Function is not a constructor
  35. No Exception: somevar = new Array.prototype.constructor()
  36. Exception: somevar = new Array.prototype.toString(). :: Function is not a constructor
  37. Exception: somevar = new Array.prototype.toLocaleString(). :: Function is not a constructor
  38. Exception: somevar = new Array.prototype.concat(). :: Function is not a constructor
  39. Exception: somevar = new Array.prototype.join(). :: Function is not a constructor
  40. Exception: somevar = new Array.prototype.pop(). :: Function is not a constructor
  41. Exception: somevar = new Array.prototype.push(). :: Function is not a constructor
  42. Exception: somevar = new Array.prototype.reverse(). :: Function is not a constructor
  43. Exception: somevar = new Array.prototype.shift(). :: Function is not a constructor
  44. Exception: somevar = new Array.prototype.slice(). :: Function is not a constructor
  45. Exception: somevar = new Array.prototype.sort(). :: Function is not a constructor
  46. Exception: somevar = new Array.prototype.splice(). :: Function is not a constructor
  47. Exception: somevar = new Array.prototype.unshift(). :: Function is not a constructor
  48. No Exception: somevar = new String.prototype.constructor()
  49. Exception: somevar = new String.prototype.toString(). :: Function is not a constructor
  50. Exception: somevar = new String.prototype.valueOf(). :: Function is not a constructor
  51. Exception: somevar = new String.prototype.charAt(). :: Function is not a constructor
  52. Exception: somevar = new String.prototype.charCodeAt(). :: Function is not a constructor
  53. Exception: somevar = new String.prototype.concat(). :: Function is not a constructor
  54. Exception: somevar = new String.prototype.indexOf(). :: Function is not a constructor
  55. Exception: somevar = new String.prototype.lastIndexOf(). :: Function is not a constructor
  56. Exception: somevar = new String.prototype.localeCompare(). :: Function is not a constructor
  57. Exception: somevar = new String.prototype.match(). :: Function is not a constructor
  58. Exception: somevar = new String.prototype.replace(). :: Function is not a constructor
  59. Exception: somevar = new String.prototype.search(). :: Function is not a constructor
  60. Exception: somevar = new String.prototype.slice(). :: Function is not a constructor
  61. Exception: somevar = new String.prototype.split(). :: Function is not a constructor
  62. Exception: somevar = new String.prototype.substring(). :: Function is not a constructor
  63. Exception: somevar = new String.prototype.toLowerCase(). :: Function is not a constructor
  64. Exception: somevar = new String.prototype.toLocaleLowerCase(). :: Function is not a constructor
  65. Exception: somevar = new String.prototype.toUpperCase(). :: Function is not a constructor
  66. Exception: somevar = new String.prototype.toLocaleUpperCase(). :: Function is not a constructor
  67. Exception: somevar = new String.prototype.anchor(). :: Function is not a constructor
  68. Exception: somevar = new String.prototype.big(). :: Function is not a constructor
  69. Exception: somevar = new String.prototype.blink(). :: Function is not a constructor
  70. Exception: somevar = new String.prototype.bold(). :: Function is not a constructor
  71. Exception: somevar = new String.prototype.fixed(). :: Function is not a constructor
  72. Exception: somevar = new String.prototype.fontcolor(). :: Function is not a constructor
  73. Exception: somevar = new String.prototype.fontsize(). :: Function is not a constructor
  74. Exception: somevar = new String.prototype.italics(). :: Function is not a constructor
  75. Exception: somevar = new String.prototype.link(). :: Function is not a constructor
  76. Exception: somevar = new String.prototype.small(). :: Function is not a constructor
  77. Exception: somevar = new String.prototype.strike(). :: Function is not a constructor
  78. Exception: somevar = new String.prototype.sub(). :: Function is not a constructor
  79. Exception: somevar = new String.prototype.sup(). :: Function is not a constructor
  80. Exception: somevar = new String.prototype.substr(). :: Function is not a constructor
  81. Exception: somevar = new String.fromCharCode(). :: Function is not a constructor
  82. No Exception: somevar = new Boolean.prototype.constructor()
  83. Exception: somevar = new Boolean.prototype.toString(). :: Function is not a constructor
  84. Exception: somevar = new Boolean.prototype.valueOf(). :: Function is not a constructor
  85. No Exception: somevar = new Number.prototype.constructor()
  86. Exception: somevar = new Number.prototype.toString(). :: Function is not a constructor
  87. Exception: somevar = new Number.prototype.toLocaleString(). :: Function is not a constructor
  88. Exception: somevar = new Number.prototype.valueOf(). :: Function is not a constructor
  89. Exception: somevar = new Number.prototype.toFixed(). :: Function is not a constructor
  90. Exception: somevar = new Number.prototype.toExponential(). :: Function is not a constructor
  91. Exception: somevar = new Number.prototype.toPrecision(). :: Function is not a constructor
  92. Exception: somevar = new Math.abs(). :: Function is not a constructor
  93. Exception: somevar = new Math.acos(). :: Function is not a constructor
  94. Exception: somevar = new Math.asin(). :: Function is not a constructor
  95. Exception: somevar = new Math.atan(). :: Function is not a constructor
  96. Exception: somevar = new Math.atan2(). :: Function is not a constructor
  97. Exception: somevar = new Math.ceil(). :: Function is not a constructor
  98. Exception: somevar = new Math.cos(). :: Function is not a constructor
  99. Exception: somevar = new Math.exp(). :: Function is not a constructor
  100. Exception: somevar = new Math.floor(). :: Function is not a constructor
  101. Exception: somevar = new Math.log(). :: Function is not a constructor
  102. Exception: somevar = new Math.max(). :: Function is not a constructor
  103. Exception: somevar = new Math.min(). :: Function is not a constructor
  104. Exception: somevar = new Math.pow(). :: Function is not a constructor
  105. Exception: somevar = new Math.random(). :: Function is not a constructor
  106. Exception: somevar = new Math.round(). :: Function is not a constructor
  107. Exception: somevar = new Math.sin(). :: Function is not a constructor
  108. Exception: somevar = new Math.sqrt(). :: Function is not a constructor
  109. Exception: somevar = new Math.tan(). :: Function is not a constructor
  110. No Exception: somevar = new Date.prototype.constructor()
  111. Exception: somevar = new Date.prototype.toString(). :: Function is not a constructor
  112. Exception: somevar = new Date.prototype.toDateString(). :: Function is not a constructor
  113. Exception: somevar = new Date.prototype.toTimeString(). :: Function is not a constructor
  114. Exception: somevar = new Date.prototype.toLocaleString(). :: Function is not a constructor
  115. Exception: somevar = new Date.prototype.toLocaleDateString(). :: Function is not a constructor
  116. Exception: somevar = new Date.prototype.valueOf(). :: Function is not a constructor
  117. Exception: somevar = new Date.prototype.getTime(). :: Function is not a constructor
  118. Exception: somevar = new Date.prototype.getFullYear(). :: Function is not a constructor
  119. Exception: somevar = new Date.prototype.getUTCFullYear(). :: Function is not a constructor
  120. Exception: somevar = new Date.prototype.getMonth(). :: Function is not a constructor
  121. Exception: somevar = new Date.prototype.getUTCMonth(). :: Function is not a constructor
  122. Exception: somevar = new Date.prototype.getDate(). :: Function is not a constructor
  123. Exception: somevar = new Date.prototype.getUTCDate(). :: Function is not a constructor
  124. Exception: somevar = new Date.prototype.getDay(). :: Function is not a constructor
  125. Exception: somevar = new Date.prototype.getUTCDay(). :: Function is not a constructor
  126. Exception: somevar = new Date.prototype.getHours(). :: Function is not a constructor
  127. Exception: somevar = new Date.prototype.getUTCHours(). :: Function is not a constructor
  128. Exception: somevar = new Date.prototype.getMinutes(). :: Function is not a constructor
  129. Exception: somevar = new Date.prototype.getUTCMinutes(). :: Function is not a constructor
  130. Exception: somevar = new Date.prototype.getSeconds(). :: Function is not a constructor
  131. Exception: somevar = new Date.prototype.getUTCSeconds(). :: Function is not a constructor
  132. Exception: somevar = new Date.prototype.getMilliseconds(). :: Function is not a constructor
  133. Exception: somevar = new Date.prototype.getUTCMilliseconds(). :: Function is not a constructor
  134. Exception: somevar = new Date.prototype.getTimezoneOffset(). :: Function is not a constructor
  135. Exception: somevar = new Date.prototype.setTime(). :: Function is not a constructor
  136. Exception: somevar = new Date.prototype.setMilliseconds(). :: Function is not a constructor
  137. Exception: somevar = new Date.prototype.setUTCMilliseconds(). :: Function is not a constructor
  138. Exception: somevar = new Date.prototype.setSeconds(). :: Function is not a constructor
  139. Exception: somevar = new Date.prototype.setUTCSeconds(). :: Function is not a constructor
  140. Exception: somevar = new Date.prototype.setMinutes(). :: Function is not a constructor
  141. Exception: somevar = new Date.prototype.setUTCMinutes(). :: Function is not a constructor
  142. Exception: somevar = new Date.prototype.setHours(). :: Function is not a constructor
  143. Exception: somevar = new Date.prototype.setUTCHours(). :: Function is not a constructor
  144. Exception: somevar = new Date.prototype.setDate(). :: Function is not a constructor
  145. Exception: somevar = new Date.prototype.setUTCDate(). :: Function is not a constructor
  146. Exception: somevar = new Date.prototype.setMonth(). :: Function is not a constructor
  147. Exception: somevar = new Date.prototype.setUTCMonth(). :: Function is not a constructor
  148. Exception: somevar = new Date.prototype.setFullYear(). :: Function is not a constructor
  149. Exception: somevar = new Date.prototype.setUTCFullYear(). :: Function is not a constructor
  150. Exception: somevar = new Date.prototype.toUTCString(). :: Function is not a constructor
  151. Exception: somevar = new Date.prototype.toGMTString(). :: Function is not a constructor
  152. Exception: somevar = new Date.prototype.toLocaleTimeString(). :: Function is not a constructor
  153. Exception: somevar = new Date.prototype.toUTCString(). :: Function is not a constructor
  154. Exception: somevar = new Date.prototype.setYear(). :: Function is not a constructor
  155. Exception: somevar = new Date.prototype.getYear(). :: Function is not a constructor
  156. Exception: somevar = new Date.parse(). :: Function is not a constructor
  157. Exception: somevar = new Date.UTC(). :: Function is not a constructor
  158. No Exception: somevar = new RegExp.prototype.constructor()
  159. Exception: somevar = new RegExp.prototype.exec(). :: Function is not a constructor
  160. Exception: somevar = new RegExp.prototype.test(). :: Function is not a constructor
  161. Exception: somevar = new RegExp.prototype.toString(). :: Function is not a constructor
  162. No Exception: somevar = new Error.prototype.constructor()
  163. Exception: somevar = new Error.prototype.name(). :: Object doesn't support this action
  164. Exception: somevar = new Error.prototype.message(). :: Object doesn't support this action
  165. Exception: somevar = new Error.prototype.toString(). :: Function is not a constructor