therubyracer 0.4.8-x86-darwin-9 → 0.4.9-x86-darwin-9

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of therubyracer might be problematic. Click here for more details.

Files changed (580) hide show
  1. data/.gitignore +11 -0
  2. data/.gitmodules +3 -0
  3. data/History.txt +5 -1
  4. data/Rakefile +35 -38
  5. data/ext/v8/callbacks.cpp +1 -1
  6. data/ext/v8/convert_ruby.h +1 -1
  7. data/ext/v8/convert_string.h +3 -3
  8. data/ext/v8/extconf.rb +9 -17
  9. data/ext/v8/upstream/2.0.6/.gitignore +26 -0
  10. data/ext/v8/upstream/Makefile +31 -0
  11. data/ext/v8/upstream/no-strict-aliasing.patch +13 -0
  12. data/ext/v8/v8_str.cpp +1 -1
  13. data/ext/v8/v8_template.cpp +1 -1
  14. data/lib/v8.rb +1 -1
  15. data/lib/v8/v8.bundle +0 -0
  16. data/spec/ext/obj_spec.rb +1 -1
  17. data/spec/redjs/jsapi_spec.rb +11 -0
  18. data/therubyracer.gemspec +658 -12
  19. metadata +611 -1182
  20. data/Manifest.txt +0 -1191
  21. data/ext/v8/upstream/2.0.6/.sconsign.dblite +0 -0
  22. data/ext/v8/upstream/2.0.6/benchmarks/README.txt +0 -63
  23. data/ext/v8/upstream/2.0.6/benchmarks/base.js +0 -264
  24. data/ext/v8/upstream/2.0.6/benchmarks/crypto.js +0 -1698
  25. data/ext/v8/upstream/2.0.6/benchmarks/deltablue.js +0 -880
  26. data/ext/v8/upstream/2.0.6/benchmarks/earley-boyer.js +0 -4684
  27. data/ext/v8/upstream/2.0.6/benchmarks/raytrace.js +0 -935
  28. data/ext/v8/upstream/2.0.6/benchmarks/regexp.js +0 -1614
  29. data/ext/v8/upstream/2.0.6/benchmarks/revisions.html +0 -86
  30. data/ext/v8/upstream/2.0.6/benchmarks/richards.js +0 -539
  31. data/ext/v8/upstream/2.0.6/benchmarks/run.html +0 -141
  32. data/ext/v8/upstream/2.0.6/benchmarks/run.js +0 -61
  33. data/ext/v8/upstream/2.0.6/benchmarks/splay.js +0 -378
  34. data/ext/v8/upstream/2.0.6/benchmarks/style.css +0 -77
  35. data/ext/v8/upstream/2.0.6/benchmarks/v8-logo.png +0 -0
  36. data/ext/v8/upstream/2.0.6/samples/SConscript +0 -38
  37. data/ext/v8/upstream/2.0.6/samples/count-hosts.js +0 -42
  38. data/ext/v8/upstream/2.0.6/samples/process.cc +0 -622
  39. data/ext/v8/upstream/2.0.6/samples/shell.cc +0 -303
  40. data/ext/v8/upstream/2.0.6/test/cctest/SConscript +0 -95
  41. data/ext/v8/upstream/2.0.6/test/cctest/cctest.cc +0 -126
  42. data/ext/v8/upstream/2.0.6/test/cctest/cctest.h +0 -211
  43. data/ext/v8/upstream/2.0.6/test/cctest/cctest.status +0 -54
  44. data/ext/v8/upstream/2.0.6/test/cctest/test-accessors.cc +0 -450
  45. data/ext/v8/upstream/2.0.6/test/cctest/test-alloc.cc +0 -215
  46. data/ext/v8/upstream/2.0.6/test/cctest/test-api.cc +0 -8699
  47. data/ext/v8/upstream/2.0.6/test/cctest/test-assembler-arm.cc +0 -227
  48. data/ext/v8/upstream/2.0.6/test/cctest/test-assembler-ia32.cc +0 -395
  49. data/ext/v8/upstream/2.0.6/test/cctest/test-assembler-x64.cc +0 -292
  50. data/ext/v8/upstream/2.0.6/test/cctest/test-ast.cc +0 -97
  51. data/ext/v8/upstream/2.0.6/test/cctest/test-compiler.cc +0 -318
  52. data/ext/v8/upstream/2.0.6/test/cctest/test-conversions.cc +0 -130
  53. data/ext/v8/upstream/2.0.6/test/cctest/test-debug.cc +0 -5788
  54. data/ext/v8/upstream/2.0.6/test/cctest/test-decls.cc +0 -593
  55. data/ext/v8/upstream/2.0.6/test/cctest/test-disasm-arm.cc +0 -281
  56. data/ext/v8/upstream/2.0.6/test/cctest/test-disasm-ia32.cc +0 -418
  57. data/ext/v8/upstream/2.0.6/test/cctest/test-flags.cc +0 -234
  58. data/ext/v8/upstream/2.0.6/test/cctest/test-func-name-inference.cc +0 -267
  59. data/ext/v8/upstream/2.0.6/test/cctest/test-hashmap.cc +0 -176
  60. data/ext/v8/upstream/2.0.6/test/cctest/test-heap-profiler.cc +0 -396
  61. data/ext/v8/upstream/2.0.6/test/cctest/test-heap.cc +0 -796
  62. data/ext/v8/upstream/2.0.6/test/cctest/test-list.cc +0 -101
  63. data/ext/v8/upstream/2.0.6/test/cctest/test-lock.cc +0 -63
  64. data/ext/v8/upstream/2.0.6/test/cctest/test-log-stack-tracer.cc +0 -372
  65. data/ext/v8/upstream/2.0.6/test/cctest/test-log-utils.cc +0 -310
  66. data/ext/v8/upstream/2.0.6/test/cctest/test-log.cc +0 -1081
  67. data/ext/v8/upstream/2.0.6/test/cctest/test-macro-assembler-x64.cc +0 -2104
  68. data/ext/v8/upstream/2.0.6/test/cctest/test-mark-compact.cc +0 -341
  69. data/ext/v8/upstream/2.0.6/test/cctest/test-parsing.cc +0 -129
  70. data/ext/v8/upstream/2.0.6/test/cctest/test-platform-linux.cc +0 -80
  71. data/ext/v8/upstream/2.0.6/test/cctest/test-platform-macos.cc +0 -10
  72. data/ext/v8/upstream/2.0.6/test/cctest/test-platform-nullos.cc +0 -80
  73. data/ext/v8/upstream/2.0.6/test/cctest/test-platform-win32.cc +0 -26
  74. data/ext/v8/upstream/2.0.6/test/cctest/test-regexp.cc +0 -1815
  75. data/ext/v8/upstream/2.0.6/test/cctest/test-serialize.cc +0 -438
  76. data/ext/v8/upstream/2.0.6/test/cctest/test-sockets.cc +0 -162
  77. data/ext/v8/upstream/2.0.6/test/cctest/test-spaces.cc +0 -248
  78. data/ext/v8/upstream/2.0.6/test/cctest/test-strings.cc +0 -432
  79. data/ext/v8/upstream/2.0.6/test/cctest/test-thread-termination.cc +0 -290
  80. data/ext/v8/upstream/2.0.6/test/cctest/test-threads.cc +0 -52
  81. data/ext/v8/upstream/2.0.6/test/cctest/test-utils.cc +0 -186
  82. data/ext/v8/upstream/2.0.6/test/cctest/test-version.cc +0 -89
  83. data/ext/v8/upstream/2.0.6/test/cctest/testcfg.py +0 -108
  84. data/ext/v8/upstream/2.0.6/test/es5conform/README +0 -14
  85. data/ext/v8/upstream/2.0.6/test/es5conform/es5conform.status +0 -226
  86. data/ext/v8/upstream/2.0.6/test/es5conform/harness-adapt.js +0 -74
  87. data/ext/v8/upstream/2.0.6/test/es5conform/testcfg.py +0 -108
  88. data/ext/v8/upstream/2.0.6/test/message/message.status +0 -31
  89. data/ext/v8/upstream/2.0.6/test/message/overwritten-builtins.js +0 -31
  90. data/ext/v8/upstream/2.0.6/test/message/overwritten-builtins.out +0 -30
  91. data/ext/v8/upstream/2.0.6/test/message/regress/regress-73.js +0 -33
  92. data/ext/v8/upstream/2.0.6/test/message/regress/regress-73.out +0 -30
  93. data/ext/v8/upstream/2.0.6/test/message/regress/regress-75.js +0 -32
  94. data/ext/v8/upstream/2.0.6/test/message/regress/regress-75.out +0 -30
  95. data/ext/v8/upstream/2.0.6/test/message/simple-throw.js +0 -28
  96. data/ext/v8/upstream/2.0.6/test/message/simple-throw.out +0 -30
  97. data/ext/v8/upstream/2.0.6/test/message/testcfg.py +0 -135
  98. data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-no-message.js +0 -51
  99. data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-no-message.out +0 -26
  100. data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-return-in-finally.js +0 -39
  101. data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-return-in-finally.out +0 -28
  102. data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-throw-in-catch-and-finally.js +0 -34
  103. data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-throw-in-catch-and-finally.out +0 -30
  104. data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-throw-in-catch.js +0 -34
  105. data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-throw-in-catch.out +0 -30
  106. data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-throw-in-finally.js +0 -34
  107. data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-throw-in-finally.out +0 -30
  108. data/ext/v8/upstream/2.0.6/test/message/try-finally-return-in-finally.js +0 -37
  109. data/ext/v8/upstream/2.0.6/test/message/try-finally-return-in-finally.out +0 -28
  110. data/ext/v8/upstream/2.0.6/test/message/try-finally-throw-in-finally.js +0 -32
  111. data/ext/v8/upstream/2.0.6/test/message/try-finally-throw-in-finally.out +0 -30
  112. data/ext/v8/upstream/2.0.6/test/message/try-finally-throw-in-try-and-finally.js +0 -32
  113. data/ext/v8/upstream/2.0.6/test/message/try-finally-throw-in-try-and-finally.out +0 -30
  114. data/ext/v8/upstream/2.0.6/test/message/try-finally-throw-in-try.js +0 -32
  115. data/ext/v8/upstream/2.0.6/test/message/try-finally-throw-in-try.out +0 -30
  116. data/ext/v8/upstream/2.0.6/test/mjsunit/api-call-after-bypassed-exception.js +0 -39
  117. data/ext/v8/upstream/2.0.6/test/mjsunit/apply.js +0 -196
  118. data/ext/v8/upstream/2.0.6/test/mjsunit/arguments-apply.js +0 -134
  119. data/ext/v8/upstream/2.0.6/test/mjsunit/arguments-call-apply.js +0 -41
  120. data/ext/v8/upstream/2.0.6/test/mjsunit/arguments-enum.js +0 -52
  121. data/ext/v8/upstream/2.0.6/test/mjsunit/arguments-indirect.js +0 -47
  122. data/ext/v8/upstream/2.0.6/test/mjsunit/arguments-lazy.js +0 -47
  123. data/ext/v8/upstream/2.0.6/test/mjsunit/arguments-opt.js +0 -130
  124. data/ext/v8/upstream/2.0.6/test/mjsunit/arguments-read-and-assignment.js +0 -164
  125. data/ext/v8/upstream/2.0.6/test/mjsunit/arguments.js +0 -97
  126. data/ext/v8/upstream/2.0.6/test/mjsunit/array-concat.js +0 -120
  127. data/ext/v8/upstream/2.0.6/test/mjsunit/array-constructor.js +0 -119
  128. data/ext/v8/upstream/2.0.6/test/mjsunit/array-functions-prototype.js +0 -159
  129. data/ext/v8/upstream/2.0.6/test/mjsunit/array-indexing.js +0 -66
  130. data/ext/v8/upstream/2.0.6/test/mjsunit/array-iteration.js +0 -228
  131. data/ext/v8/upstream/2.0.6/test/mjsunit/array-join.js +0 -45
  132. data/ext/v8/upstream/2.0.6/test/mjsunit/array-length-number-conversion.js +0 -53
  133. data/ext/v8/upstream/2.0.6/test/mjsunit/array-length.js +0 -111
  134. data/ext/v8/upstream/2.0.6/test/mjsunit/array-reduce.js +0 -514
  135. data/ext/v8/upstream/2.0.6/test/mjsunit/array-sort.js +0 -362
  136. data/ext/v8/upstream/2.0.6/test/mjsunit/array-splice.js +0 -314
  137. data/ext/v8/upstream/2.0.6/test/mjsunit/ascii-regexp-subject.js +0 -49
  138. data/ext/v8/upstream/2.0.6/test/mjsunit/big-array-literal.js +0 -111
  139. data/ext/v8/upstream/2.0.6/test/mjsunit/big-object-literal.js +0 -114
  140. data/ext/v8/upstream/2.0.6/test/mjsunit/binary-operation-overwrite.js +0 -36
  141. data/ext/v8/upstream/2.0.6/test/mjsunit/bit-not.js +0 -75
  142. data/ext/v8/upstream/2.0.6/test/mjsunit/bitwise-operations-undefined.js +0 -49
  143. data/ext/v8/upstream/2.0.6/test/mjsunit/body-not-visible.js +0 -39
  144. data/ext/v8/upstream/2.0.6/test/mjsunit/bugs/bug-1344252.js +0 -79
  145. data/ext/v8/upstream/2.0.6/test/mjsunit/bugs/bug-222.js +0 -42
  146. data/ext/v8/upstream/2.0.6/test/mjsunit/bugs/bug-223.js +0 -39
  147. data/ext/v8/upstream/2.0.6/test/mjsunit/bugs/bug-900066.js +0 -38
  148. data/ext/v8/upstream/2.0.6/test/mjsunit/bugs/bug-941049.js +0 -100
  149. data/ext/v8/upstream/2.0.6/test/mjsunit/call-non-function-call.js +0 -38
  150. data/ext/v8/upstream/2.0.6/test/mjsunit/call-non-function.js +0 -63
  151. data/ext/v8/upstream/2.0.6/test/mjsunit/call.js +0 -87
  152. data/ext/v8/upstream/2.0.6/test/mjsunit/char-escape.js +0 -53
  153. data/ext/v8/upstream/2.0.6/test/mjsunit/class-of-builtins.js +0 -50
  154. data/ext/v8/upstream/2.0.6/test/mjsunit/closure.js +0 -37
  155. data/ext/v8/upstream/2.0.6/test/mjsunit/codegen-coverage.js +0 -91
  156. data/ext/v8/upstream/2.0.6/test/mjsunit/compare-character.js +0 -50
  157. data/ext/v8/upstream/2.0.6/test/mjsunit/compare-nan.js +0 -66
  158. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/countoperation.js +0 -111
  159. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/function-call.js +0 -52
  160. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/globals.js +0 -65
  161. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/jsnatives.js +0 -33
  162. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/literals-assignment.js +0 -104
  163. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/literals.js +0 -52
  164. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/loops.js +0 -35
  165. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/objectliterals.js +0 -57
  166. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/property-simple.js +0 -39
  167. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/short-circuit.js +0 -102
  168. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/thisfunction.js +0 -35
  169. data/ext/v8/upstream/2.0.6/test/mjsunit/const-declaration.js +0 -172
  170. data/ext/v8/upstream/2.0.6/test/mjsunit/const-eval-init.js +0 -111
  171. data/ext/v8/upstream/2.0.6/test/mjsunit/const-redecl.js +0 -220
  172. data/ext/v8/upstream/2.0.6/test/mjsunit/const.js +0 -70
  173. data/ext/v8/upstream/2.0.6/test/mjsunit/constant-folding.js +0 -232
  174. data/ext/v8/upstream/2.0.6/test/mjsunit/context-variable-assignments.js +0 -37
  175. data/ext/v8/upstream/2.0.6/test/mjsunit/cyclic-array-to-string.js +0 -65
  176. data/ext/v8/upstream/2.0.6/test/mjsunit/cyrillic.js +0 -199
  177. data/ext/v8/upstream/2.0.6/test/mjsunit/d8-os.js +0 -180
  178. data/ext/v8/upstream/2.0.6/test/mjsunit/date-parse.js +0 -268
  179. data/ext/v8/upstream/2.0.6/test/mjsunit/date.js +0 -149
  180. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-backtrace-text.js +0 -122
  181. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-backtrace.js +0 -272
  182. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-breakpoints.js +0 -120
  183. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-changebreakpoint.js +0 -108
  184. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-clearbreakpoint.js +0 -101
  185. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-clearbreakpointgroup.js +0 -117
  186. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-compile-event.js +0 -126
  187. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-conditional-breakpoints.js +0 -171
  188. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-constructed-by.js +0 -60
  189. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-constructor.js +0 -78
  190. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-continue.js +0 -114
  191. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-enable-disable-breakpoints.js +0 -90
  192. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-evaluate-arguments.js +0 -93
  193. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-evaluate-bool-constructor.js +0 -80
  194. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-evaluate-locals.js +0 -132
  195. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-evaluate-recursive.js +0 -167
  196. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-evaluate-with.js +0 -77
  197. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-evaluate.js +0 -118
  198. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-event-listener.js +0 -73
  199. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-handle.js +0 -252
  200. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-ignore-breakpoints.js +0 -89
  201. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-mirror-cache.js +0 -85
  202. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-multiple-breakpoints.js +0 -105
  203. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-referenced-by.js +0 -112
  204. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-references.js +0 -118
  205. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-scopes.js +0 -761
  206. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-script-breakpoints.js +0 -112
  207. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-script.js +0 -92
  208. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-scripts-request.js +0 -108
  209. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-setbreakpoint.js +0 -165
  210. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-sourceinfo.js +0 -352
  211. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-sourceslice.js +0 -74
  212. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-step-stub-callfunction.js +0 -87
  213. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-step.js +0 -82
  214. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-stepin-accessor.js +0 -248
  215. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-stepin-builtin.js +0 -78
  216. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-stepin-call-function-stub.js +0 -115
  217. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-stepin-constructor.js +0 -78
  218. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-stepin-function-call.js +0 -149
  219. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-stepnext-do-while.js +0 -79
  220. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-stepout-recursive-function.js +0 -106
  221. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-stepout-to-builtin.js +0 -84
  222. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-suspend.js +0 -96
  223. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-version.js +0 -90
  224. data/ext/v8/upstream/2.0.6/test/mjsunit/declare-locally.js +0 -43
  225. data/ext/v8/upstream/2.0.6/test/mjsunit/deep-recursion.js +0 -66
  226. data/ext/v8/upstream/2.0.6/test/mjsunit/delay-syntax-error.js +0 -41
  227. data/ext/v8/upstream/2.0.6/test/mjsunit/delete-global-properties.js +0 -37
  228. data/ext/v8/upstream/2.0.6/test/mjsunit/delete-in-eval.js +0 -32
  229. data/ext/v8/upstream/2.0.6/test/mjsunit/delete-in-with.js +0 -34
  230. data/ext/v8/upstream/2.0.6/test/mjsunit/delete-vars-from-eval.js +0 -40
  231. data/ext/v8/upstream/2.0.6/test/mjsunit/delete.js +0 -163
  232. data/ext/v8/upstream/2.0.6/test/mjsunit/div-mod.js +0 -157
  233. data/ext/v8/upstream/2.0.6/test/mjsunit/do-not-strip-fc.js +0 -31
  234. data/ext/v8/upstream/2.0.6/test/mjsunit/dont-enum-array-holes.js +0 -35
  235. data/ext/v8/upstream/2.0.6/test/mjsunit/dont-reinit-global-var.js +0 -47
  236. data/ext/v8/upstream/2.0.6/test/mjsunit/double-equals.js +0 -114
  237. data/ext/v8/upstream/2.0.6/test/mjsunit/dtoa.js +0 -32
  238. data/ext/v8/upstream/2.0.6/test/mjsunit/enumeration-order.js +0 -109
  239. data/ext/v8/upstream/2.0.6/test/mjsunit/error-constructors.js +0 -32
  240. data/ext/v8/upstream/2.0.6/test/mjsunit/escape.js +0 -118
  241. data/ext/v8/upstream/2.0.6/test/mjsunit/eval-enclosing-function-name.js +0 -76
  242. data/ext/v8/upstream/2.0.6/test/mjsunit/eval-typeof-non-existing.js +0 -35
  243. data/ext/v8/upstream/2.0.6/test/mjsunit/eval.js +0 -157
  244. data/ext/v8/upstream/2.0.6/test/mjsunit/execScript-case-insensitive.js +0 -34
  245. data/ext/v8/upstream/2.0.6/test/mjsunit/extra-arguments.js +0 -54
  246. data/ext/v8/upstream/2.0.6/test/mjsunit/extra-commas.js +0 -46
  247. data/ext/v8/upstream/2.0.6/test/mjsunit/for-in-null-or-undefined.js +0 -33
  248. data/ext/v8/upstream/2.0.6/test/mjsunit/for-in-special-cases.js +0 -64
  249. data/ext/v8/upstream/2.0.6/test/mjsunit/for-in.js +0 -86
  250. data/ext/v8/upstream/2.0.6/test/mjsunit/fun-as-prototype.js +0 -36
  251. data/ext/v8/upstream/2.0.6/test/mjsunit/fun-name.js +0 -34
  252. data/ext/v8/upstream/2.0.6/test/mjsunit/function-arguments-null.js +0 -30
  253. data/ext/v8/upstream/2.0.6/test/mjsunit/function-caller.js +0 -48
  254. data/ext/v8/upstream/2.0.6/test/mjsunit/function-names.js +0 -133
  255. data/ext/v8/upstream/2.0.6/test/mjsunit/function-property.js +0 -29
  256. data/ext/v8/upstream/2.0.6/test/mjsunit/function-prototype.js +0 -98
  257. data/ext/v8/upstream/2.0.6/test/mjsunit/function-source.js +0 -49
  258. data/ext/v8/upstream/2.0.6/test/mjsunit/function.js +0 -83
  259. data/ext/v8/upstream/2.0.6/test/mjsunit/fuzz-accessors.js +0 -85
  260. data/ext/v8/upstream/2.0.6/test/mjsunit/fuzz-natives.js +0 -159
  261. data/ext/v8/upstream/2.0.6/test/mjsunit/get-own-property-descriptor.js +0 -51
  262. data/ext/v8/upstream/2.0.6/test/mjsunit/get-prototype-of.js +0 -68
  263. data/ext/v8/upstream/2.0.6/test/mjsunit/getter-in-prototype.js +0 -50
  264. data/ext/v8/upstream/2.0.6/test/mjsunit/getter-in-value-prototype.js +0 -35
  265. data/ext/v8/upstream/2.0.6/test/mjsunit/global-const-var-conflicts.js +0 -57
  266. data/ext/v8/upstream/2.0.6/test/mjsunit/global-deleted-property-ic.js +0 -45
  267. data/ext/v8/upstream/2.0.6/test/mjsunit/global-deleted-property-keyed.js +0 -38
  268. data/ext/v8/upstream/2.0.6/test/mjsunit/global-ic.js +0 -48
  269. data/ext/v8/upstream/2.0.6/test/mjsunit/global-load-from-eval-in-with.js +0 -59
  270. data/ext/v8/upstream/2.0.6/test/mjsunit/global-load-from-eval.js +0 -85
  271. data/ext/v8/upstream/2.0.6/test/mjsunit/global-load-from-nested-eval.js +0 -66
  272. data/ext/v8/upstream/2.0.6/test/mjsunit/global-vars-eval.js +0 -34
  273. data/ext/v8/upstream/2.0.6/test/mjsunit/global-vars-with.js +0 -43
  274. data/ext/v8/upstream/2.0.6/test/mjsunit/greedy.js +0 -60
  275. data/ext/v8/upstream/2.0.6/test/mjsunit/has-own-property.js +0 -38
  276. data/ext/v8/upstream/2.0.6/test/mjsunit/html-comments.js +0 -57
  277. data/ext/v8/upstream/2.0.6/test/mjsunit/html-string-funcs.js +0 -47
  278. data/ext/v8/upstream/2.0.6/test/mjsunit/if-in-undefined.js +0 -36
  279. data/ext/v8/upstream/2.0.6/test/mjsunit/in.js +0 -159
  280. data/ext/v8/upstream/2.0.6/test/mjsunit/indexed-accessors.js +0 -120
  281. data/ext/v8/upstream/2.0.6/test/mjsunit/instanceof.js +0 -93
  282. data/ext/v8/upstream/2.0.6/test/mjsunit/integer-to-string.js +0 -35
  283. data/ext/v8/upstream/2.0.6/test/mjsunit/invalid-lhs.js +0 -65
  284. data/ext/v8/upstream/2.0.6/test/mjsunit/invalid-source-element.js +0 -31
  285. data/ext/v8/upstream/2.0.6/test/mjsunit/json.js +0 -207
  286. data/ext/v8/upstream/2.0.6/test/mjsunit/keyed-ic.js +0 -236
  287. data/ext/v8/upstream/2.0.6/test/mjsunit/keyed-storage-extend.js +0 -55
  288. data/ext/v8/upstream/2.0.6/test/mjsunit/large-object-allocation.js +0 -300
  289. data/ext/v8/upstream/2.0.6/test/mjsunit/large-object-literal.js +0 -56
  290. data/ext/v8/upstream/2.0.6/test/mjsunit/lazy-load.js +0 -34
  291. data/ext/v8/upstream/2.0.6/test/mjsunit/leakcheck.js +0 -53
  292. data/ext/v8/upstream/2.0.6/test/mjsunit/length.js +0 -78
  293. data/ext/v8/upstream/2.0.6/test/mjsunit/local-load-from-eval.js +0 -39
  294. data/ext/v8/upstream/2.0.6/test/mjsunit/math-min-max.js +0 -105
  295. data/ext/v8/upstream/2.0.6/test/mjsunit/megamorphic-callbacks.js +0 -70
  296. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-array.js +0 -138
  297. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-boolean.js +0 -59
  298. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-date.js +0 -77
  299. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-error.js +0 -94
  300. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-function.js +0 -90
  301. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-null.js +0 -50
  302. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-number.js +0 -77
  303. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-object.js +0 -227
  304. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-regexp.js +0 -110
  305. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-script.js +0 -100
  306. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-string.js +0 -89
  307. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-undefined.js +0 -50
  308. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-unresolved-function.js +0 -81
  309. data/ext/v8/upstream/2.0.6/test/mjsunit/mjsunit.js +0 -203
  310. data/ext/v8/upstream/2.0.6/test/mjsunit/mjsunit.status +0 -66
  311. data/ext/v8/upstream/2.0.6/test/mjsunit/mul-exhaustive.js +0 -4511
  312. data/ext/v8/upstream/2.0.6/test/mjsunit/multiple-return.js +0 -62
  313. data/ext/v8/upstream/2.0.6/test/mjsunit/negate-zero.js +0 -42
  314. data/ext/v8/upstream/2.0.6/test/mjsunit/negate.js +0 -59
  315. data/ext/v8/upstream/2.0.6/test/mjsunit/new.js +0 -56
  316. data/ext/v8/upstream/2.0.6/test/mjsunit/newline-in-string.js +0 -46
  317. data/ext/v8/upstream/2.0.6/test/mjsunit/no-branch-elimination.js +0 -36
  318. data/ext/v8/upstream/2.0.6/test/mjsunit/no-octal-constants-above-256.js +0 -32
  319. data/ext/v8/upstream/2.0.6/test/mjsunit/no-semicolon.js +0 -45
  320. data/ext/v8/upstream/2.0.6/test/mjsunit/non-ascii-replace.js +0 -30
  321. data/ext/v8/upstream/2.0.6/test/mjsunit/nul-characters.js +0 -38
  322. data/ext/v8/upstream/2.0.6/test/mjsunit/number-limits.js +0 -47
  323. data/ext/v8/upstream/2.0.6/test/mjsunit/number-string-index-call.js +0 -32
  324. data/ext/v8/upstream/2.0.6/test/mjsunit/number-tostring-small.js +0 -395
  325. data/ext/v8/upstream/2.0.6/test/mjsunit/number-tostring.js +0 -338
  326. data/ext/v8/upstream/2.0.6/test/mjsunit/obj-construct.js +0 -46
  327. data/ext/v8/upstream/2.0.6/test/mjsunit/object-create.js +0 -250
  328. data/ext/v8/upstream/2.0.6/test/mjsunit/object-literal-gc.js +0 -66
  329. data/ext/v8/upstream/2.0.6/test/mjsunit/object-literal.js +0 -105
  330. data/ext/v8/upstream/2.0.6/test/mjsunit/override-read-only-property.js +0 -64
  331. data/ext/v8/upstream/2.0.6/test/mjsunit/parse-int-float.js +0 -85
  332. data/ext/v8/upstream/2.0.6/test/mjsunit/property-load-across-eval.js +0 -85
  333. data/ext/v8/upstream/2.0.6/test/mjsunit/property-object-key.js +0 -36
  334. data/ext/v8/upstream/2.0.6/test/mjsunit/proto.js +0 -33
  335. data/ext/v8/upstream/2.0.6/test/mjsunit/prototype.js +0 -93
  336. data/ext/v8/upstream/2.0.6/test/mjsunit/receiver-in-with-calls.js +0 -47
  337. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-UC16.js +0 -47
  338. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-call-as-function.js +0 -36
  339. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-capture.js +0 -57
  340. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-captures.js +0 -31
  341. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-indexof.js +0 -77
  342. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-lookahead.js +0 -166
  343. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-loop-capture.js +0 -29
  344. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-multiline-stack-trace.js +0 -116
  345. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-multiline.js +0 -112
  346. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-standalones.js +0 -78
  347. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-static.js +0 -167
  348. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-string-methods.js +0 -51
  349. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp.js +0 -390
  350. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1030466.js +0 -45
  351. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1036894.js +0 -38
  352. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1039610.js +0 -29
  353. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1050043.js +0 -51
  354. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1062422.js +0 -30
  355. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1066899.js +0 -37
  356. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1081309.js +0 -110
  357. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1102760.js +0 -35
  358. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1110164.js +0 -46
  359. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1112051.js +0 -33
  360. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1114040.js +0 -58
  361. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1134697.js +0 -31
  362. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-114.js +0 -43
  363. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-116.js +0 -40
  364. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1170187.js +0 -80
  365. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1173979.js +0 -48
  366. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1175390.js +0 -30
  367. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1177518.js +0 -39
  368. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1177809.js +0 -31
  369. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1178598.js +0 -90
  370. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1182832.js +0 -38
  371. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1187524.js +0 -34
  372. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1199401.js +0 -75
  373. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1199637.js +0 -78
  374. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1200351.js +0 -2032
  375. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1201933.js +0 -40
  376. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1203459.js +0 -29
  377. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1207276.js +0 -36
  378. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1213516.js +0 -40
  379. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1213575.js +0 -41
  380. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1215653.js +0 -365
  381. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-124.js +0 -57
  382. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1254366.js +0 -38
  383. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1327557.js +0 -36
  384. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1341167.js +0 -33
  385. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1346700.js +0 -29
  386. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-137.js +0 -46
  387. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1439135.js +0 -40
  388. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-149.js +0 -28
  389. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1493017.js +0 -52
  390. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-155924.js +0 -46
  391. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-171.js +0 -41
  392. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-176.js +0 -50
  393. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-186.js +0 -72
  394. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-187.js +0 -30
  395. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-189.js +0 -36
  396. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-191.js +0 -42
  397. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1919169.js +0 -40
  398. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-192.js +0 -38
  399. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-193.js +0 -44
  400. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-20070207.js +0 -42
  401. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-201.js +0 -37
  402. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-219.js +0 -176
  403. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-220.js +0 -31
  404. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-221.js +0 -34
  405. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-2249423.js +0 -40
  406. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-225.js +0 -32
  407. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-227.js +0 -33
  408. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-231.js +0 -92
  409. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-233.js +0 -39
  410. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-244.js +0 -67
  411. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-246.js +0 -31
  412. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-253.js +0 -31
  413. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-254.js +0 -58
  414. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-259.js +0 -33
  415. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-260.js +0 -33
  416. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-263.js +0 -38
  417. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-265.js +0 -64
  418. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-267.js +0 -35
  419. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-269.js +0 -49
  420. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-279.js +0 -62
  421. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-284.js +0 -50
  422. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-286.js +0 -36
  423. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-294.js +0 -43
  424. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-312.js +0 -31
  425. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-317.js +0 -31
  426. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-318.js +0 -35
  427. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-326.js +0 -40
  428. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-334.js +0 -90
  429. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-341.js +0 -36
  430. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-345.js +0 -51
  431. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-349.js +0 -32
  432. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-35.js +0 -33
  433. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-351.js +0 -31
  434. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-386.js +0 -47
  435. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-392.js +0 -34
  436. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-394.js +0 -47
  437. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-396.js +0 -39
  438. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-397.js +0 -34
  439. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-399.js +0 -32
  440. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-406.js +0 -69
  441. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-416.js +0 -38
  442. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-475.js +0 -28
  443. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-483.js +0 -35
  444. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-485.js +0 -64
  445. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-486.js +0 -30
  446. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-490.js +0 -48
  447. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-491.js +0 -47
  448. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-492.js +0 -52
  449. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-496.js +0 -39
  450. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-502.js +0 -38
  451. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-503.js +0 -63
  452. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-515.js +0 -40
  453. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-524.js +0 -32
  454. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-526.js +0 -32
  455. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-540.js +0 -47
  456. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-545.js +0 -47
  457. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-57.js +0 -32
  458. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-580.js +0 -55
  459. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-588599.js +0 -31
  460. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-6-9-regexp.js +0 -30
  461. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-662254.js +0 -40
  462. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-666721.js +0 -53
  463. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-667061.js +0 -90
  464. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-670147.js +0 -34
  465. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-674753.js +0 -87
  466. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-676025.js +0 -31
  467. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-678525.js +0 -59
  468. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-682649.js +0 -30
  469. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-69.js +0 -43
  470. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-734862.js +0 -37
  471. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-737588.js +0 -34
  472. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-74.js +0 -41
  473. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-780423.js +0 -39
  474. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-799761.js +0 -92
  475. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-806473.js +0 -60
  476. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-842017.js +0 -60
  477. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-86.js +0 -46
  478. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-87.js +0 -58
  479. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-874178.js +0 -32
  480. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-875031.js +0 -37
  481. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-877615.js +0 -37
  482. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-892742.js +0 -50
  483. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-900055.js +0 -42
  484. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-900966.js +0 -38
  485. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-91.js +0 -38
  486. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-925537.js +0 -42
  487. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-937896.js +0 -50
  488. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-990205.js +0 -35
  489. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-992733.js +0 -35
  490. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-996542.js +0 -40
  491. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-998565.js +0 -51
  492. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-crbug-18639.js +0 -34
  493. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-r3391.js +0 -77
  494. data/ext/v8/upstream/2.0.6/test/mjsunit/scanner.js +0 -30
  495. data/ext/v8/upstream/2.0.6/test/mjsunit/short-circuit-boolean.js +0 -46
  496. data/ext/v8/upstream/2.0.6/test/mjsunit/simple-constructor.js +0 -140
  497. data/ext/v8/upstream/2.0.6/test/mjsunit/sin-cos.js +0 -45
  498. data/ext/v8/upstream/2.0.6/test/mjsunit/smi-negative-zero.js +0 -100
  499. data/ext/v8/upstream/2.0.6/test/mjsunit/smi-ops.js +0 -671
  500. data/ext/v8/upstream/2.0.6/test/mjsunit/sparse-array-reverse.js +0 -131
  501. data/ext/v8/upstream/2.0.6/test/mjsunit/sparse-array.js +0 -41
  502. data/ext/v8/upstream/2.0.6/test/mjsunit/stack-traces.js +0 -204
  503. data/ext/v8/upstream/2.0.6/test/mjsunit/str-to-num.js +0 -158
  504. data/ext/v8/upstream/2.0.6/test/mjsunit/stress-array-push.js +0 -34
  505. data/ext/v8/upstream/2.0.6/test/mjsunit/strict-equals.js +0 -90
  506. data/ext/v8/upstream/2.0.6/test/mjsunit/string-add.js +0 -195
  507. data/ext/v8/upstream/2.0.6/test/mjsunit/string-case.js +0 -28
  508. data/ext/v8/upstream/2.0.6/test/mjsunit/string-charat.js +0 -53
  509. data/ext/v8/upstream/2.0.6/test/mjsunit/string-charcodeat.js +0 -192
  510. data/ext/v8/upstream/2.0.6/test/mjsunit/string-compare-alignment.js +0 -47
  511. data/ext/v8/upstream/2.0.6/test/mjsunit/string-flatten.js +0 -37
  512. data/ext/v8/upstream/2.0.6/test/mjsunit/string-index.js +0 -154
  513. data/ext/v8/upstream/2.0.6/test/mjsunit/string-indexof-1.js +0 -99
  514. data/ext/v8/upstream/2.0.6/test/mjsunit/string-indexof-2.js +0 -68
  515. data/ext/v8/upstream/2.0.6/test/mjsunit/string-lastindexof.js +0 -88
  516. data/ext/v8/upstream/2.0.6/test/mjsunit/string-localecompare.js +0 -40
  517. data/ext/v8/upstream/2.0.6/test/mjsunit/string-match.js +0 -149
  518. data/ext/v8/upstream/2.0.6/test/mjsunit/string-replace-gc.js +0 -57
  519. data/ext/v8/upstream/2.0.6/test/mjsunit/string-replace.js +0 -182
  520. data/ext/v8/upstream/2.0.6/test/mjsunit/string-search.js +0 -30
  521. data/ext/v8/upstream/2.0.6/test/mjsunit/string-split.js +0 -126
  522. data/ext/v8/upstream/2.0.6/test/mjsunit/substr.js +0 -65
  523. data/ext/v8/upstream/2.0.6/test/mjsunit/switch.js +0 -289
  524. data/ext/v8/upstream/2.0.6/test/mjsunit/testcfg.py +0 -137
  525. data/ext/v8/upstream/2.0.6/test/mjsunit/third_party/array-isarray.js +0 -48
  526. data/ext/v8/upstream/2.0.6/test/mjsunit/third_party/array-splice-webkit.js +0 -62
  527. data/ext/v8/upstream/2.0.6/test/mjsunit/third_party/object-keys.js +0 -68
  528. data/ext/v8/upstream/2.0.6/test/mjsunit/third_party/regexp-pcre.js +0 -6603
  529. data/ext/v8/upstream/2.0.6/test/mjsunit/third_party/string-trim.js +0 -107
  530. data/ext/v8/upstream/2.0.6/test/mjsunit/this-in-callbacks.js +0 -47
  531. data/ext/v8/upstream/2.0.6/test/mjsunit/this.js +0 -46
  532. data/ext/v8/upstream/2.0.6/test/mjsunit/throw-and-catch-function.js +0 -50
  533. data/ext/v8/upstream/2.0.6/test/mjsunit/throw-exception-for-null-access.js +0 -37
  534. data/ext/v8/upstream/2.0.6/test/mjsunit/to-precision.js +0 -82
  535. data/ext/v8/upstream/2.0.6/test/mjsunit/to_number_order.js +0 -129
  536. data/ext/v8/upstream/2.0.6/test/mjsunit/tobool.js +0 -36
  537. data/ext/v8/upstream/2.0.6/test/mjsunit/toint32.js +0 -129
  538. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/codemap.js +0 -180
  539. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/consarray.js +0 -60
  540. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/csvparser.js +0 -79
  541. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/logreader.js +0 -98
  542. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/profile.js +0 -348
  543. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/profile_view.js +0 -95
  544. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/splaytree.js +0 -166
  545. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/tickprocessor-test.default +0 -55
  546. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/tickprocessor-test.gc-state +0 -21
  547. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/tickprocessor-test.ignore-unknown +0 -51
  548. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/tickprocessor-test.separate-ic +0 -61
  549. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/tickprocessor.js +0 -409
  550. data/ext/v8/upstream/2.0.6/test/mjsunit/top-level-assignments.js +0 -107
  551. data/ext/v8/upstream/2.0.6/test/mjsunit/touint32.js +0 -72
  552. data/ext/v8/upstream/2.0.6/test/mjsunit/transcendentals.js +0 -49
  553. data/ext/v8/upstream/2.0.6/test/mjsunit/try-catch-extension-object.js +0 -58
  554. data/ext/v8/upstream/2.0.6/test/mjsunit/try-catch-scopes.js +0 -42
  555. data/ext/v8/upstream/2.0.6/test/mjsunit/try-finally-nested.js +0 -46
  556. data/ext/v8/upstream/2.0.6/test/mjsunit/try.js +0 -394
  557. data/ext/v8/upstream/2.0.6/test/mjsunit/typeof.js +0 -40
  558. data/ext/v8/upstream/2.0.6/test/mjsunit/undeletable-functions.js +0 -181
  559. data/ext/v8/upstream/2.0.6/test/mjsunit/unicode-case-overoptimization.js +0 -35
  560. data/ext/v8/upstream/2.0.6/test/mjsunit/unicode-string-to-number.js +0 -46
  561. data/ext/v8/upstream/2.0.6/test/mjsunit/unicode-test.js +0 -9169
  562. data/ext/v8/upstream/2.0.6/test/mjsunit/unusual-constructor.js +0 -38
  563. data/ext/v8/upstream/2.0.6/test/mjsunit/uri.js +0 -78
  564. data/ext/v8/upstream/2.0.6/test/mjsunit/value-callic-prototype-change.js +0 -94
  565. data/ext/v8/upstream/2.0.6/test/mjsunit/var.js +0 -37
  566. data/ext/v8/upstream/2.0.6/test/mjsunit/with-function-expression.js +0 -36
  567. data/ext/v8/upstream/2.0.6/test/mjsunit/with-leave.js +0 -61
  568. data/ext/v8/upstream/2.0.6/test/mjsunit/with-parameter-access.js +0 -47
  569. data/ext/v8/upstream/2.0.6/test/mjsunit/with-prototype.js +0 -44
  570. data/ext/v8/upstream/2.0.6/test/mjsunit/with-value.js +0 -38
  571. data/ext/v8/upstream/2.0.6/test/mozilla/mozilla-shell-emulation.js +0 -37
  572. data/ext/v8/upstream/2.0.6/test/mozilla/mozilla.status +0 -815
  573. data/ext/v8/upstream/2.0.6/test/mozilla/testcfg.py +0 -138
  574. data/ext/v8/upstream/2.0.6/test/sputnik/README +0 -6
  575. data/ext/v8/upstream/2.0.6/test/sputnik/sputnik.status +0 -318
  576. data/ext/v8/upstream/2.0.6/test/sputnik/testcfg.py +0 -112
  577. data/ext/v8/upstream/2.0.6/tools/js2c.pyc +0 -0
  578. data/ext/v8/upstream/2.0.6/tools/jsmin.pyc +0 -0
  579. data/ext/v8/upstream/2.0.6/tools/utils.pyc +0 -0
  580. data/spec/redjs/README.txt +0 -8
