LibLength.baseline 7.9 KB

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