therubyracer 0.4.8-x86-darwin-10 → 0.4.9-x86-darwin-10

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 (579) 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/therubyracer.gemspec +658 -12
  18. metadata +611 -1182
  19. data/Manifest.txt +0 -1191
  20. data/ext/v8/upstream/2.0.6/.sconsign.dblite +0 -0
  21. data/ext/v8/upstream/2.0.6/benchmarks/README.txt +0 -63
  22. data/ext/v8/upstream/2.0.6/benchmarks/base.js +0 -264
  23. data/ext/v8/upstream/2.0.6/benchmarks/crypto.js +0 -1698
  24. data/ext/v8/upstream/2.0.6/benchmarks/deltablue.js +0 -880
  25. data/ext/v8/upstream/2.0.6/benchmarks/earley-boyer.js +0 -4684
  26. data/ext/v8/upstream/2.0.6/benchmarks/raytrace.js +0 -935
  27. data/ext/v8/upstream/2.0.6/benchmarks/regexp.js +0 -1614
  28. data/ext/v8/upstream/2.0.6/benchmarks/revisions.html +0 -86
  29. data/ext/v8/upstream/2.0.6/benchmarks/richards.js +0 -539
  30. data/ext/v8/upstream/2.0.6/benchmarks/run.html +0 -141
  31. data/ext/v8/upstream/2.0.6/benchmarks/run.js +0 -61
  32. data/ext/v8/upstream/2.0.6/benchmarks/splay.js +0 -378
  33. data/ext/v8/upstream/2.0.6/benchmarks/style.css +0 -77
  34. data/ext/v8/upstream/2.0.6/benchmarks/v8-logo.png +0 -0
  35. data/ext/v8/upstream/2.0.6/samples/SConscript +0 -38
  36. data/ext/v8/upstream/2.0.6/samples/count-hosts.js +0 -42
  37. data/ext/v8/upstream/2.0.6/samples/process.cc +0 -622
  38. data/ext/v8/upstream/2.0.6/samples/shell.cc +0 -303
  39. data/ext/v8/upstream/2.0.6/test/cctest/SConscript +0 -95
  40. data/ext/v8/upstream/2.0.6/test/cctest/cctest.cc +0 -126
  41. data/ext/v8/upstream/2.0.6/test/cctest/cctest.h +0 -211
  42. data/ext/v8/upstream/2.0.6/test/cctest/cctest.status +0 -54
  43. data/ext/v8/upstream/2.0.6/test/cctest/test-accessors.cc +0 -450
  44. data/ext/v8/upstream/2.0.6/test/cctest/test-alloc.cc +0 -215
  45. data/ext/v8/upstream/2.0.6/test/cctest/test-api.cc +0 -8699
  46. data/ext/v8/upstream/2.0.6/test/cctest/test-assembler-arm.cc +0 -227
  47. data/ext/v8/upstream/2.0.6/test/cctest/test-assembler-ia32.cc +0 -395
  48. data/ext/v8/upstream/2.0.6/test/cctest/test-assembler-x64.cc +0 -292
  49. data/ext/v8/upstream/2.0.6/test/cctest/test-ast.cc +0 -97
  50. data/ext/v8/upstream/2.0.6/test/cctest/test-compiler.cc +0 -318
  51. data/ext/v8/upstream/2.0.6/test/cctest/test-conversions.cc +0 -130
  52. data/ext/v8/upstream/2.0.6/test/cctest/test-debug.cc +0 -5788
  53. data/ext/v8/upstream/2.0.6/test/cctest/test-decls.cc +0 -593
  54. data/ext/v8/upstream/2.0.6/test/cctest/test-disasm-arm.cc +0 -281
  55. data/ext/v8/upstream/2.0.6/test/cctest/test-disasm-ia32.cc +0 -418
  56. data/ext/v8/upstream/2.0.6/test/cctest/test-flags.cc +0 -234
  57. data/ext/v8/upstream/2.0.6/test/cctest/test-func-name-inference.cc +0 -267
  58. data/ext/v8/upstream/2.0.6/test/cctest/test-hashmap.cc +0 -176
  59. data/ext/v8/upstream/2.0.6/test/cctest/test-heap-profiler.cc +0 -396
  60. data/ext/v8/upstream/2.0.6/test/cctest/test-heap.cc +0 -796
  61. data/ext/v8/upstream/2.0.6/test/cctest/test-list.cc +0 -101
  62. data/ext/v8/upstream/2.0.6/test/cctest/test-lock.cc +0 -63
  63. data/ext/v8/upstream/2.0.6/test/cctest/test-log-stack-tracer.cc +0 -372
  64. data/ext/v8/upstream/2.0.6/test/cctest/test-log-utils.cc +0 -310
  65. data/ext/v8/upstream/2.0.6/test/cctest/test-log.cc +0 -1081
  66. data/ext/v8/upstream/2.0.6/test/cctest/test-macro-assembler-x64.cc +0 -2104
  67. data/ext/v8/upstream/2.0.6/test/cctest/test-mark-compact.cc +0 -341
  68. data/ext/v8/upstream/2.0.6/test/cctest/test-parsing.cc +0 -129
  69. data/ext/v8/upstream/2.0.6/test/cctest/test-platform-linux.cc +0 -80
  70. data/ext/v8/upstream/2.0.6/test/cctest/test-platform-macos.cc +0 -10
  71. data/ext/v8/upstream/2.0.6/test/cctest/test-platform-nullos.cc +0 -80
  72. data/ext/v8/upstream/2.0.6/test/cctest/test-platform-win32.cc +0 -26
  73. data/ext/v8/upstream/2.0.6/test/cctest/test-regexp.cc +0 -1815
  74. data/ext/v8/upstream/2.0.6/test/cctest/test-serialize.cc +0 -438
  75. data/ext/v8/upstream/2.0.6/test/cctest/test-sockets.cc +0 -162
  76. data/ext/v8/upstream/2.0.6/test/cctest/test-spaces.cc +0 -248
  77. data/ext/v8/upstream/2.0.6/test/cctest/test-strings.cc +0 -432
  78. data/ext/v8/upstream/2.0.6/test/cctest/test-thread-termination.cc +0 -290
  79. data/ext/v8/upstream/2.0.6/test/cctest/test-threads.cc +0 -52
  80. data/ext/v8/upstream/2.0.6/test/cctest/test-utils.cc +0 -186
  81. data/ext/v8/upstream/2.0.6/test/cctest/test-version.cc +0 -89
  82. data/ext/v8/upstream/2.0.6/test/cctest/testcfg.py +0 -108
  83. data/ext/v8/upstream/2.0.6/test/es5conform/README +0 -14
  84. data/ext/v8/upstream/2.0.6/test/es5conform/es5conform.status +0 -226
  85. data/ext/v8/upstream/2.0.6/test/es5conform/harness-adapt.js +0 -74
  86. data/ext/v8/upstream/2.0.6/test/es5conform/testcfg.py +0 -108
  87. data/ext/v8/upstream/2.0.6/test/message/message.status +0 -31
  88. data/ext/v8/upstream/2.0.6/test/message/overwritten-builtins.js +0 -31
  89. data/ext/v8/upstream/2.0.6/test/message/overwritten-builtins.out +0 -30
  90. data/ext/v8/upstream/2.0.6/test/message/regress/regress-73.js +0 -33
  91. data/ext/v8/upstream/2.0.6/test/message/regress/regress-73.out +0 -30
  92. data/ext/v8/upstream/2.0.6/test/message/regress/regress-75.js +0 -32
  93. data/ext/v8/upstream/2.0.6/test/message/regress/regress-75.out +0 -30
  94. data/ext/v8/upstream/2.0.6/test/message/simple-throw.js +0 -28
  95. data/ext/v8/upstream/2.0.6/test/message/simple-throw.out +0 -30
  96. data/ext/v8/upstream/2.0.6/test/message/testcfg.py +0 -135
  97. data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-no-message.js +0 -51
  98. data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-no-message.out +0 -26
  99. data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-return-in-finally.js +0 -39
  100. data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-return-in-finally.out +0 -28
  101. data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-throw-in-catch-and-finally.js +0 -34
  102. data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-throw-in-catch-and-finally.out +0 -30
  103. data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-throw-in-catch.js +0 -34
  104. data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-throw-in-catch.out +0 -30
  105. data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-throw-in-finally.js +0 -34
  106. data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-throw-in-finally.out +0 -30
  107. data/ext/v8/upstream/2.0.6/test/message/try-finally-return-in-finally.js +0 -37
  108. data/ext/v8/upstream/2.0.6/test/message/try-finally-return-in-finally.out +0 -28
  109. data/ext/v8/upstream/2.0.6/test/message/try-finally-throw-in-finally.js +0 -32
  110. data/ext/v8/upstream/2.0.6/test/message/try-finally-throw-in-finally.out +0 -30
  111. data/ext/v8/upstream/2.0.6/test/message/try-finally-throw-in-try-and-finally.js +0 -32
  112. data/ext/v8/upstream/2.0.6/test/message/try-finally-throw-in-try-and-finally.out +0 -30
  113. data/ext/v8/upstream/2.0.6/test/message/try-finally-throw-in-try.js +0 -32
  114. data/ext/v8/upstream/2.0.6/test/message/try-finally-throw-in-try.out +0 -30
  115. data/ext/v8/upstream/2.0.6/test/mjsunit/api-call-after-bypassed-exception.js +0 -39
  116. data/ext/v8/upstream/2.0.6/test/mjsunit/apply.js +0 -196
  117. data/ext/v8/upstream/2.0.6/test/mjsunit/arguments-apply.js +0 -134
  118. data/ext/v8/upstream/2.0.6/test/mjsunit/arguments-call-apply.js +0 -41
  119. data/ext/v8/upstream/2.0.6/test/mjsunit/arguments-enum.js +0 -52
  120. data/ext/v8/upstream/2.0.6/test/mjsunit/arguments-indirect.js +0 -47
  121. data/ext/v8/upstream/2.0.6/test/mjsunit/arguments-lazy.js +0 -47
  122. data/ext/v8/upstream/2.0.6/test/mjsunit/arguments-opt.js +0 -130
  123. data/ext/v8/upstream/2.0.6/test/mjsunit/arguments-read-and-assignment.js +0 -164
  124. data/ext/v8/upstream/2.0.6/test/mjsunit/arguments.js +0 -97
  125. data/ext/v8/upstream/2.0.6/test/mjsunit/array-concat.js +0 -120
  126. data/ext/v8/upstream/2.0.6/test/mjsunit/array-constructor.js +0 -119
  127. data/ext/v8/upstream/2.0.6/test/mjsunit/array-functions-prototype.js +0 -159
  128. data/ext/v8/upstream/2.0.6/test/mjsunit/array-indexing.js +0 -66
  129. data/ext/v8/upstream/2.0.6/test/mjsunit/array-iteration.js +0 -228
  130. data/ext/v8/upstream/2.0.6/test/mjsunit/array-join.js +0 -45
  131. data/ext/v8/upstream/2.0.6/test/mjsunit/array-length-number-conversion.js +0 -53
  132. data/ext/v8/upstream/2.0.6/test/mjsunit/array-length.js +0 -111
  133. data/ext/v8/upstream/2.0.6/test/mjsunit/array-reduce.js +0 -514
  134. data/ext/v8/upstream/2.0.6/test/mjsunit/array-sort.js +0 -362
  135. data/ext/v8/upstream/2.0.6/test/mjsunit/array-splice.js +0 -314
  136. data/ext/v8/upstream/2.0.6/test/mjsunit/ascii-regexp-subject.js +0 -49
  137. data/ext/v8/upstream/2.0.6/test/mjsunit/big-array-literal.js +0 -111
  138. data/ext/v8/upstream/2.0.6/test/mjsunit/big-object-literal.js +0 -114
  139. data/ext/v8/upstream/2.0.6/test/mjsunit/binary-operation-overwrite.js +0 -36
  140. data/ext/v8/upstream/2.0.6/test/mjsunit/bit-not.js +0 -75
  141. data/ext/v8/upstream/2.0.6/test/mjsunit/bitwise-operations-undefined.js +0 -49
  142. data/ext/v8/upstream/2.0.6/test/mjsunit/body-not-visible.js +0 -39
  143. data/ext/v8/upstream/2.0.6/test/mjsunit/bugs/bug-1344252.js +0 -79
  144. data/ext/v8/upstream/2.0.6/test/mjsunit/bugs/bug-222.js +0 -42
  145. data/ext/v8/upstream/2.0.6/test/mjsunit/bugs/bug-223.js +0 -39
  146. data/ext/v8/upstream/2.0.6/test/mjsunit/bugs/bug-900066.js +0 -38
  147. data/ext/v8/upstream/2.0.6/test/mjsunit/bugs/bug-941049.js +0 -100
  148. data/ext/v8/upstream/2.0.6/test/mjsunit/call-non-function-call.js +0 -38
  149. data/ext/v8/upstream/2.0.6/test/mjsunit/call-non-function.js +0 -63
  150. data/ext/v8/upstream/2.0.6/test/mjsunit/call.js +0 -87
  151. data/ext/v8/upstream/2.0.6/test/mjsunit/char-escape.js +0 -53
  152. data/ext/v8/upstream/2.0.6/test/mjsunit/class-of-builtins.js +0 -50
  153. data/ext/v8/upstream/2.0.6/test/mjsunit/closure.js +0 -37
  154. data/ext/v8/upstream/2.0.6/test/mjsunit/codegen-coverage.js +0 -91
  155. data/ext/v8/upstream/2.0.6/test/mjsunit/compare-character.js +0 -50
  156. data/ext/v8/upstream/2.0.6/test/mjsunit/compare-nan.js +0 -66
  157. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/countoperation.js +0 -111
  158. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/function-call.js +0 -52
  159. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/globals.js +0 -65
  160. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/jsnatives.js +0 -33
  161. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/literals-assignment.js +0 -104
  162. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/literals.js +0 -52
  163. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/loops.js +0 -35
  164. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/objectliterals.js +0 -57
  165. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/property-simple.js +0 -39
  166. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/short-circuit.js +0 -102
  167. data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/thisfunction.js +0 -35
  168. data/ext/v8/upstream/2.0.6/test/mjsunit/const-declaration.js +0 -172
  169. data/ext/v8/upstream/2.0.6/test/mjsunit/const-eval-init.js +0 -111
  170. data/ext/v8/upstream/2.0.6/test/mjsunit/const-redecl.js +0 -220
  171. data/ext/v8/upstream/2.0.6/test/mjsunit/const.js +0 -70
  172. data/ext/v8/upstream/2.0.6/test/mjsunit/constant-folding.js +0 -232
  173. data/ext/v8/upstream/2.0.6/test/mjsunit/context-variable-assignments.js +0 -37
  174. data/ext/v8/upstream/2.0.6/test/mjsunit/cyclic-array-to-string.js +0 -65
  175. data/ext/v8/upstream/2.0.6/test/mjsunit/cyrillic.js +0 -199
  176. data/ext/v8/upstream/2.0.6/test/mjsunit/d8-os.js +0 -180
  177. data/ext/v8/upstream/2.0.6/test/mjsunit/date-parse.js +0 -268
  178. data/ext/v8/upstream/2.0.6/test/mjsunit/date.js +0 -149
  179. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-backtrace-text.js +0 -122
  180. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-backtrace.js +0 -272
  181. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-breakpoints.js +0 -120
  182. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-changebreakpoint.js +0 -108
  183. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-clearbreakpoint.js +0 -101
  184. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-clearbreakpointgroup.js +0 -117
  185. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-compile-event.js +0 -126
  186. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-conditional-breakpoints.js +0 -171
  187. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-constructed-by.js +0 -60
  188. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-constructor.js +0 -78
  189. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-continue.js +0 -114
  190. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-enable-disable-breakpoints.js +0 -90
  191. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-evaluate-arguments.js +0 -93
  192. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-evaluate-bool-constructor.js +0 -80
  193. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-evaluate-locals.js +0 -132
  194. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-evaluate-recursive.js +0 -167
  195. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-evaluate-with.js +0 -77
  196. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-evaluate.js +0 -118
  197. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-event-listener.js +0 -73
  198. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-handle.js +0 -252
  199. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-ignore-breakpoints.js +0 -89
  200. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-mirror-cache.js +0 -85
  201. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-multiple-breakpoints.js +0 -105
  202. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-referenced-by.js +0 -112
  203. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-references.js +0 -118
  204. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-scopes.js +0 -761
  205. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-script-breakpoints.js +0 -112
  206. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-script.js +0 -92
  207. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-scripts-request.js +0 -108
  208. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-setbreakpoint.js +0 -165
  209. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-sourceinfo.js +0 -352
  210. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-sourceslice.js +0 -74
  211. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-step-stub-callfunction.js +0 -87
  212. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-step.js +0 -82
  213. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-stepin-accessor.js +0 -248
  214. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-stepin-builtin.js +0 -78
  215. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-stepin-call-function-stub.js +0 -115
  216. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-stepin-constructor.js +0 -78
  217. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-stepin-function-call.js +0 -149
  218. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-stepnext-do-while.js +0 -79
  219. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-stepout-recursive-function.js +0 -106
  220. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-stepout-to-builtin.js +0 -84
  221. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-suspend.js +0 -96
  222. data/ext/v8/upstream/2.0.6/test/mjsunit/debug-version.js +0 -90
  223. data/ext/v8/upstream/2.0.6/test/mjsunit/declare-locally.js +0 -43
  224. data/ext/v8/upstream/2.0.6/test/mjsunit/deep-recursion.js +0 -66
  225. data/ext/v8/upstream/2.0.6/test/mjsunit/delay-syntax-error.js +0 -41
  226. data/ext/v8/upstream/2.0.6/test/mjsunit/delete-global-properties.js +0 -37
  227. data/ext/v8/upstream/2.0.6/test/mjsunit/delete-in-eval.js +0 -32
  228. data/ext/v8/upstream/2.0.6/test/mjsunit/delete-in-with.js +0 -34
  229. data/ext/v8/upstream/2.0.6/test/mjsunit/delete-vars-from-eval.js +0 -40
  230. data/ext/v8/upstream/2.0.6/test/mjsunit/delete.js +0 -163
  231. data/ext/v8/upstream/2.0.6/test/mjsunit/div-mod.js +0 -157
  232. data/ext/v8/upstream/2.0.6/test/mjsunit/do-not-strip-fc.js +0 -31
  233. data/ext/v8/upstream/2.0.6/test/mjsunit/dont-enum-array-holes.js +0 -35
  234. data/ext/v8/upstream/2.0.6/test/mjsunit/dont-reinit-global-var.js +0 -47
  235. data/ext/v8/upstream/2.0.6/test/mjsunit/double-equals.js +0 -114
  236. data/ext/v8/upstream/2.0.6/test/mjsunit/dtoa.js +0 -32
  237. data/ext/v8/upstream/2.0.6/test/mjsunit/enumeration-order.js +0 -109
  238. data/ext/v8/upstream/2.0.6/test/mjsunit/error-constructors.js +0 -32
  239. data/ext/v8/upstream/2.0.6/test/mjsunit/escape.js +0 -118
  240. data/ext/v8/upstream/2.0.6/test/mjsunit/eval-enclosing-function-name.js +0 -76
  241. data/ext/v8/upstream/2.0.6/test/mjsunit/eval-typeof-non-existing.js +0 -35
  242. data/ext/v8/upstream/2.0.6/test/mjsunit/eval.js +0 -157
  243. data/ext/v8/upstream/2.0.6/test/mjsunit/execScript-case-insensitive.js +0 -34
  244. data/ext/v8/upstream/2.0.6/test/mjsunit/extra-arguments.js +0 -54
  245. data/ext/v8/upstream/2.0.6/test/mjsunit/extra-commas.js +0 -46
  246. data/ext/v8/upstream/2.0.6/test/mjsunit/for-in-null-or-undefined.js +0 -33
  247. data/ext/v8/upstream/2.0.6/test/mjsunit/for-in-special-cases.js +0 -64
  248. data/ext/v8/upstream/2.0.6/test/mjsunit/for-in.js +0 -86
  249. data/ext/v8/upstream/2.0.6/test/mjsunit/fun-as-prototype.js +0 -36
  250. data/ext/v8/upstream/2.0.6/test/mjsunit/fun-name.js +0 -34
  251. data/ext/v8/upstream/2.0.6/test/mjsunit/function-arguments-null.js +0 -30
  252. data/ext/v8/upstream/2.0.6/test/mjsunit/function-caller.js +0 -48
  253. data/ext/v8/upstream/2.0.6/test/mjsunit/function-names.js +0 -133
  254. data/ext/v8/upstream/2.0.6/test/mjsunit/function-property.js +0 -29
  255. data/ext/v8/upstream/2.0.6/test/mjsunit/function-prototype.js +0 -98
  256. data/ext/v8/upstream/2.0.6/test/mjsunit/function-source.js +0 -49
  257. data/ext/v8/upstream/2.0.6/test/mjsunit/function.js +0 -83
  258. data/ext/v8/upstream/2.0.6/test/mjsunit/fuzz-accessors.js +0 -85
  259. data/ext/v8/upstream/2.0.6/test/mjsunit/fuzz-natives.js +0 -159
  260. data/ext/v8/upstream/2.0.6/test/mjsunit/get-own-property-descriptor.js +0 -51
  261. data/ext/v8/upstream/2.0.6/test/mjsunit/get-prototype-of.js +0 -68
  262. data/ext/v8/upstream/2.0.6/test/mjsunit/getter-in-prototype.js +0 -50
  263. data/ext/v8/upstream/2.0.6/test/mjsunit/getter-in-value-prototype.js +0 -35
  264. data/ext/v8/upstream/2.0.6/test/mjsunit/global-const-var-conflicts.js +0 -57
  265. data/ext/v8/upstream/2.0.6/test/mjsunit/global-deleted-property-ic.js +0 -45
  266. data/ext/v8/upstream/2.0.6/test/mjsunit/global-deleted-property-keyed.js +0 -38
  267. data/ext/v8/upstream/2.0.6/test/mjsunit/global-ic.js +0 -48
  268. data/ext/v8/upstream/2.0.6/test/mjsunit/global-load-from-eval-in-with.js +0 -59
  269. data/ext/v8/upstream/2.0.6/test/mjsunit/global-load-from-eval.js +0 -85
  270. data/ext/v8/upstream/2.0.6/test/mjsunit/global-load-from-nested-eval.js +0 -66
  271. data/ext/v8/upstream/2.0.6/test/mjsunit/global-vars-eval.js +0 -34
  272. data/ext/v8/upstream/2.0.6/test/mjsunit/global-vars-with.js +0 -43
  273. data/ext/v8/upstream/2.0.6/test/mjsunit/greedy.js +0 -60
  274. data/ext/v8/upstream/2.0.6/test/mjsunit/has-own-property.js +0 -38
  275. data/ext/v8/upstream/2.0.6/test/mjsunit/html-comments.js +0 -57
  276. data/ext/v8/upstream/2.0.6/test/mjsunit/html-string-funcs.js +0 -47
  277. data/ext/v8/upstream/2.0.6/test/mjsunit/if-in-undefined.js +0 -36
  278. data/ext/v8/upstream/2.0.6/test/mjsunit/in.js +0 -159
  279. data/ext/v8/upstream/2.0.6/test/mjsunit/indexed-accessors.js +0 -120
  280. data/ext/v8/upstream/2.0.6/test/mjsunit/instanceof.js +0 -93
  281. data/ext/v8/upstream/2.0.6/test/mjsunit/integer-to-string.js +0 -35
  282. data/ext/v8/upstream/2.0.6/test/mjsunit/invalid-lhs.js +0 -65
  283. data/ext/v8/upstream/2.0.6/test/mjsunit/invalid-source-element.js +0 -31
  284. data/ext/v8/upstream/2.0.6/test/mjsunit/json.js +0 -207
  285. data/ext/v8/upstream/2.0.6/test/mjsunit/keyed-ic.js +0 -236
  286. data/ext/v8/upstream/2.0.6/test/mjsunit/keyed-storage-extend.js +0 -55
  287. data/ext/v8/upstream/2.0.6/test/mjsunit/large-object-allocation.js +0 -300
  288. data/ext/v8/upstream/2.0.6/test/mjsunit/large-object-literal.js +0 -56
  289. data/ext/v8/upstream/2.0.6/test/mjsunit/lazy-load.js +0 -34
  290. data/ext/v8/upstream/2.0.6/test/mjsunit/leakcheck.js +0 -53
  291. data/ext/v8/upstream/2.0.6/test/mjsunit/length.js +0 -78
  292. data/ext/v8/upstream/2.0.6/test/mjsunit/local-load-from-eval.js +0 -39
  293. data/ext/v8/upstream/2.0.6/test/mjsunit/math-min-max.js +0 -105
  294. data/ext/v8/upstream/2.0.6/test/mjsunit/megamorphic-callbacks.js +0 -70
  295. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-array.js +0 -138
  296. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-boolean.js +0 -59
  297. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-date.js +0 -77
  298. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-error.js +0 -94
  299. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-function.js +0 -90
  300. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-null.js +0 -50
  301. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-number.js +0 -77
  302. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-object.js +0 -227
  303. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-regexp.js +0 -110
  304. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-script.js +0 -100
  305. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-string.js +0 -89
  306. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-undefined.js +0 -50
  307. data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-unresolved-function.js +0 -81
  308. data/ext/v8/upstream/2.0.6/test/mjsunit/mjsunit.js +0 -203
  309. data/ext/v8/upstream/2.0.6/test/mjsunit/mjsunit.status +0 -66
  310. data/ext/v8/upstream/2.0.6/test/mjsunit/mul-exhaustive.js +0 -4511
  311. data/ext/v8/upstream/2.0.6/test/mjsunit/multiple-return.js +0 -62
  312. data/ext/v8/upstream/2.0.6/test/mjsunit/negate-zero.js +0 -42
  313. data/ext/v8/upstream/2.0.6/test/mjsunit/negate.js +0 -59
  314. data/ext/v8/upstream/2.0.6/test/mjsunit/new.js +0 -56
  315. data/ext/v8/upstream/2.0.6/test/mjsunit/newline-in-string.js +0 -46
  316. data/ext/v8/upstream/2.0.6/test/mjsunit/no-branch-elimination.js +0 -36
  317. data/ext/v8/upstream/2.0.6/test/mjsunit/no-octal-constants-above-256.js +0 -32
  318. data/ext/v8/upstream/2.0.6/test/mjsunit/no-semicolon.js +0 -45
  319. data/ext/v8/upstream/2.0.6/test/mjsunit/non-ascii-replace.js +0 -30
  320. data/ext/v8/upstream/2.0.6/test/mjsunit/nul-characters.js +0 -38
  321. data/ext/v8/upstream/2.0.6/test/mjsunit/number-limits.js +0 -47
  322. data/ext/v8/upstream/2.0.6/test/mjsunit/number-string-index-call.js +0 -32
  323. data/ext/v8/upstream/2.0.6/test/mjsunit/number-tostring-small.js +0 -395
  324. data/ext/v8/upstream/2.0.6/test/mjsunit/number-tostring.js +0 -338
  325. data/ext/v8/upstream/2.0.6/test/mjsunit/obj-construct.js +0 -46
  326. data/ext/v8/upstream/2.0.6/test/mjsunit/object-create.js +0 -250
  327. data/ext/v8/upstream/2.0.6/test/mjsunit/object-literal-gc.js +0 -66
  328. data/ext/v8/upstream/2.0.6/test/mjsunit/object-literal.js +0 -105
  329. data/ext/v8/upstream/2.0.6/test/mjsunit/override-read-only-property.js +0 -64
  330. data/ext/v8/upstream/2.0.6/test/mjsunit/parse-int-float.js +0 -85
  331. data/ext/v8/upstream/2.0.6/test/mjsunit/property-load-across-eval.js +0 -85
  332. data/ext/v8/upstream/2.0.6/test/mjsunit/property-object-key.js +0 -36
  333. data/ext/v8/upstream/2.0.6/test/mjsunit/proto.js +0 -33
  334. data/ext/v8/upstream/2.0.6/test/mjsunit/prototype.js +0 -93
  335. data/ext/v8/upstream/2.0.6/test/mjsunit/receiver-in-with-calls.js +0 -47
  336. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-UC16.js +0 -47
  337. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-call-as-function.js +0 -36
  338. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-capture.js +0 -57
  339. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-captures.js +0 -31
  340. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-indexof.js +0 -77
  341. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-lookahead.js +0 -166
  342. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-loop-capture.js +0 -29
  343. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-multiline-stack-trace.js +0 -116
  344. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-multiline.js +0 -112
  345. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-standalones.js +0 -78
  346. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-static.js +0 -167
  347. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-string-methods.js +0 -51
  348. data/ext/v8/upstream/2.0.6/test/mjsunit/regexp.js +0 -390
  349. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1030466.js +0 -45
  350. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1036894.js +0 -38
  351. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1039610.js +0 -29
  352. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1050043.js +0 -51
  353. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1062422.js +0 -30
  354. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1066899.js +0 -37
  355. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1081309.js +0 -110
  356. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1102760.js +0 -35
  357. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1110164.js +0 -46
  358. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1112051.js +0 -33
  359. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1114040.js +0 -58
  360. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1134697.js +0 -31
  361. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-114.js +0 -43
  362. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-116.js +0 -40
  363. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1170187.js +0 -80
  364. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1173979.js +0 -48
  365. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1175390.js +0 -30
  366. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1177518.js +0 -39
  367. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1177809.js +0 -31
  368. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1178598.js +0 -90
  369. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1182832.js +0 -38
  370. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1187524.js +0 -34
  371. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1199401.js +0 -75
  372. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1199637.js +0 -78
  373. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1200351.js +0 -2032
  374. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1201933.js +0 -40
  375. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1203459.js +0 -29
  376. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1207276.js +0 -36
  377. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1213516.js +0 -40
  378. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1213575.js +0 -41
  379. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1215653.js +0 -365
  380. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-124.js +0 -57
  381. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1254366.js +0 -38
  382. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1327557.js +0 -36
  383. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1341167.js +0 -33
  384. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1346700.js +0 -29
  385. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-137.js +0 -46
  386. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1439135.js +0 -40
  387. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-149.js +0 -28
  388. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1493017.js +0 -52
  389. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-155924.js +0 -46
  390. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-171.js +0 -41
  391. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-176.js +0 -50
  392. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-186.js +0 -72
  393. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-187.js +0 -30
  394. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-189.js +0 -36
  395. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-191.js +0 -42
  396. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1919169.js +0 -40
  397. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-192.js +0 -38
  398. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-193.js +0 -44
  399. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-20070207.js +0 -42
  400. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-201.js +0 -37
  401. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-219.js +0 -176
  402. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-220.js +0 -31
  403. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-221.js +0 -34
  404. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-2249423.js +0 -40
  405. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-225.js +0 -32
  406. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-227.js +0 -33
  407. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-231.js +0 -92
  408. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-233.js +0 -39
  409. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-244.js +0 -67
  410. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-246.js +0 -31
  411. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-253.js +0 -31
  412. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-254.js +0 -58
  413. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-259.js +0 -33
  414. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-260.js +0 -33
  415. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-263.js +0 -38
  416. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-265.js +0 -64
  417. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-267.js +0 -35
  418. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-269.js +0 -49
  419. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-279.js +0 -62
  420. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-284.js +0 -50
  421. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-286.js +0 -36
  422. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-294.js +0 -43
  423. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-312.js +0 -31
  424. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-317.js +0 -31
  425. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-318.js +0 -35
  426. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-326.js +0 -40
  427. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-334.js +0 -90
  428. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-341.js +0 -36
  429. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-345.js +0 -51
  430. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-349.js +0 -32
  431. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-35.js +0 -33
  432. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-351.js +0 -31
  433. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-386.js +0 -47
  434. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-392.js +0 -34
  435. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-394.js +0 -47
  436. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-396.js +0 -39
  437. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-397.js +0 -34
  438. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-399.js +0 -32
  439. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-406.js +0 -69
  440. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-416.js +0 -38
  441. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-475.js +0 -28
  442. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-483.js +0 -35
  443. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-485.js +0 -64
  444. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-486.js +0 -30
  445. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-490.js +0 -48
  446. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-491.js +0 -47
  447. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-492.js +0 -52
  448. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-496.js +0 -39
  449. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-502.js +0 -38
  450. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-503.js +0 -63
  451. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-515.js +0 -40
  452. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-524.js +0 -32
  453. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-526.js +0 -32
  454. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-540.js +0 -47
  455. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-545.js +0 -47
  456. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-57.js +0 -32
  457. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-580.js +0 -55
  458. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-588599.js +0 -31
  459. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-6-9-regexp.js +0 -30
  460. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-662254.js +0 -40
  461. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-666721.js +0 -53
  462. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-667061.js +0 -90
  463. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-670147.js +0 -34
  464. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-674753.js +0 -87
  465. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-676025.js +0 -31
  466. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-678525.js +0 -59
  467. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-682649.js +0 -30
  468. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-69.js +0 -43
  469. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-734862.js +0 -37
  470. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-737588.js +0 -34
  471. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-74.js +0 -41
  472. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-780423.js +0 -39
  473. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-799761.js +0 -92
  474. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-806473.js +0 -60
  475. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-842017.js +0 -60
  476. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-86.js +0 -46
  477. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-87.js +0 -58
  478. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-874178.js +0 -32
  479. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-875031.js +0 -37
  480. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-877615.js +0 -37
  481. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-892742.js +0 -50
  482. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-900055.js +0 -42
  483. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-900966.js +0 -38
  484. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-91.js +0 -38
  485. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-925537.js +0 -42
  486. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-937896.js +0 -50
  487. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-990205.js +0 -35
  488. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-992733.js +0 -35
  489. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-996542.js +0 -40
  490. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-998565.js +0 -51
  491. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-crbug-18639.js +0 -34
  492. data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-r3391.js +0 -77
  493. data/ext/v8/upstream/2.0.6/test/mjsunit/scanner.js +0 -30
  494. data/ext/v8/upstream/2.0.6/test/mjsunit/short-circuit-boolean.js +0 -46
  495. data/ext/v8/upstream/2.0.6/test/mjsunit/simple-constructor.js +0 -140
  496. data/ext/v8/upstream/2.0.6/test/mjsunit/sin-cos.js +0 -45
  497. data/ext/v8/upstream/2.0.6/test/mjsunit/smi-negative-zero.js +0 -100
  498. data/ext/v8/upstream/2.0.6/test/mjsunit/smi-ops.js +0 -671
  499. data/ext/v8/upstream/2.0.6/test/mjsunit/sparse-array-reverse.js +0 -131
  500. data/ext/v8/upstream/2.0.6/test/mjsunit/sparse-array.js +0 -41
  501. data/ext/v8/upstream/2.0.6/test/mjsunit/stack-traces.js +0 -204
  502. data/ext/v8/upstream/2.0.6/test/mjsunit/str-to-num.js +0 -158
  503. data/ext/v8/upstream/2.0.6/test/mjsunit/stress-array-push.js +0 -34
  504. data/ext/v8/upstream/2.0.6/test/mjsunit/strict-equals.js +0 -90
  505. data/ext/v8/upstream/2.0.6/test/mjsunit/string-add.js +0 -195
  506. data/ext/v8/upstream/2.0.6/test/mjsunit/string-case.js +0 -28
  507. data/ext/v8/upstream/2.0.6/test/mjsunit/string-charat.js +0 -53
  508. data/ext/v8/upstream/2.0.6/test/mjsunit/string-charcodeat.js +0 -192
  509. data/ext/v8/upstream/2.0.6/test/mjsunit/string-compare-alignment.js +0 -47
  510. data/ext/v8/upstream/2.0.6/test/mjsunit/string-flatten.js +0 -37
  511. data/ext/v8/upstream/2.0.6/test/mjsunit/string-index.js +0 -154
  512. data/ext/v8/upstream/2.0.6/test/mjsunit/string-indexof-1.js +0 -99
  513. data/ext/v8/upstream/2.0.6/test/mjsunit/string-indexof-2.js +0 -68
  514. data/ext/v8/upstream/2.0.6/test/mjsunit/string-lastindexof.js +0 -88
  515. data/ext/v8/upstream/2.0.6/test/mjsunit/string-localecompare.js +0 -40
  516. data/ext/v8/upstream/2.0.6/test/mjsunit/string-match.js +0 -149
  517. data/ext/v8/upstream/2.0.6/test/mjsunit/string-replace-gc.js +0 -57
  518. data/ext/v8/upstream/2.0.6/test/mjsunit/string-replace.js +0 -182
  519. data/ext/v8/upstream/2.0.6/test/mjsunit/string-search.js +0 -30
  520. data/ext/v8/upstream/2.0.6/test/mjsunit/string-split.js +0 -126
  521. data/ext/v8/upstream/2.0.6/test/mjsunit/substr.js +0 -65
  522. data/ext/v8/upstream/2.0.6/test/mjsunit/switch.js +0 -289
  523. data/ext/v8/upstream/2.0.6/test/mjsunit/testcfg.py +0 -137
  524. data/ext/v8/upstream/2.0.6/test/mjsunit/third_party/array-isarray.js +0 -48
  525. data/ext/v8/upstream/2.0.6/test/mjsunit/third_party/array-splice-webkit.js +0 -62
  526. data/ext/v8/upstream/2.0.6/test/mjsunit/third_party/object-keys.js +0 -68
  527. data/ext/v8/upstream/2.0.6/test/mjsunit/third_party/regexp-pcre.js +0 -6603
  528. data/ext/v8/upstream/2.0.6/test/mjsunit/third_party/string-trim.js +0 -107
  529. data/ext/v8/upstream/2.0.6/test/mjsunit/this-in-callbacks.js +0 -47
  530. data/ext/v8/upstream/2.0.6/test/mjsunit/this.js +0 -46
  531. data/ext/v8/upstream/2.0.6/test/mjsunit/throw-and-catch-function.js +0 -50
  532. data/ext/v8/upstream/2.0.6/test/mjsunit/throw-exception-for-null-access.js +0 -37
  533. data/ext/v8/upstream/2.0.6/test/mjsunit/to-precision.js +0 -82
  534. data/ext/v8/upstream/2.0.6/test/mjsunit/to_number_order.js +0 -129
  535. data/ext/v8/upstream/2.0.6/test/mjsunit/tobool.js +0 -36
  536. data/ext/v8/upstream/2.0.6/test/mjsunit/toint32.js +0 -129
  537. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/codemap.js +0 -180
  538. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/consarray.js +0 -60
  539. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/csvparser.js +0 -79
  540. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/logreader.js +0 -98
  541. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/profile.js +0 -348
  542. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/profile_view.js +0 -95
  543. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/splaytree.js +0 -166
  544. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/tickprocessor-test.default +0 -55
  545. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/tickprocessor-test.gc-state +0 -21
  546. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/tickprocessor-test.ignore-unknown +0 -51
  547. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/tickprocessor-test.separate-ic +0 -61
  548. data/ext/v8/upstream/2.0.6/test/mjsunit/tools/tickprocessor.js +0 -409
  549. data/ext/v8/upstream/2.0.6/test/mjsunit/top-level-assignments.js +0 -107
  550. data/ext/v8/upstream/2.0.6/test/mjsunit/touint32.js +0 -72
  551. data/ext/v8/upstream/2.0.6/test/mjsunit/transcendentals.js +0 -49
  552. data/ext/v8/upstream/2.0.6/test/mjsunit/try-catch-extension-object.js +0 -58
  553. data/ext/v8/upstream/2.0.6/test/mjsunit/try-catch-scopes.js +0 -42
  554. data/ext/v8/upstream/2.0.6/test/mjsunit/try-finally-nested.js +0 -46
  555. data/ext/v8/upstream/2.0.6/test/mjsunit/try.js +0 -394
  556. data/ext/v8/upstream/2.0.6/test/mjsunit/typeof.js +0 -40
  557. data/ext/v8/upstream/2.0.6/test/mjsunit/undeletable-functions.js +0 -181
  558. data/ext/v8/upstream/2.0.6/test/mjsunit/unicode-case-overoptimization.js +0 -35
  559. data/ext/v8/upstream/2.0.6/test/mjsunit/unicode-string-to-number.js +0 -46
  560. data/ext/v8/upstream/2.0.6/test/mjsunit/unicode-test.js +0 -9169
  561. data/ext/v8/upstream/2.0.6/test/mjsunit/unusual-constructor.js +0 -38
  562. data/ext/v8/upstream/2.0.6/test/mjsunit/uri.js +0 -78
  563. data/ext/v8/upstream/2.0.6/test/mjsunit/value-callic-prototype-change.js +0 -94
  564. data/ext/v8/upstream/2.0.6/test/mjsunit/var.js +0 -37
  565. data/ext/v8/upstream/2.0.6/test/mjsunit/with-function-expression.js +0 -36
  566. data/ext/v8/upstream/2.0.6/test/mjsunit/with-leave.js +0 -61
  567. data/ext/v8/upstream/2.0.6/test/mjsunit/with-parameter-access.js +0 -47
  568. data/ext/v8/upstream/2.0.6/test/mjsunit/with-prototype.js +0 -44
  569. data/ext/v8/upstream/2.0.6/test/mjsunit/with-value.js +0 -38
  570. data/ext/v8/upstream/2.0.6/test/mozilla/mozilla-shell-emulation.js +0 -37
  571. data/ext/v8/upstream/2.0.6/test/mozilla/mozilla.status +0 -815
  572. data/ext/v8/upstream/2.0.6/test/mozilla/testcfg.py +0 -138
  573. data/ext/v8/upstream/2.0.6/test/sputnik/README +0 -6
  574. data/ext/v8/upstream/2.0.6/test/sputnik/sputnik.status +0 -318
  575. data/ext/v8/upstream/2.0.6/test/sputnik/testcfg.py +0 -112
  576. data/ext/v8/upstream/2.0.6/tools/js2c.pyc +0 -0
  577. data/ext/v8/upstream/2.0.6/tools/jsmin.pyc +0 -0
  578. data/ext/v8/upstream/2.0.6/tools/utils.pyc +0 -0
  579. data/spec/redjs/README.txt +0 -8