@@ -1,107 +0,0 @@
1
- // Copyright 2009 the V8 project authors. All rights reserved.
2
- // Redistribution and use in source and binary forms, with or without
3
- // modification, are permitted provided that the following conditions are
4
- // met:
5
- //
6
- // * Redistributions of source code must retain the above copyright
7
- // notice, this list of conditions and the following disclaimer.
8
- // * Redistributions in binary form must reproduce the above
9
- // copyright notice, this list of conditions and the following
10
- // disclaimer in the documentation and/or other materials provided
11
- // with the distribution.
12
- // * Neither the name of Google Inc. nor the names of its
13
- // contributors may be used to endorse or promote products derived
14
- // from this software without specific prior written permission.
15
- //
16
- // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17
- // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18
- // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19
- // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20
- // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21
- // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22
- // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23
- // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24
- // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
- // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26
- // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
-
28
- // Testing that optimization of top-level object initialization doesn't
29
- // break V8.
30
-
31
- var x = new Object();
32
- x.a = 7;
33
- x.b = function() { return 42; };
34
- x.c = 88;
35
- x.d = "A Man Called Horse";
36
-
37
- assertEquals(7, x.a);
38
- assertEquals(42, x.b());
39
- assertEquals(88, x.c);
40
- assertEquals("A Man Called Horse", x.d);
41
-
42
- var y = new Object();
43
- y.a = 7;
44
- y.b = function() { return 42; };
45
- y.c = 12 * y.a;
46
- y.d = "A Man Called Horse";
47
-
48
- assertEquals(84, y.c);
49
-
50
- var z = new Object();
51
- z.a = 3;
52
- function forty_two() { return 42; };
53
- z.a += 4;
54
- z.b = forty_two;
55
- z.c = 12;
56
- z.c *= z.a;
57
- z.d = "A Man Called Horse";
58
-
59
- assertEquals(84, z.c);
60
-
61
- var x1 = new Object();
62
- var x2 = new Object();
63
- x1.a = 7;
64
- x1.b = function() { return 42; };
65
- x2.a = 7;
66
- x2.b = function() { return 42; };
67
- x1.c = 88;
68
- x1.d = "A Man Called Horse";
69
- x2.c = 88;
70
- x2.d = "A Man Called Horse";
71
-
72
- assertEquals(7, x1.a);
73
- assertEquals(42, x1.b());
74
- assertEquals(88, x1.c);
75
- assertEquals("A Man Called Horse", x1.d);
76
-
77
- assertEquals(7, x2.a);
78
- assertEquals(42, x2.b());
79
- assertEquals(88, x2.c);
80
- assertEquals("A Man Called Horse", x2.d);
81
-
82
- function Calculator(x, y) {
83
- this.x = x;
84
- this.y = y;
85
- }
86
-
87
- Calculator.prototype.sum = function() { return this.x + this.y; };
88
- Calculator.prototype.difference = function() { return this.x - this.y; };
89
- Calculator.prototype.product = function() { return this.x * this.y; };
90
- Calculator.prototype.quotient = function() { return this.x / this.y; };
91
-
92
- var calc = new Calculator(20, 10);
93
- assertEquals(30, calc.sum());
94
- assertEquals(10, calc.difference());
95
- assertEquals(200, calc.product());
96
- assertEquals(2, calc.quotient());
97
-
98
- var x = new Object();
99
- x.__defineGetter__('a', function() { return 7 });
100
- x.b = function() { return 42; };
101
- x.c = 88;
102
- x.d = "A Man Called Horse";
103
-
104
- assertEquals(7, x.a);
105
- assertEquals(42, x.b());
106
- assertEquals(88, x.c);
107
- assertEquals("A Man Called Horse", x.d);
@@ -1,72 +0,0 @@
1
- // Copyright 2008 the V8 project authors. All rights reserved.
2
- // Redistribution and use in source and binary forms, with or without
3
- // modification, are permitted provided that the following conditions are
4
- // met:
5
- //
6
- // * Redistributions of source code must retain the above copyright
7
- // notice, this list of conditions and the following disclaimer.
8
- // * Redistributions in binary form must reproduce the above
9
- // copyright notice, this list of conditions and the following
10
- // disclaimer in the documentation and/or other materials provided
11
- // with the distribution.
12
- // * Neither the name of Google Inc. nor the names of its
13
- // contributors may be used to endorse or promote products derived
14
- // from this software without specific prior written permission.
15
- //
16
- // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17
- // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18
- // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19
- // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20
- // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21
- // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22
- // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23
- // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24
- // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
- // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26
- // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
-
28
- function ToUInt32(x) {
29
- return x >>> 0;
30
- }
31
-
32
- assertEquals(0, ToUInt32(0), "0");
33
- assertEquals(0, ToUInt32(-0), "-0");
34
- assertEquals(0, ToUInt32(Infinity), "Infinity");
35
- assertEquals(0, ToUInt32(-Infinity), "-Infinity");
36
- assertEquals(0, ToUInt32(NaN), "NaN");
37
-
38
- assertEquals(0, ToUInt32(Number.MIN_VALUE), "MIN");
39
- assertEquals(0, ToUInt32(-Number.MIN_VALUE), "-MIN");
40
- assertEquals(0, ToUInt32(0.1), "0.1");
41
- assertEquals(0, ToUInt32(-0.1), "-0.1");
42
- assertEquals(1, ToUInt32(1), "1");
43
- assertEquals(1, ToUInt32(1.1), "1.1");
44
-
45
- assertEquals(4294967295, ToUInt32(-1), "-1");
46
- assertEquals(4294967295, ToUInt32(-1.1), "-1.1");
47
-
48
- assertEquals(2147483647, ToUInt32(2147483647), "2147483647");
49
- assertEquals(2147483648, ToUInt32(2147483648), "2147483648");
50
- assertEquals(2147483649, ToUInt32(2147483649), "2147483649");
51
-
52
- assertEquals(4294967295, ToUInt32(4294967295), "4294967295");
53
- assertEquals(0, ToUInt32(4294967296), "4294967296");
54
- assertEquals(1, ToUInt32(4294967297), "4294967297");
55
-
56
- assertEquals(2147483649, ToUInt32(-2147483647), "-2147483647");
57
- assertEquals(2147483648, ToUInt32(-2147483648), "-2147483648");
58
- assertEquals(2147483647, ToUInt32(-2147483649), "-2147483649");
59
-
60
- assertEquals(1, ToUInt32(-4294967295), "-4294967295");
61
- assertEquals(0, ToUInt32(-4294967296), "-4294967296");
62
- assertEquals(4294967295, ToUInt32(-4294967297), "-4294967297");
63
-
64
- assertEquals(2147483647, ToUInt32('2147483647'), "'2147483647'");
65
- assertEquals(2147483648, ToUInt32('2147483648'), "'2147483648'");
66
- assertEquals(2147483649, ToUInt32('2147483649'), "'2147483649'");
67
-
68
- assertEquals(4294967295, ToUInt32('4294967295'), "'4294967295'");
69
- assertEquals(0, ToUInt32('4294967296'), "'4294967296'");
70
- assertEquals(1, ToUInt32('4294967297'), "'4294967297'");
71
-
72
-
@@ -1,49 +0,0 @@
1
- // Copyright 2009 the V8 project authors. All rights reserved.
2
- // Redistribution and use in source and binary forms, with or without
3
- // modification, are permitted provided that the following conditions are
4
- // met:
5
- //
6
- // * Redistributions of source code must retain the above copyright
7
- // notice, this list of conditions and the following disclaimer.
8
- // * Redistributions in binary form must reproduce the above
9
- // copyright notice, this list of conditions and the following
10
- // disclaimer in the documentation and/or other materials provided
11
- // with the distribution.
12
- // * Neither the name of Google Inc. nor the names of its
13
- // contributors may be used to endorse or promote products derived
14
- // from this software without specific prior written permission.
15
- //
16
- // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17
- // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18
- // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19
- // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20
- // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21
- // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22
- // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23
- // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24
- // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
- // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26
- // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
-
28
-
29
- // Two fp numbers that have the same hash value (see TranscendentalCache
30
- // in heap.h).
31
- var x = 0x123456789ABCD / 0x2000000000000;
32
- var y = 0x1134567899BCD / 0x2000000000000;
33
-
34
- assertTrue(Math.sin(x) != Math.sin(y));
35
-
36
- assertTrue(Math.cos(x) != Math.cos(y));
37
-
38
- assertTrue(Math.tan(x) != Math.tan(y));
39
-
40
- assertTrue(Math.log(x) != Math.log(y));
41
-
42
- assertTrue(Math.asin(x) != Math.asin(y));
43
-
44
- assertTrue(Math.acos(x) != Math.acos(y));
45
-
46
- assertTrue(Math.atan(x) != Math.atan(y));
47
-
48
- assertTrue(Math.exp(x) != Math.exp(y));
49
-
@@ -1,58 +0,0 @@
1
- // Copyright 2009 the V8 project authors. All rights reserved.
2
- // Redistribution and use in source and binary forms, with or without
3
- // modification, are permitted provided that the following conditions are
4
- // met:
5
- //
6
- // * Redistributions of source code must retain the above copyright
7
- // notice, this list of conditions and the following disclaimer.
8
- // * Redistributions in binary form must reproduce the above
9
- // copyright notice, this list of conditions and the following
10
- // disclaimer in the documentation and/or other materials provided
11
- // with the distribution.
12
- // * Neither the name of Google Inc. nor the names of its
13
- // contributors may be used to endorse or promote products derived
14
- // from this software without specific prior written permission.
15
- //
16
- // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17
- // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18
- // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19
- // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20
- // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21
- // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22
- // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23
- // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24
- // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
- // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26
- // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
-
28
- // Try catch scopes should be implemented with special extension
29
- // objects so that __proto__ accessors and accessor setters in the
30
- // Object prototype have no effect.
31
-
32
- var setterCalled = false;
33
- Object.prototype.__defineSetter__("x", function() { setterCalled = true; });
34
-
35
- function runTest(test) {
36
- setterCalled = false;
37
- test();
38
- }
39
-
40
- function testProto() {
41
- try {
42
- throw 42;
43
- } catch(__proto__) {
44
- assertEquals(42, __proto__);
45
- }
46
- }
47
-
48
- function testAccessorSetter() {
49
- try {
50
- throw 42;
51
- } catch(x) {
52
- assertFalse(setterCalled);
53
- assertEquals(42, x);
54
- }
55
- }
56
-
57
- runTest(testProto);
58
- runTest(testAccessorSetter);
@@ -1,42 +0,0 @@
1
- // Copyright 2008 the V8 project authors. All rights reserved.
2
- // Redistribution and use in source and binary forms, with or without
3
- // modification, are permitted provided that the following conditions are
4
- // met:
5
- //
6
- // * Redistributions of source code must retain the above copyright
7
- // notice, this list of conditions and the following disclaimer.
8
- // * Redistributions in binary form must reproduce the above
9
- // copyright notice, this list of conditions and the following
10
- // disclaimer in the documentation and/or other materials provided
11
- // with the distribution.
12
- // * Neither the name of Google Inc. nor the names of its
13
- // contributors may be used to endorse or promote products derived
14
- // from this software without specific prior written permission.
15
- //
16
- // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17
- // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18
- // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19
- // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20
- // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21
- // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22
- // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23
- // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24
- // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
- // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26
- // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
-
28
- // Exception variables used in try-catch should be scoped, e.g. only
29
- // visible inside the catch block. They should *not* just be treated
30
- // as local variables and they should be allowed to nest.
31
- var e = 0;
32
- try {
33
- throw e + 1;
34
- } catch(e) {
35
- try {
36
- throw e + 1;
37
- } catch (e) {
38
- assertEquals(2, e);
39
- }
40
- assertEquals(1, e);
41
- }
42
- assertEquals(0, e);
@@ -1,46 +0,0 @@
1
- // Copyright 2008 the V8 project authors. All rights reserved.
2
- // Redistribution and use in source and binary forms, with or without
3
- // modification, are permitted provided that the following conditions are
4
- // met:
5
- //
6
- // * Redistributions of source code must retain the above copyright
7
- // notice, this list of conditions and the following disclaimer.
8
- // * Redistributions in binary form must reproduce the above
9
- // copyright notice, this list of conditions and the following
10
- // disclaimer in the documentation and/or other materials provided
11
- // with the distribution.
12
- // * Neither the name of Google Inc. nor the names of its
13
- // contributors may be used to endorse or promote products derived
14
- // from this software without specific prior written permission.
15
- //
16
- // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17
- // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18
- // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19
- // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20
- // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21
- // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22
- // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23
- // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24
- // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
- // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26
- // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
-
28
- function f() {
29
- try {
30
- return 42;
31
- } finally {
32
- var executed = false;
33
- while (!executed) {
34
- try {
35
- break;
36
- } finally {
37
- executed = true;
38
- }
39
- assertTrue(false, "should not reach here");
40
- }
41
- assertTrue(executed, "finally block executed");
42
- }
43
- return 87;
44
- };
45
-
46
- assertEquals(42, f());
@@ -1,394 +0,0 @@
1
- // Copyright 2008 the V8 project authors. All rights reserved.
2
- // Redistribution and use in source and binary forms, with or without
3
- // modification, are permitted provided that the following conditions are
4
- // met:
5
- //
6
- // * Redistributions of source code must retain the above copyright
7
- // notice, this list of conditions and the following disclaimer.
8
- // * Redistributions in binary form must reproduce the above
9
- // copyright notice, this list of conditions and the following
10
- // disclaimer in the documentation and/or other materials provided
11
- // with the distribution.
12
- // * Neither the name of Google Inc. nor the names of its
13
- // contributors may be used to endorse or promote products derived
14
- // from this software without specific prior written permission.
15
- //
16
- // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17
- // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18
- // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19
- // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20
- // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21
- // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22
- // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23
- // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24
- // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
- // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26
- // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
-
28
- // Flags: --expose-gc
29
-
30
- function Catch(f, g) {
31
- var r;
32
- try { r = f(); } catch (o) { return g(o); }
33
- return r;
34
- }
35
-
36
- function CatchReturn(f, g) {
37
- try { return f(); } catch (o) { return g(o); }
38
- }
39
-
40
-
41
- var a = [Catch, CatchReturn]
42
- for (var n in a) {
43
- var c = a[n];
44
- assertEquals(1, c(function() { return 1; }));
45
- assertEquals('bar', c(function() { return 'bar'; }));
46
- assertEquals(1, c(function () { throw 1; }, function (x) { return x; }));
47
- assertEquals('bar', c(function () { throw 'bar'; }, function (x) { return x; }));
48
- }
49
-
50
-
51
- assertEquals(1, (function() { try { return 1; } finally { } })());
52
- assertEquals(1, (function() { try { return 1; } finally { var x = 12; } })());
53
- assertEquals(2, (function() { try { } finally { return 2; } })());
54
- assertEquals(4, (function() { try { return 3; } finally { return 4; } })());
55
-
56
- function f(x, n, v) { try { return x; } finally { x[n] = v; } }
57
- assertEquals(2, f({}, 'foo', 2).foo);
58
- assertEquals(5, f({}, 'bar', 5).bar);
59
-
60
- function guard(f) { try { f(); } catch (o) { return o; } }
61
- assertEquals('baz', guard(function() { throw 'baz'; }));
62
- assertEquals(2, (function() { try { throw {}; } catch(e) {} finally { return 2; } })());
63
- assertEquals(1, guard(function() { try { throw 1; } finally { } }));
64
- assertEquals(2, guard(function() { try { throw 2; } finally { var x = 12; } }));
65
- assertEquals(4, guard(function() { try { throw 3; } finally { throw 4; } }));
66
-
67
- (function () {
68
- var iter = 1000000;
69
- for (var i = 1; i <= iter; i++) {
70
- try {
71
- if (i == iter) gc();
72
- } finally {
73
- if (i == iter) gc();
74
- }
75
- }
76
- })();
77
-
78
- function trycatch(a) {
79
- var o;
80
- try {
81
- throw 1;
82
- } catch (o) {
83
- a.push(o);
84
- try {
85
- throw 2;
86
- } catch (o) {
87
- a.push(o);
88
- }
89
- a.push(o);
90
- }
91
- a.push(o);
92
- }
93
- var a = [];
94
- trycatch(a);
95
- assertEquals(4, a.length);
96
- assertEquals(1, a[0], "a[0]");
97
- assertEquals(2, a[1], "a[1]");
98
-
99
- assertEquals(1, a[2], "a[2]");
100
- assertTrue(typeof a[3] === 'undefined', "a[3]");
101
-
102
- assertTrue(typeof o === 'undefined', "global.o");
103
-
104
-
105
- function return_from_nested_catch(x) {
106
- try {
107
- try {
108
- return x;
109
- } catch (o) {
110
- return -1;
111
- }
112
- } catch (o) {
113
- return -2;
114
- }
115
- }
116
-
117
- assertEquals(0, return_from_nested_catch(0));
118
- assertEquals(1, return_from_nested_catch(1));
119
-
120
-
121
- function return_from_nested_finally(x) {
122
- var a = [x-2];
123
- try {
124
- try {
125
- return a;
126
- } finally {
127
- a[0]++;
128
- }
129
- } finally {
130
- a[0]++;
131
- }
132
- }
133
-
134
- assertEquals(0, return_from_nested_finally(0)[0]);
135
- assertEquals(1, return_from_nested_finally(1)[0]);
136
-
137
-
138
- function break_from_catch(x) {
139
- x--;
140
- L:
141
- {
142
- try {
143
- x++;
144
- if (false) return -1;
145
- break L;
146
- } catch (o) {
147
- x--;
148
- }
149
- }
150
- return x;
151
- }
152
-
153
- assertEquals(0, break_from_catch(0));
154
- assertEquals(1, break_from_catch(1));
155
-
156
-
157
- function break_from_finally(x) {
158
- L:
159
- {
160
- try {
161
- x++;
162
- if (false) return -1;
163
- break L;
164
- } finally {
165
- x--;
166
- }
167
- x--;
168
- }
169
- return x;
170
- }
171
-
172
- assertEquals(0, break_from_finally(0), "break from finally");
173
- assertEquals(1, break_from_finally(1), "break from finally");
174
-
175
-
176
- function continue_from_catch(x) {
177
- x--;
178
- var cont = true;
179
- while (cont) {
180
- try {
181
- x++;
182
- if (false) return -1;
183
- cont = false;
184
- continue;
185
- } catch (o) {
186
- x--;
187
- }
188
- }
189
- return x;
190
- }
191
-
192
- assertEquals(0, continue_from_catch(0));
193
- assertEquals(1, continue_from_catch(1));
194
-
195
-
196
- function continue_from_finally(x) {
197
- var cont = true;
198
- while (cont) {
199
- try {
200
- x++;
201
- if (false) return -1;
202
- cont = false;
203
- continue;
204
- } finally {
205
- x--;
206
- }
207
- x--;
208
- }
209
- return x;
210
- }
211
-
212
- assertEquals(0, continue_from_finally(0));
213
- assertEquals(1, continue_from_finally(1));
214
-
215
-
216
- function continue_alot_from_finally(x) {
217
- var j = 0;
218
- for (var i = 0; i < x;) {
219
- try {
220
- j++;
221
- continue;
222
- j++; // should not happen
223
- } finally {
224
- i++; // must happen
225
- }
226
- j++; // should not happen
227
- }
228
- return j;
229
- }
230
-
231
-
232
- assertEquals(100, continue_alot_from_finally(100));
233
- assertEquals(200, continue_alot_from_finally(200));
234
-
235
-
236
-
237
- function break_from_nested_catch(x) {
238
- x -= 2;
239
- L:
240
- {
241
- try {
242
- x++;
243
- try {
244
- x++;
245
- if (false) return -1;
246
- break L;
247
- } catch (o) {
248
- x--;
249
- }
250
- } catch (o) {
251
- x--;
252
- }
253
- }
254
- return x;
255
- }
256
-
257
- assertEquals(0, break_from_nested_catch(0));
258
- assertEquals(1, break_from_nested_catch(1));
259
-
260
-
261
- function break_from_nested_finally(x) {
262
- L:
263
- {
264
- try {
265
- x++;
266
- try {
267
- x++;
268
- if (false) return -1;
269
- break L;
270
- } finally {
271
- x--;
272
- }
273
- } finally {
274
- x--;
275
- }
276
- x--; // should not happen
277
- }
278
- return x;
279
- }
280
-
281
- assertEquals(0, break_from_nested_finally(0));
282
- assertEquals(1, break_from_nested_finally(1));
283
-
284
-
285
- function continue_from_nested_catch(x) {
286
- x -= 2;
287
- var cont = true;
288
- while (cont) {
289
- try {
290
- x++;
291
- try {
292
- x++;
293
- if (false) return -1;
294
- cont = false;
295
- continue;
296
- } catch (o) {
297
- x--;
298
- }
299
- } catch (o) {
300
- x--;
301
- }
302
- }
303
- return x;
304
- }
305
-
306
- assertEquals(0, continue_from_nested_catch(0));
307
- assertEquals(1, continue_from_nested_catch(1));
308
-
309
-
310
- function continue_from_nested_finally(x) {
311
- var cont = true;
312
- while (cont) {
313
- try {
314
- x++;
315
- try {
316
- x++;
317
- if (false) return -1;
318
- cont = false;
319
- continue;
320
- } finally {
321
- x--;
322
- }
323
- } finally {
324
- x--;
325
- }
326
- x--; // should not happen
327
- }
328
- return x;
329
- }
330
-
331
- assertEquals(0, continue_from_nested_finally(0));
332
- assertEquals(1, continue_from_nested_finally(1));
333
-
334
-
335
- var caught = false;
336
- var finalized = false;
337
- var broke = true;
338
- L: try {
339
- break L;
340
- broke = false;
341
- } catch (o) {
342
- caught = true;
343
- } finally {
344
- finalized = true;
345
- }
346
- assertTrue(broke);
347
- assertFalse(caught);
348
- assertTrue(finalized);
349
-
350
- function return_from_nested_finally_in_finally() {
351
- try {
352
- return 1;
353
- } finally {
354
- try {
355
- return 2;
356
- } finally {
357
- return 42;
358
- }
359
- }
360
- }
361
-
362
- assertEquals(42, return_from_nested_finally_in_finally());
363
-
364
- function break_from_nested_finally_in_finally() {
365
- L: try {
366
- return 1;
367
- } finally {
368
- try {
369
- return 2;
370
- } finally {
371
- break L;
372
- }
373
- }
374
- return 42;
375
- }
376
-
377
- assertEquals(42, break_from_nested_finally_in_finally());
378
-
379
- function continue_from_nested_finally_in_finally() {
380
- do {
381
- try {
382
- return 1;
383
- } finally {
384
- try {
385
- return 2;
386
- } finally {
387
- continue;
388
- }
389
- }
390
- } while (false);
391
- return 42;
392
- }
393
-
394
- assertEquals(42, continue_from_nested_finally_in_finally());