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,880 +0,0 @@
1
- // Copyright 2008 the V8 project authors. All rights reserved.
2
- // Copyright 1996 John Maloney and Mario Wolczko.
3
-
4
- // This program is free software; you can redistribute it and/or modify
5
- // it under the terms of the GNU General Public License as published by
6
- // the Free Software Foundation; either version 2 of the License, or
7
- // (at your option) any later version.
8
- //
9
- // This program is distributed in the hope that it will be useful,
10
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
11
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
- // GNU General Public License for more details.
13
- //
14
- // You should have received a copy of the GNU General Public License
15
- // along with this program; if not, write to the Free Software
16
- // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17
-
18
-
19
- // This implementation of the DeltaBlue benchmark is derived
20
- // from the Smalltalk implementation by John Maloney and Mario
21
- // Wolczko. Some parts have been translated directly, whereas
22
- // others have been modified more aggresively to make it feel
23
- // more like a JavaScript program.
24
-
25
-
26
- var DeltaBlue = new BenchmarkSuite('DeltaBlue', 71104, [
27
- new Benchmark('DeltaBlue', deltaBlue)
28
- ]);
29
-
30
-
31
- /**
32
- * A JavaScript implementation of the DeltaBlue constrain-solving
33
- * algorithm, as described in:
34
- *
35
- * "The DeltaBlue Algorithm: An Incremental Constraint Hierarchy Solver"
36
- * Bjorn N. Freeman-Benson and John Maloney
37
- * January 1990 Communications of the ACM,
38
- * also available as University of Washington TR 89-08-06.
39
- *
40
- * Beware: this benchmark is written in a grotesque style where
41
- * the constraint model is built by side-effects from constructors.
42
- * I've kept it this way to avoid deviating too much from the original
43
- * implementation.
44
- */
45
-
46
-
47
- /* --- O b j e c t M o d e l --- */
48
-
49
- Object.prototype.inheritsFrom = function (shuper) {
50
- function Inheriter() { }
51
- Inheriter.prototype = shuper.prototype;
52
- this.prototype = new Inheriter();
53
- this.superConstructor = shuper;
54
- }
55
-
56
- function OrderedCollection() {
57
- this.elms = new Array();
58
- }
59
-
60
- OrderedCollection.prototype.add = function (elm) {
61
- this.elms.push(elm);
62
- }
63
-
64
- OrderedCollection.prototype.at = function (index) {
65
- return this.elms[index];
66
- }
67
-
68
- OrderedCollection.prototype.size = function () {
69
- return this.elms.length;
70
- }
71
-
72
- OrderedCollection.prototype.removeFirst = function () {
73
- return this.elms.pop();
74
- }
75
-
76
- OrderedCollection.prototype.remove = function (elm) {
77
- var index = 0, skipped = 0;
78
- for (var i = 0; i < this.elms.length; i++) {
79
- var value = this.elms[i];
80
- if (value != elm) {
81
- this.elms[index] = value;
82
- index++;
83
- } else {
84
- skipped++;
85
- }
86
- }
87
- for (var i = 0; i < skipped; i++)
88
- this.elms.pop();
89
- }
90
-
91
- /* --- *
92
- * S t r e n g t h
93
- * --- */
94
-
95
- /**
96
- * Strengths are used to measure the relative importance of constraints.
97
- * New strengths may be inserted in the strength hierarchy without
98
- * disrupting current constraints. Strengths cannot be created outside
99
- * this class, so pointer comparison can be used for value comparison.
100
- */
101
- function Strength(strengthValue, name) {
102
- this.strengthValue = strengthValue;
103
- this.name = name;
104
- }
105
-
106
- Strength.stronger = function (s1, s2) {
107
- return s1.strengthValue < s2.strengthValue;
108
- }
109
-
110
- Strength.weaker = function (s1, s2) {
111
- return s1.strengthValue > s2.strengthValue;
112
- }
113
-
114
- Strength.weakestOf = function (s1, s2) {
115
- return this.weaker(s1, s2) ? s1 : s2;
116
- }
117
-
118
- Strength.strongest = function (s1, s2) {
119
- return this.stronger(s1, s2) ? s1 : s2;
120
- }
121
-
122
- Strength.prototype.nextWeaker = function () {
123
- switch (this.strengthValue) {
124
- case 0: return Strength.WEAKEST;
125
- case 1: return Strength.WEAK_DEFAULT;
126
- case 2: return Strength.NORMAL;
127
- case 3: return Strength.STRONG_DEFAULT;
128
- case 4: return Strength.PREFERRED;
129
- case 5: return Strength.REQUIRED;
130
- }
131
- }
132
-
133
- // Strength constants.
134
- Strength.REQUIRED = new Strength(0, "required");
135
- Strength.STONG_PREFERRED = new Strength(1, "strongPreferred");
136
- Strength.PREFERRED = new Strength(2, "preferred");
137
- Strength.STRONG_DEFAULT = new Strength(3, "strongDefault");
138
- Strength.NORMAL = new Strength(4, "normal");
139
- Strength.WEAK_DEFAULT = new Strength(5, "weakDefault");
140
- Strength.WEAKEST = new Strength(6, "weakest");
141
-
142
- /* --- *
143
- * C o n s t r a i n t
144
- * --- */
145
-
146
- /**
147
- * An abstract class representing a system-maintainable relationship
148
- * (or "constraint") between a set of variables. A constraint supplies
149
- * a strength instance variable; concrete subclasses provide a means
150
- * of storing the constrained variables and other information required
151
- * to represent a constraint.
152
- */
153
- function Constraint(strength) {
154
- this.strength = strength;
155
- }
156
-
157
- /**
158
- * Activate this constraint and attempt to satisfy it.
159
- */
160
- Constraint.prototype.addConstraint = function () {
161
- this.addToGraph();
162
- planner.incrementalAdd(this);
163
- }
164
-
165
- /**
166
- * Attempt to find a way to enforce this constraint. If successful,
167
- * record the solution, perhaps modifying the current dataflow
168
- * graph. Answer the constraint that this constraint overrides, if
169
- * there is one, or nil, if there isn't.
170
- * Assume: I am not already satisfied.
171
- */
172
- Constraint.prototype.satisfy = function (mark) {
173
- this.chooseMethod(mark);
174
- if (!this.isSatisfied()) {
175
- if (this.strength == Strength.REQUIRED)
176
- alert("Could not satisfy a required constraint!");
177
- return null;
178
- }
179
- this.markInputs(mark);
180
- var out = this.output();
181
- var overridden = out.determinedBy;
182
- if (overridden != null) overridden.markUnsatisfied();
183
- out.determinedBy = this;
184
- if (!planner.addPropagate(this, mark))
185
- alert("Cycle encountered");
186
- out.mark = mark;
187
- return overridden;
188
- }
189
-
190
- Constraint.prototype.destroyConstraint = function () {
191
- if (this.isSatisfied()) planner.incrementalRemove(this);
192
- else this.removeFromGraph();
193
- }
194
-
195
- /**
196
- * Normal constraints are not input constraints. An input constraint
197
- * is one that depends on external state, such as the mouse, the
198
- * keybord, a clock, or some arbitraty piece of imperative code.
199
- */
200
- Constraint.prototype.isInput = function () {
201
- return false;
202
- }
203
-
204
- /* --- *
205
- * U n a r y C o n s t r a i n t
206
- * --- */
207
-
208
- /**
209
- * Abstract superclass for constraints having a single possible output
210
- * variable.
211
- */
212
- function UnaryConstraint(v, strength) {
213
- UnaryConstraint.superConstructor.call(this, strength);
214
- this.myOutput = v;
215
- this.satisfied = false;
216
- this.addConstraint();
217
- }
218
-
219
- UnaryConstraint.inheritsFrom(Constraint);
220
-
221
- /**
222
- * Adds this constraint to the constraint graph
223
- */
224
- UnaryConstraint.prototype.addToGraph = function () {
225
- this.myOutput.addConstraint(this);
226
- this.satisfied = false;
227
- }
228
-
229
- /**
230
- * Decides if this constraint can be satisfied and records that
231
- * decision.
232
- */
233
- UnaryConstraint.prototype.chooseMethod = function (mark) {
234
- this.satisfied = (this.myOutput.mark != mark)
235
- && Strength.stronger(this.strength, this.myOutput.walkStrength);
236
- }
237
-
238
- /**
239
- * Returns true if this constraint is satisfied in the current solution.
240
- */
241
- UnaryConstraint.prototype.isSatisfied = function () {
242
- return this.satisfied;
243
- }
244
-
245
- UnaryConstraint.prototype.markInputs = function (mark) {
246
- // has no inputs
247
- }
248
-
249
- /**
250
- * Returns the current output variable.
251
- */
252
- UnaryConstraint.prototype.output = function () {
253
- return this.myOutput;
254
- }
255
-
256
- /**
257
- * Calculate the walkabout strength, the stay flag, and, if it is
258
- * 'stay', the value for the current output of this constraint. Assume
259
- * this constraint is satisfied.
260
- */
261
- UnaryConstraint.prototype.recalculate = function () {
262
- this.myOutput.walkStrength = this.strength;
263
- this.myOutput.stay = !this.isInput();
264
- if (this.myOutput.stay) this.execute(); // Stay optimization
265
- }
266
-
267
- /**
268
- * Records that this constraint is unsatisfied
269
- */
270
- UnaryConstraint.prototype.markUnsatisfied = function () {
271
- this.satisfied = false;
272
- }
273
-
274
- UnaryConstraint.prototype.inputsKnown = function () {
275
- return true;
276
- }
277
-
278
- UnaryConstraint.prototype.removeFromGraph = function () {
279
- if (this.myOutput != null) this.myOutput.removeConstraint(this);
280
- this.satisfied = false;
281
- }
282
-
283
- /* --- *
284
- * S t a y C o n s t r a i n t
285
- * --- */
286
-
287
- /**
288
- * Variables that should, with some level of preference, stay the same.
289
- * Planners may exploit the fact that instances, if satisfied, will not
290
- * change their output during plan execution. This is called "stay
291
- * optimization".
292
- */
293
- function StayConstraint(v, str) {
294
- StayConstraint.superConstructor.call(this, v, str);
295
- }
296
-
297
- StayConstraint.inheritsFrom(UnaryConstraint);
298
-
299
- StayConstraint.prototype.execute = function () {
300
- // Stay constraints do nothing
301
- }
302
-
303
- /* --- *
304
- * E d i t C o n s t r a i n t
305
- * --- */
306
-
307
- /**
308
- * A unary input constraint used to mark a variable that the client
309
- * wishes to change.
310
- */
311
- function EditConstraint(v, str) {
312
- EditConstraint.superConstructor.call(this, v, str);
313
- }
314
-
315
- EditConstraint.inheritsFrom(UnaryConstraint);
316
-
317
- /**
318
- * Edits indicate that a variable is to be changed by imperative code.
319
- */
320
- EditConstraint.prototype.isInput = function () {
321
- return true;
322
- }
323
-
324
- EditConstraint.prototype.execute = function () {
325
- // Edit constraints do nothing
326
- }
327
-
328
- /* --- *
329
- * B i n a r y C o n s t r a i n t
330
- * --- */
331
-
332
- var Direction = new Object();
333
- Direction.NONE = 0;
334
- Direction.FORWARD = 1;
335
- Direction.BACKWARD = -1;
336
-
337
- /**
338
- * Abstract superclass for constraints having two possible output
339
- * variables.
340
- */
341
- function BinaryConstraint(var1, var2, strength) {
342
- BinaryConstraint.superConstructor.call(this, strength);
343
- this.v1 = var1;
344
- this.v2 = var2;
345
- this.direction = Direction.NONE;
346
- this.addConstraint();
347
- }
348
-
349
- BinaryConstraint.inheritsFrom(Constraint);
350
-
351
- /**
352
- * Decides if this constratint can be satisfied and which way it
353
- * should flow based on the relative strength of the variables related,
354
- * and record that decision.
355
- */
356
- BinaryConstraint.prototype.chooseMethod = function (mark) {
357
- if (this.v1.mark == mark) {
358
- this.direction = (this.v1.mark != mark && Strength.stronger(this.strength, this.v2.walkStrength))
359
- ? Direction.FORWARD
360
- : Direction.NONE;
361
- }
362
- if (this.v2.mark == mark) {
363
- this.direction = (this.v1.mark != mark && Strength.stronger(this.strength, this.v1.walkStrength))
364
- ? Direction.BACKWARD
365
- : Direction.NONE;
366
- }
367
- if (Strength.weaker(this.v1.walkStrength, this.v2.walkStrength)) {
368
- this.direction = Strength.stronger(this.strength, this.v1.walkStrength)
369
- ? Direction.BACKWARD
370
- : Direction.NONE;
371
- } else {
372
- this.direction = Strength.stronger(this.strength, this.v2.walkStrength)
373
- ? Direction.FORWARD
374
- : Direction.BACKWARD
375
- }
376
- }
377
-
378
- /**
379
- * Add this constraint to the constraint graph
380
- */
381
- BinaryConstraint.prototype.addToGraph = function () {
382
- this.v1.addConstraint(this);
383
- this.v2.addConstraint(this);
384
- this.direction = Direction.NONE;
385
- }
386
-
387
- /**
388
- * Answer true if this constraint is satisfied in the current solution.
389
- */
390
- BinaryConstraint.prototype.isSatisfied = function () {
391
- return this.direction != Direction.NONE;
392
- }
393
-
394
- /**
395
- * Mark the input variable with the given mark.
396
- */
397
- BinaryConstraint.prototype.markInputs = function (mark) {
398
- this.input().mark = mark;
399
- }
400
-
401
- /**
402
- * Returns the current input variable
403
- */
404
- BinaryConstraint.prototype.input = function () {
405
- return (this.direction == Direction.FORWARD) ? this.v1 : this.v2;
406
- }
407
-
408
- /**
409
- * Returns the current output variable
410
- */
411
- BinaryConstraint.prototype.output = function () {
412
- return (this.direction == Direction.FORWARD) ? this.v2 : this.v1;
413
- }
414
-
415
- /**
416
- * Calculate the walkabout strength, the stay flag, and, if it is
417
- * 'stay', the value for the current output of this
418
- * constraint. Assume this constraint is satisfied.
419
- */
420
- BinaryConstraint.prototype.recalculate = function () {
421
- var ihn = this.input(), out = this.output();
422
- out.walkStrength = Strength.weakestOf(this.strength, ihn.walkStrength);
423
- out.stay = ihn.stay;
424
- if (out.stay) this.execute();
425
- }
426
-
427
- /**
428
- * Record the fact that this constraint is unsatisfied.
429
- */
430
- BinaryConstraint.prototype.markUnsatisfied = function () {
431
- this.direction = Direction.NONE;
432
- }
433
-
434
- BinaryConstraint.prototype.inputsKnown = function (mark) {
435
- var i = this.input();
436
- return i.mark == mark || i.stay || i.determinedBy == null;
437
- }
438
-
439
- BinaryConstraint.prototype.removeFromGraph = function () {
440
- if (this.v1 != null) this.v1.removeConstraint(this);
441
- if (this.v2 != null) this.v2.removeConstraint(this);
442
- this.direction = Direction.NONE;
443
- }
444
-
445
- /* --- *
446
- * S c a l e C o n s t r a i n t
447
- * --- */
448
-
449
- /**
450
- * Relates two variables by the linear scaling relationship: "v2 =
451
- * (v1 * scale) + offset". Either v1 or v2 may be changed to maintain
452
- * this relationship but the scale factor and offset are considered
453
- * read-only.
454
- */
455
- function ScaleConstraint(src, scale, offset, dest, strength) {
456
- this.direction = Direction.NONE;
457
- this.scale = scale;
458
- this.offset = offset;
459
- ScaleConstraint.superConstructor.call(this, src, dest, strength);
460
- }
461
-
462
- ScaleConstraint.inheritsFrom(BinaryConstraint);
463
-
464
- /**
465
- * Adds this constraint to the constraint graph.
466
- */
467
- ScaleConstraint.prototype.addToGraph = function () {
468
- ScaleConstraint.superConstructor.prototype.addToGraph.call(this);
469
- this.scale.addConstraint(this);
470
- this.offset.addConstraint(this);
471
- }
472
-
473
- ScaleConstraint.prototype.removeFromGraph = function () {
474
- ScaleConstraint.superConstructor.prototype.removeFromGraph.call(this);
475
- if (this.scale != null) this.scale.removeConstraint(this);
476
- if (this.offset != null) this.offset.removeConstraint(this);
477
- }
478
-
479
- ScaleConstraint.prototype.markInputs = function (mark) {
480
- ScaleConstraint.superConstructor.prototype.markInputs.call(this, mark);
481
- this.scale.mark = this.offset.mark = mark;
482
- }
483
-
484
- /**
485
- * Enforce this constraint. Assume that it is satisfied.
486
- */
487
- ScaleConstraint.prototype.execute = function () {
488
- if (this.direction == Direction.FORWARD) {
489
- this.v2.value = this.v1.value * this.scale.value + this.offset.value;
490
- } else {
491
- this.v1.value = (this.v2.value - this.offset.value) / this.scale.value;
492
- }
493
- }
494
-
495
- /**
496
- * Calculate the walkabout strength, the stay flag, and, if it is
497
- * 'stay', the value for the current output of this constraint. Assume
498
- * this constraint is satisfied.
499
- */
500
- ScaleConstraint.prototype.recalculate = function () {
501
- var ihn = this.input(), out = this.output();
502
- out.walkStrength = Strength.weakestOf(this.strength, ihn.walkStrength);
503
- out.stay = ihn.stay && this.scale.stay && this.offset.stay;
504
- if (out.stay) this.execute();
505
- }
506
-
507
- /* --- *
508
- * E q u a l i t y C o n s t r a i n t
509
- * --- */
510
-
511
- /**
512
- * Constrains two variables to have the same value.
513
- */
514
- function EqualityConstraint(var1, var2, strength) {
515
- EqualityConstraint.superConstructor.call(this, var1, var2, strength);
516
- }
517
-
518
- EqualityConstraint.inheritsFrom(BinaryConstraint);
519
-
520
- /**
521
- * Enforce this constraint. Assume that it is satisfied.
522
- */
523
- EqualityConstraint.prototype.execute = function () {
524
- this.output().value = this.input().value;
525
- }
526
-
527
- /* --- *
528
- * V a r i a b l e
529
- * --- */
530
-
531
- /**
532
- * A constrained variable. In addition to its value, it maintain the
533
- * structure of the constraint graph, the current dataflow graph, and
534
- * various parameters of interest to the DeltaBlue incremental
535
- * constraint solver.
536
- **/
537
- function Variable(name, initialValue) {
538
- this.value = initialValue || 0;
539
- this.constraints = new OrderedCollection();
540
- this.determinedBy = null;
541
- this.mark = 0;
542
- this.walkStrength = Strength.WEAKEST;
543
- this.stay = true;
544
- this.name = name;
545
- }
546
-
547
- /**
548
- * Add the given constraint to the set of all constraints that refer
549
- * this variable.
550
- */
551
- Variable.prototype.addConstraint = function (c) {
552
- this.constraints.add(c);
553
- }
554
-
555
- /**
556
- * Removes all traces of c from this variable.
557
- */
558
- Variable.prototype.removeConstraint = function (c) {
559
- this.constraints.remove(c);
560
- if (this.determinedBy == c) this.determinedBy = null;
561
- }
562
-
563
- /* --- *
564
- * P l a n n e r
565
- * --- */
566
-
567
- /**
568
- * The DeltaBlue planner
569
- */
570
- function Planner() {
571
- this.currentMark = 0;
572
- }
573
-
574
- /**
575
- * Attempt to satisfy the given constraint and, if successful,
576
- * incrementally update the dataflow graph. Details: If satifying
577
- * the constraint is successful, it may override a weaker constraint
578
- * on its output. The algorithm attempts to resatisfy that
579
- * constraint using some other method. This process is repeated
580
- * until either a) it reaches a variable that was not previously
581
- * determined by any constraint or b) it reaches a constraint that
582
- * is too weak to be satisfied using any of its methods. The
583
- * variables of constraints that have been processed are marked with
584
- * a unique mark value so that we know where we've been. This allows
585
- * the algorithm to avoid getting into an infinite loop even if the
586
- * constraint graph has an inadvertent cycle.
587
- */
588
- Planner.prototype.incrementalAdd = function (c) {
589
- var mark = this.newMark();
590
- var overridden = c.satisfy(mark);
591
- while (overridden != null)
592
- overridden = overridden.satisfy(mark);
593
- }
594
-
595
- /**
596
- * Entry point for retracting a constraint. Remove the given
597
- * constraint and incrementally update the dataflow graph.
598
- * Details: Retracting the given constraint may allow some currently
599
- * unsatisfiable downstream constraint to be satisfied. We therefore collect
600
- * a list of unsatisfied downstream constraints and attempt to
601
- * satisfy each one in turn. This list is traversed by constraint
602
- * strength, strongest first, as a heuristic for avoiding
603
- * unnecessarily adding and then overriding weak constraints.
604
- * Assume: c is satisfied.
605
- */
606
- Planner.prototype.incrementalRemove = function (c) {
607
- var out = c.output();
608
- c.markUnsatisfied();
609
- c.removeFromGraph();
610
- var unsatisfied = this.removePropagateFrom(out);
611
- var strength = Strength.REQUIRED;
612
- do {
613
- for (var i = 0; i < unsatisfied.size(); i++) {
614
- var u = unsatisfied.at(i);
615
- if (u.strength == strength)
616
- this.incrementalAdd(u);
617
- }
618
- strength = strength.nextWeaker();
619
- } while (strength != Strength.WEAKEST);
620
- }
621
-
622
- /**
623
- * Select a previously unused mark value.
624
- */
625
- Planner.prototype.newMark = function () {
626
- return ++this.currentMark;
627
- }
628
-
629
- /**
630
- * Extract a plan for resatisfaction starting from the given source
631
- * constraints, usually a set of input constraints. This method
632
- * assumes that stay optimization is desired; the plan will contain
633
- * only constraints whose output variables are not stay. Constraints
634
- * that do no computation, such as stay and edit constraints, are
635
- * not included in the plan.
636
- * Details: The outputs of a constraint are marked when it is added
637
- * to the plan under construction. A constraint may be appended to
638
- * the plan when all its input variables are known. A variable is
639
- * known if either a) the variable is marked (indicating that has
640
- * been computed by a constraint appearing earlier in the plan), b)
641
- * the variable is 'stay' (i.e. it is a constant at plan execution
642
- * time), or c) the variable is not determined by any
643
- * constraint. The last provision is for past states of history
644
- * variables, which are not stay but which are also not computed by
645
- * any constraint.
646
- * Assume: sources are all satisfied.
647
- */
648
- Planner.prototype.makePlan = function (sources) {
649
- var mark = this.newMark();
650
- var plan = new Plan();
651
- var todo = sources;
652
- while (todo.size() > 0) {
653
- var c = todo.removeFirst();
654
- if (c.output().mark != mark && c.inputsKnown(mark)) {
655
- plan.addConstraint(c);
656
- c.output().mark = mark;
657
- this.addConstraintsConsumingTo(c.output(), todo);
658
- }
659
- }
660
- return plan;
661
- }
662
-
663
- /**
664
- * Extract a plan for resatisfying starting from the output of the
665
- * given constraints, usually a set of input constraints.
666
- */
667
- Planner.prototype.extractPlanFromConstraints = function (constraints) {
668
- var sources = new OrderedCollection();
669
- for (var i = 0; i < constraints.size(); i++) {
670
- var c = constraints.at(i);
671
- if (c.isInput() && c.isSatisfied())
672
- // not in plan already and eligible for inclusion
673
- sources.add(c);
674
- }
675
- return this.makePlan(sources);
676
- }
677
-
678
- /**
679
- * Recompute the walkabout strengths and stay flags of all variables
680
- * downstream of the given constraint and recompute the actual
681
- * values of all variables whose stay flag is true. If a cycle is
682
- * detected, remove the given constraint and answer
683
- * false. Otherwise, answer true.
684
- * Details: Cycles are detected when a marked variable is
685
- * encountered downstream of the given constraint. The sender is
686
- * assumed to have marked the inputs of the given constraint with
687
- * the given mark. Thus, encountering a marked node downstream of
688
- * the output constraint means that there is a path from the
689
- * constraint's output to one of its inputs.
690
- */
691
- Planner.prototype.addPropagate = function (c, mark) {
692
- var todo = new OrderedCollection();
693
- todo.add(c);
694
- while (todo.size() > 0) {
695
- var d = todo.removeFirst();
696
- if (d.output().mark == mark) {
697
- this.incrementalRemove(c);
698
- return false;
699
- }
700
- d.recalculate();
701
- this.addConstraintsConsumingTo(d.output(), todo);
702
- }
703
- return true;
704
- }
705
-
706
-
707
- /**
708
- * Update the walkabout strengths and stay flags of all variables
709
- * downstream of the given constraint. Answer a collection of
710
- * unsatisfied constraints sorted in order of decreasing strength.
711
- */
712
- Planner.prototype.removePropagateFrom = function (out) {
713
- out.determinedBy = null;
714
- out.walkStrength = Strength.WEAKEST;
715
- out.stay = true;
716
- var unsatisfied = new OrderedCollection();
717
- var todo = new OrderedCollection();
718
- todo.add(out);
719
- while (todo.size() > 0) {
720
- var v = todo.removeFirst();
721
- for (var i = 0; i < v.constraints.size(); i++) {
722
- var c = v.constraints.at(i);
723
- if (!c.isSatisfied())
724
- unsatisfied.add(c);
725
- }
726
- var determining = v.determinedBy;
727
- for (var i = 0; i < v.constraints.size(); i++) {
728
- var next = v.constraints.at(i);
729
- if (next != determining && next.isSatisfied()) {
730
- next.recalculate();
731
- todo.add(next.output());
732
- }
733
- }
734
- }
735
- return unsatisfied;
736
- }
737
-
738
- Planner.prototype.addConstraintsConsumingTo = function (v, coll) {
739
- var determining = v.determinedBy;
740
- var cc = v.constraints;
741
- for (var i = 0; i < cc.size(); i++) {
742
- var c = cc.at(i);
743
- if (c != determining && c.isSatisfied())
744
- coll.add(c);
745
- }
746
- }
747
-
748
- /* --- *
749
- * P l a n
750
- * --- */
751
-
752
- /**
753
- * A Plan is an ordered list of constraints to be executed in sequence
754
- * to resatisfy all currently satisfiable constraints in the face of
755
- * one or more changing inputs.
756
- */
757
- function Plan() {
758
- this.v = new OrderedCollection();
759
- }
760
-
761
- Plan.prototype.addConstraint = function (c) {
762
- this.v.add(c);
763
- }
764
-
765
- Plan.prototype.size = function () {
766
- return this.v.size();
767
- }
768
-
769
- Plan.prototype.constraintAt = function (index) {
770
- return this.v.at(index);
771
- }
772
-
773
- Plan.prototype.execute = function () {
774
- for (var i = 0; i < this.size(); i++) {
775
- var c = this.constraintAt(i);
776
- c.execute();
777
- }
778
- }
779
-
780
- /* --- *
781
- * M a i n
782
- * --- */
783
-
784
- /**
785
- * This is the standard DeltaBlue benchmark. A long chain of equality
786
- * constraints is constructed with a stay constraint on one end. An
787
- * edit constraint is then added to the opposite end and the time is
788
- * measured for adding and removing this constraint, and extracting
789
- * and executing a constraint satisfaction plan. There are two cases.
790
- * In case 1, the added constraint is stronger than the stay
791
- * constraint and values must propagate down the entire length of the
792
- * chain. In case 2, the added constraint is weaker than the stay
793
- * constraint so it cannot be accomodated. The cost in this case is,
794
- * of course, very low. Typical situations lie somewhere between these
795
- * two extremes.
796
- */
797
- function chainTest(n) {
798
- planner = new Planner();
799
- var prev = null, first = null, last = null;
800
-
801
- // Build chain of n equality constraints
802
- for (var i = 0; i <= n; i++) {
803
- var name = "v" + i;
804
- var v = new Variable(name);
805
- if (prev != null)
806
- new EqualityConstraint(prev, v, Strength.REQUIRED);
807
- if (i == 0) first = v;
808
- if (i == n) last = v;
809
- prev = v;
810
- }
811
-
812
- new StayConstraint(last, Strength.STRONG_DEFAULT);
813
- var edit = new EditConstraint(first, Strength.PREFERRED);
814
- var edits = new OrderedCollection();
815
- edits.add(edit);
816
- var plan = planner.extractPlanFromConstraints(edits);
817
- for (var i = 0; i < 100; i++) {
818
- first.value = i;
819
- plan.execute();
820
- if (last.value != i)
821
- alert("Chain test failed.");
822
- }
823
- }
824
-
825
- /**
826
- * This test constructs a two sets of variables related to each
827
- * other by a simple linear transformation (scale and offset). The
828
- * time is measured to change a variable on either side of the
829
- * mapping and to change the scale and offset factors.
830
- */
831
- function projectionTest(n) {
832
- planner = new Planner();
833
- var scale = new Variable("scale", 10);
834
- var offset = new Variable("offset", 1000);
835
- var src = null, dst = null;
836
-
837
- var dests = new OrderedCollection();
838
- for (var i = 0; i < n; i++) {
839
- src = new Variable("src" + i, i);
840
- dst = new Variable("dst" + i, i);
841
- dests.add(dst);
842
- new StayConstraint(src, Strength.NORMAL);
843
- new ScaleConstraint(src, scale, offset, dst, Strength.REQUIRED);
844
- }
845
-
846
- change(src, 17);
847
- if (dst.value != 1170) alert("Projection 1 failed");
848
- change(dst, 1050);
849
- if (src.value != 5) alert("Projection 2 failed");
850
- change(scale, 5);
851
- for (var i = 0; i < n - 1; i++) {
852
- if (dests.at(i).value != i * 5 + 1000)
853
- alert("Projection 3 failed");
854
- }
855
- change(offset, 2000);
856
- for (var i = 0; i < n - 1; i++) {
857
- if (dests.at(i).value != i * 5 + 2000)
858
- alert("Projection 4 failed");
859
- }
860
- }
861
-
862
- function change(v, newValue) {
863
- var edit = new EditConstraint(v, Strength.PREFERRED);
864
- var edits = new OrderedCollection();
865
- edits.add(edit);
866
- var plan = planner.extractPlanFromConstraints(edits);
867
- for (var i = 0; i < 10; i++) {
868
- v.value = newValue;
869
- plan.execute();
870
- }
871
- edit.destroyConstraint();
872
- }
873
-
874
- // Global variable holding the current planner.
875
- var planner = null;
876
-
877
- function deltaBlue() {
878
- chainTest(100);
879
- projectionTest(100);
880
- }