@@ -1,211 +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
- #ifndef CCTEST_H_
29
- #define CCTEST_H_
30
-
31
- #include "v8.h"
32
-
33
- #ifndef TEST
34
- #define TEST(Name) \
35
- static void Test##Name(); \
36
- CcTest register_test_##Name(Test##Name, __FILE__, #Name, NULL, true); \
37
- static void Test##Name()
38
- #endif
39
-
40
- #ifndef DEPENDENT_TEST
41
- #define DEPENDENT_TEST(Name, Dep) \
42
- static void Test##Name(); \
43
- CcTest register_test_##Name(Test##Name, __FILE__, #Name, #Dep, true); \
44
- static void Test##Name()
45
- #endif
46
-
47
- #ifndef DISABLED_TEST
48
- #define DISABLED_TEST(Name) \
49
- static void Test##Name(); \
50
- CcTest register_test_##Name(Test##Name, __FILE__, #Name, NULL, false); \
51
- static void Test##Name()
52
- #endif
53
-
54
- class CcTest {
55
- public:
56
- typedef void (TestFunction)();
57
- CcTest(TestFunction* callback, const char* file, const char* name,
58
- const char* dependency, bool enabled);
59
- void Run() { callback_(); }
60
- static int test_count();
61
- static CcTest* last() { return last_; }
62
- CcTest* prev() { return prev_; }
63
- const char* file() { return file_; }
64
- const char* name() { return name_; }
65
- const char* dependency() { return dependency_; }
66
- bool enabled() { return enabled_; }
67
- private:
68
- TestFunction* callback_;
69
- const char* file_;
70
- const char* name_;
71
- const char* dependency_;
72
- bool enabled_;
73
- static CcTest* last_;
74
- CcTest* prev_;
75
- };
76
-
77
- // Switches between all the Api tests using the threading support.
78
- // In order to get a surprising but repeatable pattern of thread
79
- // switching it has extra semaphores to control the order in which
80
- // the tests alternate, not relying solely on the big V8 lock.
81
- //
82
- // A test is augmented with calls to ApiTestFuzzer::Fuzz() in its
83
- // callbacks. This will have no effect when we are not running the
84
- // thread fuzzing test. In the thread fuzzing test it will
85
- // pseudorandomly select a successor thread and switch execution
86
- // to that thread, suspending the current test.
87
- class ApiTestFuzzer: public v8::internal::Thread {
88
- public:
89
- void CallTest();
90
- explicit ApiTestFuzzer(int num)
91
- : test_number_(num),
92
- gate_(v8::internal::OS::CreateSemaphore(0)),
93
- active_(true) {
94
- }
95
- ~ApiTestFuzzer() { delete gate_; }
96
-
97
- // The ApiTestFuzzer is also a Thread, so it has a Run method.
98
- virtual void Run();
99
-
100
- enum PartOfTest { FIRST_PART, SECOND_PART };
101
-
102
- static void Setup(PartOfTest part);
103
- static void RunAllTests();
104
- static void TearDown();
105
- // This method switches threads if we are running the Threading test.
106
- // Otherwise it does nothing.
107
- static void Fuzz();
108
- private:
109
- static bool fuzzing_;
110
- static int tests_being_run_;
111
- static int current_;
112
- static int active_tests_;
113
- static bool NextThread();
114
- int test_number_;
115
- v8::internal::Semaphore* gate_;
116
- bool active_;
117
- void ContextSwitch();
118
- static int GetNextTestNumber();
119
- static v8::internal::Semaphore* all_tests_done_;
120
- };
121
-
122
-
123
- #define THREADED_TEST(Name) \
124
- static void Test##Name(); \
125
- RegisterThreadedTest register_##Name(Test##Name, #Name); \
126
- /* */ TEST(Name)
127
-
128
-
129
- class RegisterThreadedTest {
130
- public:
131
- explicit RegisterThreadedTest(CcTest::TestFunction* callback,
132
- const char* name)
133
- : fuzzer_(NULL), callback_(callback), name_(name) {
134
- prev_ = first_;
135
- first_ = this;
136
- count_++;
137
- }
138
- static int count() { return count_; }
139
- static RegisterThreadedTest* nth(int i) {
140
- CHECK(i < count());
141
- RegisterThreadedTest* current = first_;
142
- while (i > 0) {
143
- i--;
144
- current = current->prev_;
145
- }
146
- return current;
147
- }
148
- CcTest::TestFunction* callback() { return callback_; }
149
- ApiTestFuzzer* fuzzer_;
150
- const char* name() { return name_; }
151
-
152
- private:
153
- static RegisterThreadedTest* first_;
154
- static int count_;
155
- CcTest::TestFunction* callback_;
156
- RegisterThreadedTest* prev_;
157
- const char* name_;
158
- };
159
-
160
-
161
- // A LocalContext holds a reference to a v8::Context.
162
- class LocalContext {
163
- public:
164
- LocalContext(v8::ExtensionConfiguration* extensions = 0,
165
- v8::Handle<v8::ObjectTemplate> global_template =
166
- v8::Handle<v8::ObjectTemplate>(),
167
- v8::Handle<v8::Value> global_object = v8::Handle<v8::Value>())
168
- : context_(v8::Context::New(extensions, global_template, global_object)) {
169
- context_->Enter();
170
- }
171
-
172
- virtual ~LocalContext() {
173
- context_->Exit();
174
- context_.Dispose();
175
- }
176
-
177
- v8::Context* operator->() { return *context_; }
178
- v8::Context* operator*() { return *context_; }
179
- bool IsReady() { return !context_.IsEmpty(); }
180
-
181
- v8::Local<v8::Context> local() {
182
- return v8::Local<v8::Context>::New(context_);
183
- }
184
-
185
- private:
186
- v8::Persistent<v8::Context> context_;
187
- };
188
-
189
-
190
- static inline v8::Local<v8::Value> v8_num(double x) {
191
- return v8::Number::New(x);
192
- }
193
-
194
-
195
- static inline v8::Local<v8::String> v8_str(const char* x) {
196
- return v8::String::New(x);
197
- }
198
-
199
-
200
- static inline v8::Local<v8::Script> v8_compile(const char* x) {
201
- return v8::Script::Compile(v8_str(x));
202
- }
203
-
204
-
205
- // Helper function that compiles and runs the source.
206
- static inline v8::Local<v8::Value> CompileRun(const char* source) {
207
- return v8::Script::Compile(v8::String::New(source))->Run();
208
- }
209
-
210
-
211
- #endif // ifndef CCTEST_H_
@@ -1,54 +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
- prefix cctest
29
-
30
- # BUG(281): This test fails on some Linuxes.
31
- test-debug/DebuggerAgent: PASS, (PASS || FAIL) if $system == linux
32
-
33
- # BUG(382): Weird test. Can't guarantee that it never times out.
34
- test-api/ApplyInterruption: PASS || TIMEOUT
35
-
36
- # These tests always fail. They are here to test test.py. If
37
- # they don't fail then test.py has failed.
38
- test-serialize/TestThatAlwaysFails: FAIL
39
- test-serialize/DependentTestThatAlwaysFails: FAIL
40
-
41
-
42
- [ $arch == arm ]
43
-
44
- # BUG(240): Test seems flaky on ARM.
45
- test-api/RegExpInterruption: SKIP
46
-
47
- # We cannot assume that we can throw OutOfMemory exceptions in all situations.
48
- # Apparently our ARM box is in such a state. Skip the test as it also runs for
49
- # a long time.
50
- test-api/OutOfMemory: SKIP
51
- test-api/OutOfMemoryNested: SKIP
52
-
53
- # BUG(355): Test crashes on ARM.
54
- test-log/ProfLazyMode: SKIP
@@ -1,450 +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
- #include <stdlib.h>
29
-
30
- #include "v8.h"
31
-
32
- #include "api.h"
33
- #include "cctest.h"
34
- #include "frames-inl.h"
35
- #include "string-stream.h"
36
-
37
- using ::v8::ObjectTemplate;
38
- using ::v8::Value;
39
- using ::v8::Context;
40
- using ::v8::Local;
41
- using ::v8::String;
42
- using ::v8::Script;
43
- using ::v8::Function;
44
- using ::v8::AccessorInfo;
45
- using ::v8::Extension;
46
-
47
- namespace i = ::v8::internal;
48
-
49
- static v8::Handle<Value> handle_property(Local<String> name,
50
- const AccessorInfo&) {
51
- ApiTestFuzzer::Fuzz();
52
- return v8_num(900);
53
- }
54
-
55
-
56
- THREADED_TEST(PropertyHandler) {
57
- v8::HandleScope scope;
58
- Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New();
59
- fun_templ->InstanceTemplate()->SetAccessor(v8_str("foo"), handle_property);
60
- LocalContext env;
61
- Local<Function> fun = fun_templ->GetFunction();
62
- env->Global()->Set(v8_str("Fun"), fun);
63
- Local<Script> getter = v8_compile("var obj = new Fun(); obj.foo;");
64
- CHECK_EQ(900, getter->Run()->Int32Value());
65
- Local<Script> setter = v8_compile("obj.foo = 901;");
66
- CHECK_EQ(901, setter->Run()->Int32Value());
67
- }
68
-
69
-
70
- static v8::Handle<Value> GetIntValue(Local<String> property,
71
- const AccessorInfo& info) {
72
- ApiTestFuzzer::Fuzz();
73
- int* value =
74
- static_cast<int*>(v8::Handle<v8::External>::Cast(info.Data())->Value());
75
- return v8_num(*value);
76
- }
77
-
78
-
79
- static void SetIntValue(Local<String> property,
80
- Local<Value> value,
81
- const AccessorInfo& info) {
82
- int* field =
83
- static_cast<int*>(v8::Handle<v8::External>::Cast(info.Data())->Value());
84
- *field = value->Int32Value();
85
- }
86
-
87
- int foo, bar, baz;
88
-
89
- THREADED_TEST(GlobalVariableAccess) {
90
- foo = 0;
91
- bar = -4;
92
- baz = 10;
93
- v8::HandleScope scope;
94
- v8::Handle<v8::FunctionTemplate> templ = v8::FunctionTemplate::New();
95
- templ->InstanceTemplate()->SetAccessor(v8_str("foo"),
96
- GetIntValue,
97
- SetIntValue,
98
- v8::External::New(&foo));
99
- templ->InstanceTemplate()->SetAccessor(v8_str("bar"),
100
- GetIntValue,
101
- SetIntValue,
102
- v8::External::New(&bar));
103
- templ->InstanceTemplate()->SetAccessor(v8_str("baz"),
104
- GetIntValue,
105
- SetIntValue,
106
- v8::External::New(&baz));
107
- LocalContext env(0, templ->InstanceTemplate());
108
- v8_compile("foo = (++bar) + baz")->Run();
109
- CHECK_EQ(bar, -3);
110
- CHECK_EQ(foo, 7);
111
- }
112
-
113
-
114
- static int x_register = 0;
115
- static v8::Handle<v8::Object> x_receiver;
116
- static v8::Handle<v8::Object> x_holder;
117
-
118
-
119
- static v8::Handle<Value> XGetter(Local<String> name, const AccessorInfo& info) {
120
- ApiTestFuzzer::Fuzz();
121
- CHECK_EQ(x_receiver, info.This());
122
- CHECK_EQ(x_holder, info.Holder());
123
- return v8_num(x_register);
124
- }
125
-
126
-
127
- static void XSetter(Local<String> name,
128
- Local<Value> value,
129
- const AccessorInfo& info) {
130
- CHECK_EQ(x_holder, info.This());
131
- CHECK_EQ(x_holder, info.Holder());
132
- x_register = value->Int32Value();
133
- }
134
-
135
-
136
- THREADED_TEST(AccessorIC) {
137
- v8::HandleScope scope;
138
- v8::Handle<v8::ObjectTemplate> obj = ObjectTemplate::New();
139
- obj->SetAccessor(v8_str("x"), XGetter, XSetter);
140
- LocalContext context;
141
- x_holder = obj->NewInstance();
142
- context->Global()->Set(v8_str("holder"), x_holder);
143
- x_receiver = v8::Object::New();
144
- context->Global()->Set(v8_str("obj"), x_receiver);
145
- v8::Handle<v8::Array> array = v8::Handle<v8::Array>::Cast(CompileRun(
146
- "obj.__proto__ = holder;"
147
- "var result = [];"
148
- "for (var i = 0; i < 10; i++) {"
149
- " holder.x = i;"
150
- " result.push(obj.x);"
151
- "}"
152
- "result"));
153
- CHECK_EQ(10, array->Length());
154
- for (int i = 0; i < 10; i++) {
155
- v8::Handle<Value> entry = array->Get(v8::Integer::New(i));
156
- CHECK_EQ(v8::Integer::New(i), entry);
157
- }
158
- }
159
-
160
-
161
- static v8::Handle<Value> AccessorProhibitsOverwritingGetter(
162
- Local<String> name,
163
- const AccessorInfo& info) {
164
- ApiTestFuzzer::Fuzz();
165
- return v8::True();
166
- }
167
-
168
-
169
- THREADED_TEST(AccessorProhibitsOverwriting) {
170
- v8::HandleScope scope;
171
- LocalContext context;
172
- Local<ObjectTemplate> templ = ObjectTemplate::New();
173
- templ->SetAccessor(v8_str("x"),
174
- AccessorProhibitsOverwritingGetter,
175
- 0,
176
- v8::Handle<Value>(),
177
- v8::PROHIBITS_OVERWRITING,
178
- v8::ReadOnly);
179
- Local<v8::Object> instance = templ->NewInstance();
180
- context->Global()->Set(v8_str("obj"), instance);
181
- Local<Value> value = CompileRun(
182
- "obj.__defineGetter__('x', function() { return false; });"
183
- "obj.x");
184
- CHECK(value->BooleanValue());
185
- value = CompileRun(
186
- "var setter_called = false;"
187
- "obj.__defineSetter__('x', function() { setter_called = true; });"
188
- "obj.x = 42;"
189
- "setter_called");
190
- CHECK(!value->BooleanValue());
191
- value = CompileRun(
192
- "obj2 = {};"
193
- "obj2.__proto__ = obj;"
194
- "obj2.__defineGetter__('x', function() { return false; });"
195
- "obj2.x");
196
- CHECK(value->BooleanValue());
197
- value = CompileRun(
198
- "var setter_called = false;"
199
- "obj2 = {};"
200
- "obj2.__proto__ = obj;"
201
- "obj2.__defineSetter__('x', function() { setter_called = true; });"
202
- "obj2.x = 42;"
203
- "setter_called");
204
- CHECK(!value->BooleanValue());
205
- }
206
-
207
-
208
- template <int C>
209
- static v8::Handle<Value> HandleAllocatingGetter(Local<String> name,
210
- const AccessorInfo& info) {
211
- ApiTestFuzzer::Fuzz();
212
- for (int i = 0; i < C; i++)
213
- v8::String::New("foo");
214
- return v8::String::New("foo");
215
- }
216
-
217
-
218
- THREADED_TEST(HandleScopePop) {
219
- v8::HandleScope scope;
220
- v8::Handle<v8::ObjectTemplate> obj = ObjectTemplate::New();
221
- obj->SetAccessor(v8_str("one"), HandleAllocatingGetter<1>);
222
- obj->SetAccessor(v8_str("many"), HandleAllocatingGetter<1024>);
223
- LocalContext context;
224
- v8::Handle<v8::Object> inst = obj->NewInstance();
225
- context->Global()->Set(v8::String::New("obj"), inst);
226
- int count_before = i::HandleScope::NumberOfHandles();
227
- {
228
- v8::HandleScope scope;
229
- CompileRun(
230
- "for (var i = 0; i < 1000; i++) {"
231
- " obj.one;"
232
- " obj.many;"
233
- "}");
234
- }
235
- int count_after = i::HandleScope::NumberOfHandles();
236
- CHECK_EQ(count_before, count_after);
237
- }
238
-
239
- static v8::Handle<Value> CheckAccessorArgsCorrect(Local<String> name,
240
- const AccessorInfo& info) {
241
- CHECK(info.This() == info.Holder());
242
- CHECK(info.Data()->Equals(v8::String::New("data")));
243
- ApiTestFuzzer::Fuzz();
244
- CHECK(info.This() == info.Holder());
245
- CHECK(info.Data()->Equals(v8::String::New("data")));
246
- i::Heap::CollectAllGarbage(true);
247
- CHECK(info.This() == info.Holder());
248
- CHECK(info.Data()->Equals(v8::String::New("data")));
249
- return v8::Integer::New(17);
250
- }
251
-
252
- THREADED_TEST(DirectCall) {
253
- v8::HandleScope scope;
254
- v8::Handle<v8::ObjectTemplate> obj = ObjectTemplate::New();
255
- obj->SetAccessor(v8_str("xxx"),
256
- CheckAccessorArgsCorrect,
257
- NULL,
258
- v8::String::New("data"));
259
- LocalContext context;
260
- v8::Handle<v8::Object> inst = obj->NewInstance();
261
- context->Global()->Set(v8::String::New("obj"), inst);
262
- Local<Script> scr = v8::Script::Compile(v8::String::New("obj.xxx"));
263
- for (int i = 0; i < 10; i++) {
264
- Local<Value> result = scr->Run();
265
- CHECK(!result.IsEmpty());
266
- CHECK_EQ(17, result->Int32Value());
267
- }
268
- }
269
-
270
- static v8::Handle<Value> EmptyGetter(Local<String> name,
271
- const AccessorInfo& info) {
272
- CheckAccessorArgsCorrect(name, info);
273
- ApiTestFuzzer::Fuzz();
274
- CheckAccessorArgsCorrect(name, info);
275
- return v8::Handle<v8::Value>();
276
- }
277
-
278
- THREADED_TEST(EmptyResult) {
279
- v8::HandleScope scope;
280
- v8::Handle<v8::ObjectTemplate> obj = ObjectTemplate::New();
281
- obj->SetAccessor(v8_str("xxx"), EmptyGetter, NULL, v8::String::New("data"));
282
- LocalContext context;
283
- v8::Handle<v8::Object> inst = obj->NewInstance();
284
- context->Global()->Set(v8::String::New("obj"), inst);
285
- Local<Script> scr = v8::Script::Compile(v8::String::New("obj.xxx"));
286
- for (int i = 0; i < 10; i++) {
287
- Local<Value> result = scr->Run();
288
- CHECK(result == v8::Undefined());
289
- }
290
- }
291
-
292
-
293
- THREADED_TEST(NoReuseRegress) {
294
- // Check that the IC generated for the one test doesn't get reused
295
- // for the other.
296
- v8::HandleScope scope;
297
- {
298
- v8::Handle<v8::ObjectTemplate> obj = ObjectTemplate::New();
299
- obj->SetAccessor(v8_str("xxx"), EmptyGetter, NULL, v8::String::New("data"));
300
- LocalContext context;
301
- v8::Handle<v8::Object> inst = obj->NewInstance();
302
- context->Global()->Set(v8::String::New("obj"), inst);
303
- Local<Script> scr = v8::Script::Compile(v8::String::New("obj.xxx"));
304
- for (int i = 0; i < 2; i++) {
305
- Local<Value> result = scr->Run();
306
- CHECK(result == v8::Undefined());
307
- }
308
- }
309
- {
310
- v8::Handle<v8::ObjectTemplate> obj = ObjectTemplate::New();
311
- obj->SetAccessor(v8_str("xxx"),
312
- CheckAccessorArgsCorrect,
313
- NULL,
314
- v8::String::New("data"));
315
- LocalContext context;
316
- v8::Handle<v8::Object> inst = obj->NewInstance();
317
- context->Global()->Set(v8::String::New("obj"), inst);
318
- Local<Script> scr = v8::Script::Compile(v8::String::New("obj.xxx"));
319
- for (int i = 0; i < 10; i++) {
320
- Local<Value> result = scr->Run();
321
- CHECK(!result.IsEmpty());
322
- CHECK_EQ(17, result->Int32Value());
323
- }
324
- }
325
- }
326
-
327
- static v8::Handle<Value> ThrowingGetAccessor(Local<String> name,
328
- const AccessorInfo& info) {
329
- ApiTestFuzzer::Fuzz();
330
- return v8::ThrowException(v8_str("g"));
331
- }
332
-
333
-
334
- static void ThrowingSetAccessor(Local<String> name,
335
- Local<Value> value,
336
- const AccessorInfo& info) {
337
- v8::ThrowException(value);
338
- }
339
-
340
-
341
- THREADED_TEST(Regress1054726) {
342
- v8::HandleScope scope;
343
- v8::Handle<v8::ObjectTemplate> obj = ObjectTemplate::New();
344
- obj->SetAccessor(v8_str("x"),
345
- ThrowingGetAccessor,
346
- ThrowingSetAccessor,
347
- Local<Value>());
348
-
349
- LocalContext env;
350
- env->Global()->Set(v8_str("obj"), obj->NewInstance());
351
-
352
- // Use the throwing property setter/getter in a loop to force
353
- // the accessor ICs to be initialized.
354
- v8::Handle<Value> result;
355
- result = Script::Compile(v8_str(
356
- "var result = '';"
357
- "for (var i = 0; i < 5; i++) {"
358
- " try { obj.x; } catch (e) { result += e; }"
359
- "}; result"))->Run();
360
- CHECK_EQ(v8_str("ggggg"), result);
361
-
362
- result = Script::Compile(String::New(
363
- "var result = '';"
364
- "for (var i = 0; i < 5; i++) {"
365
- " try { obj.x = i; } catch (e) { result += e; }"
366
- "}; result"))->Run();
367
- CHECK_EQ(v8_str("01234"), result);
368
- }
369
-
370
-
371
- static v8::Handle<Value> AllocGetter(Local<String> name,
372
- const AccessorInfo& info) {
373
- ApiTestFuzzer::Fuzz();
374
- return v8::Array::New(1000);
375
- }
376
-
377
-
378
- THREADED_TEST(Gc) {
379
- v8::HandleScope scope;
380
- v8::Handle<v8::ObjectTemplate> obj = ObjectTemplate::New();
381
- obj->SetAccessor(v8_str("xxx"), AllocGetter);
382
- LocalContext env;
383
- env->Global()->Set(v8_str("obj"), obj->NewInstance());
384
- Script::Compile(String::New(
385
- "var last = [];"
386
- "for (var i = 0; i < 2048; i++) {"
387
- " var result = obj.xxx;"
388
- " result[0] = last;"
389
- " last = result;"
390
- "}"))->Run();
391
- }
392
-
393
-
394
- static v8::Handle<Value> StackCheck(Local<String> name,
395
- const AccessorInfo& info) {
396
- i::StackFrameIterator iter;
397
- for (int i = 0; !iter.done(); i++) {
398
- i::StackFrame* frame = iter.frame();
399
- CHECK(i != 0 || (frame->type() == i::StackFrame::EXIT));
400
- CHECK(frame->code()->IsCode());
401
- i::Address pc = frame->pc();
402
- i::Code* code = frame->code();
403
- CHECK(code->contains(pc));
404
- iter.Advance();
405
- }
406
- return v8::Undefined();
407
- }
408
-
409
-
410
- THREADED_TEST(StackIteration) {
411
- v8::HandleScope scope;
412
- v8::Handle<v8::ObjectTemplate> obj = ObjectTemplate::New();
413
- i::StringStream::ClearMentionedObjectCache();
414
- obj->SetAccessor(v8_str("xxx"), StackCheck);
415
- LocalContext env;
416
- env->Global()->Set(v8_str("obj"), obj->NewInstance());
417
- Script::Compile(String::New(
418
- "function foo() {"
419
- " return obj.xxx;"
420
- "}"
421
- "for (var i = 0; i < 100; i++) {"
422
- " foo();"
423
- "}"))->Run();
424
- }
425
-
426
-
427
- static v8::Handle<Value> AllocateHandles(Local<String> name,
428
- const AccessorInfo& info) {
429
- for (int i = 0; i < i::kHandleBlockSize + 1; i++) {
430
- v8::Local<v8::Value>::New(name);
431
- }
432
- return v8::Integer::New(100);
433
- }
434
-
435
-
436
- THREADED_TEST(HandleScopeSegment) {
437
- // Check that we can return values past popping of handle scope
438
- // segments.
439
- v8::HandleScope scope;
440
- v8::Handle<v8::ObjectTemplate> obj = ObjectTemplate::New();
441
- obj->SetAccessor(v8_str("xxx"), AllocateHandles);
442
- LocalContext env;
443
- env->Global()->Set(v8_str("obj"), obj->NewInstance());
444
- v8::Handle<v8::Value> result = Script::Compile(String::New(
445
- "var result;"
446
- "for (var i = 0; i < 4; i++)"
447
- " result = obj.xxx;"
448
- "result;"))->Run();
449
- CHECK_EQ(100, result->Int32Value());
450
- }