therubyracer 0.4.8-x86-darwin-9 → 0.4.9-x86-darwin-9
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of therubyracer might be problematic. Click here for more details.
- data/.gitignore +11 -0
- data/.gitmodules +3 -0
- data/History.txt +5 -1
- data/Rakefile +35 -38
- data/ext/v8/callbacks.cpp +1 -1
- data/ext/v8/convert_ruby.h +1 -1
- data/ext/v8/convert_string.h +3 -3
- data/ext/v8/extconf.rb +9 -17
- data/ext/v8/upstream/2.0.6/.gitignore +26 -0
- data/ext/v8/upstream/Makefile +31 -0
- data/ext/v8/upstream/no-strict-aliasing.patch +13 -0
- data/ext/v8/v8_str.cpp +1 -1
- data/ext/v8/v8_template.cpp +1 -1
- data/lib/v8.rb +1 -1
- data/lib/v8/v8.bundle +0 -0
- data/spec/ext/obj_spec.rb +1 -1
- data/spec/redjs/jsapi_spec.rb +11 -0
- data/therubyracer.gemspec +658 -12
- metadata +611 -1182
- data/Manifest.txt +0 -1191
- data/ext/v8/upstream/2.0.6/.sconsign.dblite +0 -0
- data/ext/v8/upstream/2.0.6/benchmarks/README.txt +0 -63
- data/ext/v8/upstream/2.0.6/benchmarks/base.js +0 -264
- data/ext/v8/upstream/2.0.6/benchmarks/crypto.js +0 -1698
- data/ext/v8/upstream/2.0.6/benchmarks/deltablue.js +0 -880
- data/ext/v8/upstream/2.0.6/benchmarks/earley-boyer.js +0 -4684
- data/ext/v8/upstream/2.0.6/benchmarks/raytrace.js +0 -935
- data/ext/v8/upstream/2.0.6/benchmarks/regexp.js +0 -1614
- data/ext/v8/upstream/2.0.6/benchmarks/revisions.html +0 -86
- data/ext/v8/upstream/2.0.6/benchmarks/richards.js +0 -539
- data/ext/v8/upstream/2.0.6/benchmarks/run.html +0 -141
- data/ext/v8/upstream/2.0.6/benchmarks/run.js +0 -61
- data/ext/v8/upstream/2.0.6/benchmarks/splay.js +0 -378
- data/ext/v8/upstream/2.0.6/benchmarks/style.css +0 -77
- data/ext/v8/upstream/2.0.6/benchmarks/v8-logo.png +0 -0
- data/ext/v8/upstream/2.0.6/samples/SConscript +0 -38
- data/ext/v8/upstream/2.0.6/samples/count-hosts.js +0 -42
- data/ext/v8/upstream/2.0.6/samples/process.cc +0 -622
- data/ext/v8/upstream/2.0.6/samples/shell.cc +0 -303
- data/ext/v8/upstream/2.0.6/test/cctest/SConscript +0 -95
- data/ext/v8/upstream/2.0.6/test/cctest/cctest.cc +0 -126
- data/ext/v8/upstream/2.0.6/test/cctest/cctest.h +0 -211
- data/ext/v8/upstream/2.0.6/test/cctest/cctest.status +0 -54
- data/ext/v8/upstream/2.0.6/test/cctest/test-accessors.cc +0 -450
- data/ext/v8/upstream/2.0.6/test/cctest/test-alloc.cc +0 -215
- data/ext/v8/upstream/2.0.6/test/cctest/test-api.cc +0 -8699
- data/ext/v8/upstream/2.0.6/test/cctest/test-assembler-arm.cc +0 -227
- data/ext/v8/upstream/2.0.6/test/cctest/test-assembler-ia32.cc +0 -395
- data/ext/v8/upstream/2.0.6/test/cctest/test-assembler-x64.cc +0 -292
- data/ext/v8/upstream/2.0.6/test/cctest/test-ast.cc +0 -97
- data/ext/v8/upstream/2.0.6/test/cctest/test-compiler.cc +0 -318
- data/ext/v8/upstream/2.0.6/test/cctest/test-conversions.cc +0 -130
- data/ext/v8/upstream/2.0.6/test/cctest/test-debug.cc +0 -5788
- data/ext/v8/upstream/2.0.6/test/cctest/test-decls.cc +0 -593
- data/ext/v8/upstream/2.0.6/test/cctest/test-disasm-arm.cc +0 -281
- data/ext/v8/upstream/2.0.6/test/cctest/test-disasm-ia32.cc +0 -418
- data/ext/v8/upstream/2.0.6/test/cctest/test-flags.cc +0 -234
- data/ext/v8/upstream/2.0.6/test/cctest/test-func-name-inference.cc +0 -267
- data/ext/v8/upstream/2.0.6/test/cctest/test-hashmap.cc +0 -176
- data/ext/v8/upstream/2.0.6/test/cctest/test-heap-profiler.cc +0 -396
- data/ext/v8/upstream/2.0.6/test/cctest/test-heap.cc +0 -796
- data/ext/v8/upstream/2.0.6/test/cctest/test-list.cc +0 -101
- data/ext/v8/upstream/2.0.6/test/cctest/test-lock.cc +0 -63
- data/ext/v8/upstream/2.0.6/test/cctest/test-log-stack-tracer.cc +0 -372
- data/ext/v8/upstream/2.0.6/test/cctest/test-log-utils.cc +0 -310
- data/ext/v8/upstream/2.0.6/test/cctest/test-log.cc +0 -1081
- data/ext/v8/upstream/2.0.6/test/cctest/test-macro-assembler-x64.cc +0 -2104
- data/ext/v8/upstream/2.0.6/test/cctest/test-mark-compact.cc +0 -341
- data/ext/v8/upstream/2.0.6/test/cctest/test-parsing.cc +0 -129
- data/ext/v8/upstream/2.0.6/test/cctest/test-platform-linux.cc +0 -80
- data/ext/v8/upstream/2.0.6/test/cctest/test-platform-macos.cc +0 -10
- data/ext/v8/upstream/2.0.6/test/cctest/test-platform-nullos.cc +0 -80
- data/ext/v8/upstream/2.0.6/test/cctest/test-platform-win32.cc +0 -26
- data/ext/v8/upstream/2.0.6/test/cctest/test-regexp.cc +0 -1815
- data/ext/v8/upstream/2.0.6/test/cctest/test-serialize.cc +0 -438
- data/ext/v8/upstream/2.0.6/test/cctest/test-sockets.cc +0 -162
- data/ext/v8/upstream/2.0.6/test/cctest/test-spaces.cc +0 -248
- data/ext/v8/upstream/2.0.6/test/cctest/test-strings.cc +0 -432
- data/ext/v8/upstream/2.0.6/test/cctest/test-thread-termination.cc +0 -290
- data/ext/v8/upstream/2.0.6/test/cctest/test-threads.cc +0 -52
- data/ext/v8/upstream/2.0.6/test/cctest/test-utils.cc +0 -186
- data/ext/v8/upstream/2.0.6/test/cctest/test-version.cc +0 -89
- data/ext/v8/upstream/2.0.6/test/cctest/testcfg.py +0 -108
- data/ext/v8/upstream/2.0.6/test/es5conform/README +0 -14
- data/ext/v8/upstream/2.0.6/test/es5conform/es5conform.status +0 -226
- data/ext/v8/upstream/2.0.6/test/es5conform/harness-adapt.js +0 -74
- data/ext/v8/upstream/2.0.6/test/es5conform/testcfg.py +0 -108
- data/ext/v8/upstream/2.0.6/test/message/message.status +0 -31
- data/ext/v8/upstream/2.0.6/test/message/overwritten-builtins.js +0 -31
- data/ext/v8/upstream/2.0.6/test/message/overwritten-builtins.out +0 -30
- data/ext/v8/upstream/2.0.6/test/message/regress/regress-73.js +0 -33
- data/ext/v8/upstream/2.0.6/test/message/regress/regress-73.out +0 -30
- data/ext/v8/upstream/2.0.6/test/message/regress/regress-75.js +0 -32
- data/ext/v8/upstream/2.0.6/test/message/regress/regress-75.out +0 -30
- data/ext/v8/upstream/2.0.6/test/message/simple-throw.js +0 -28
- data/ext/v8/upstream/2.0.6/test/message/simple-throw.out +0 -30
- data/ext/v8/upstream/2.0.6/test/message/testcfg.py +0 -135
- data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-no-message.js +0 -51
- data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-no-message.out +0 -26
- data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-return-in-finally.js +0 -39
- data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-return-in-finally.out +0 -28
- data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-throw-in-catch-and-finally.js +0 -34
- data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-throw-in-catch-and-finally.out +0 -30
- data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-throw-in-catch.js +0 -34
- data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-throw-in-catch.out +0 -30
- data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-throw-in-finally.js +0 -34
- data/ext/v8/upstream/2.0.6/test/message/try-catch-finally-throw-in-finally.out +0 -30
- data/ext/v8/upstream/2.0.6/test/message/try-finally-return-in-finally.js +0 -37
- data/ext/v8/upstream/2.0.6/test/message/try-finally-return-in-finally.out +0 -28
- data/ext/v8/upstream/2.0.6/test/message/try-finally-throw-in-finally.js +0 -32
- data/ext/v8/upstream/2.0.6/test/message/try-finally-throw-in-finally.out +0 -30
- data/ext/v8/upstream/2.0.6/test/message/try-finally-throw-in-try-and-finally.js +0 -32
- data/ext/v8/upstream/2.0.6/test/message/try-finally-throw-in-try-and-finally.out +0 -30
- data/ext/v8/upstream/2.0.6/test/message/try-finally-throw-in-try.js +0 -32
- data/ext/v8/upstream/2.0.6/test/message/try-finally-throw-in-try.out +0 -30
- data/ext/v8/upstream/2.0.6/test/mjsunit/api-call-after-bypassed-exception.js +0 -39
- data/ext/v8/upstream/2.0.6/test/mjsunit/apply.js +0 -196
- data/ext/v8/upstream/2.0.6/test/mjsunit/arguments-apply.js +0 -134
- data/ext/v8/upstream/2.0.6/test/mjsunit/arguments-call-apply.js +0 -41
- data/ext/v8/upstream/2.0.6/test/mjsunit/arguments-enum.js +0 -52
- data/ext/v8/upstream/2.0.6/test/mjsunit/arguments-indirect.js +0 -47
- data/ext/v8/upstream/2.0.6/test/mjsunit/arguments-lazy.js +0 -47
- data/ext/v8/upstream/2.0.6/test/mjsunit/arguments-opt.js +0 -130
- data/ext/v8/upstream/2.0.6/test/mjsunit/arguments-read-and-assignment.js +0 -164
- data/ext/v8/upstream/2.0.6/test/mjsunit/arguments.js +0 -97
- data/ext/v8/upstream/2.0.6/test/mjsunit/array-concat.js +0 -120
- data/ext/v8/upstream/2.0.6/test/mjsunit/array-constructor.js +0 -119
- data/ext/v8/upstream/2.0.6/test/mjsunit/array-functions-prototype.js +0 -159
- data/ext/v8/upstream/2.0.6/test/mjsunit/array-indexing.js +0 -66
- data/ext/v8/upstream/2.0.6/test/mjsunit/array-iteration.js +0 -228
- data/ext/v8/upstream/2.0.6/test/mjsunit/array-join.js +0 -45
- data/ext/v8/upstream/2.0.6/test/mjsunit/array-length-number-conversion.js +0 -53
- data/ext/v8/upstream/2.0.6/test/mjsunit/array-length.js +0 -111
- data/ext/v8/upstream/2.0.6/test/mjsunit/array-reduce.js +0 -514
- data/ext/v8/upstream/2.0.6/test/mjsunit/array-sort.js +0 -362
- data/ext/v8/upstream/2.0.6/test/mjsunit/array-splice.js +0 -314
- data/ext/v8/upstream/2.0.6/test/mjsunit/ascii-regexp-subject.js +0 -49
- data/ext/v8/upstream/2.0.6/test/mjsunit/big-array-literal.js +0 -111
- data/ext/v8/upstream/2.0.6/test/mjsunit/big-object-literal.js +0 -114
- data/ext/v8/upstream/2.0.6/test/mjsunit/binary-operation-overwrite.js +0 -36
- data/ext/v8/upstream/2.0.6/test/mjsunit/bit-not.js +0 -75
- data/ext/v8/upstream/2.0.6/test/mjsunit/bitwise-operations-undefined.js +0 -49
- data/ext/v8/upstream/2.0.6/test/mjsunit/body-not-visible.js +0 -39
- data/ext/v8/upstream/2.0.6/test/mjsunit/bugs/bug-1344252.js +0 -79
- data/ext/v8/upstream/2.0.6/test/mjsunit/bugs/bug-222.js +0 -42
- data/ext/v8/upstream/2.0.6/test/mjsunit/bugs/bug-223.js +0 -39
- data/ext/v8/upstream/2.0.6/test/mjsunit/bugs/bug-900066.js +0 -38
- data/ext/v8/upstream/2.0.6/test/mjsunit/bugs/bug-941049.js +0 -100
- data/ext/v8/upstream/2.0.6/test/mjsunit/call-non-function-call.js +0 -38
- data/ext/v8/upstream/2.0.6/test/mjsunit/call-non-function.js +0 -63
- data/ext/v8/upstream/2.0.6/test/mjsunit/call.js +0 -87
- data/ext/v8/upstream/2.0.6/test/mjsunit/char-escape.js +0 -53
- data/ext/v8/upstream/2.0.6/test/mjsunit/class-of-builtins.js +0 -50
- data/ext/v8/upstream/2.0.6/test/mjsunit/closure.js +0 -37
- data/ext/v8/upstream/2.0.6/test/mjsunit/codegen-coverage.js +0 -91
- data/ext/v8/upstream/2.0.6/test/mjsunit/compare-character.js +0 -50
- data/ext/v8/upstream/2.0.6/test/mjsunit/compare-nan.js +0 -66
- data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/countoperation.js +0 -111
- data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/function-call.js +0 -52
- data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/globals.js +0 -65
- data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/jsnatives.js +0 -33
- data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/literals-assignment.js +0 -104
- data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/literals.js +0 -52
- data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/loops.js +0 -35
- data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/objectliterals.js +0 -57
- data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/property-simple.js +0 -39
- data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/short-circuit.js +0 -102
- data/ext/v8/upstream/2.0.6/test/mjsunit/compiler/thisfunction.js +0 -35
- data/ext/v8/upstream/2.0.6/test/mjsunit/const-declaration.js +0 -172
- data/ext/v8/upstream/2.0.6/test/mjsunit/const-eval-init.js +0 -111
- data/ext/v8/upstream/2.0.6/test/mjsunit/const-redecl.js +0 -220
- data/ext/v8/upstream/2.0.6/test/mjsunit/const.js +0 -70
- data/ext/v8/upstream/2.0.6/test/mjsunit/constant-folding.js +0 -232
- data/ext/v8/upstream/2.0.6/test/mjsunit/context-variable-assignments.js +0 -37
- data/ext/v8/upstream/2.0.6/test/mjsunit/cyclic-array-to-string.js +0 -65
- data/ext/v8/upstream/2.0.6/test/mjsunit/cyrillic.js +0 -199
- data/ext/v8/upstream/2.0.6/test/mjsunit/d8-os.js +0 -180
- data/ext/v8/upstream/2.0.6/test/mjsunit/date-parse.js +0 -268
- data/ext/v8/upstream/2.0.6/test/mjsunit/date.js +0 -149
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-backtrace-text.js +0 -122
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-backtrace.js +0 -272
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-breakpoints.js +0 -120
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-changebreakpoint.js +0 -108
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-clearbreakpoint.js +0 -101
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-clearbreakpointgroup.js +0 -117
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-compile-event.js +0 -126
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-conditional-breakpoints.js +0 -171
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-constructed-by.js +0 -60
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-constructor.js +0 -78
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-continue.js +0 -114
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-enable-disable-breakpoints.js +0 -90
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-evaluate-arguments.js +0 -93
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-evaluate-bool-constructor.js +0 -80
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-evaluate-locals.js +0 -132
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-evaluate-recursive.js +0 -167
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-evaluate-with.js +0 -77
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-evaluate.js +0 -118
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-event-listener.js +0 -73
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-handle.js +0 -252
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-ignore-breakpoints.js +0 -89
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-mirror-cache.js +0 -85
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-multiple-breakpoints.js +0 -105
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-referenced-by.js +0 -112
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-references.js +0 -118
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-scopes.js +0 -761
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-script-breakpoints.js +0 -112
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-script.js +0 -92
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-scripts-request.js +0 -108
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-setbreakpoint.js +0 -165
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-sourceinfo.js +0 -352
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-sourceslice.js +0 -74
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-step-stub-callfunction.js +0 -87
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-step.js +0 -82
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-stepin-accessor.js +0 -248
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-stepin-builtin.js +0 -78
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-stepin-call-function-stub.js +0 -115
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-stepin-constructor.js +0 -78
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-stepin-function-call.js +0 -149
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-stepnext-do-while.js +0 -79
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-stepout-recursive-function.js +0 -106
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-stepout-to-builtin.js +0 -84
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-suspend.js +0 -96
- data/ext/v8/upstream/2.0.6/test/mjsunit/debug-version.js +0 -90
- data/ext/v8/upstream/2.0.6/test/mjsunit/declare-locally.js +0 -43
- data/ext/v8/upstream/2.0.6/test/mjsunit/deep-recursion.js +0 -66
- data/ext/v8/upstream/2.0.6/test/mjsunit/delay-syntax-error.js +0 -41
- data/ext/v8/upstream/2.0.6/test/mjsunit/delete-global-properties.js +0 -37
- data/ext/v8/upstream/2.0.6/test/mjsunit/delete-in-eval.js +0 -32
- data/ext/v8/upstream/2.0.6/test/mjsunit/delete-in-with.js +0 -34
- data/ext/v8/upstream/2.0.6/test/mjsunit/delete-vars-from-eval.js +0 -40
- data/ext/v8/upstream/2.0.6/test/mjsunit/delete.js +0 -163
- data/ext/v8/upstream/2.0.6/test/mjsunit/div-mod.js +0 -157
- data/ext/v8/upstream/2.0.6/test/mjsunit/do-not-strip-fc.js +0 -31
- data/ext/v8/upstream/2.0.6/test/mjsunit/dont-enum-array-holes.js +0 -35
- data/ext/v8/upstream/2.0.6/test/mjsunit/dont-reinit-global-var.js +0 -47
- data/ext/v8/upstream/2.0.6/test/mjsunit/double-equals.js +0 -114
- data/ext/v8/upstream/2.0.6/test/mjsunit/dtoa.js +0 -32
- data/ext/v8/upstream/2.0.6/test/mjsunit/enumeration-order.js +0 -109
- data/ext/v8/upstream/2.0.6/test/mjsunit/error-constructors.js +0 -32
- data/ext/v8/upstream/2.0.6/test/mjsunit/escape.js +0 -118
- data/ext/v8/upstream/2.0.6/test/mjsunit/eval-enclosing-function-name.js +0 -76
- data/ext/v8/upstream/2.0.6/test/mjsunit/eval-typeof-non-existing.js +0 -35
- data/ext/v8/upstream/2.0.6/test/mjsunit/eval.js +0 -157
- data/ext/v8/upstream/2.0.6/test/mjsunit/execScript-case-insensitive.js +0 -34
- data/ext/v8/upstream/2.0.6/test/mjsunit/extra-arguments.js +0 -54
- data/ext/v8/upstream/2.0.6/test/mjsunit/extra-commas.js +0 -46
- data/ext/v8/upstream/2.0.6/test/mjsunit/for-in-null-or-undefined.js +0 -33
- data/ext/v8/upstream/2.0.6/test/mjsunit/for-in-special-cases.js +0 -64
- data/ext/v8/upstream/2.0.6/test/mjsunit/for-in.js +0 -86
- data/ext/v8/upstream/2.0.6/test/mjsunit/fun-as-prototype.js +0 -36
- data/ext/v8/upstream/2.0.6/test/mjsunit/fun-name.js +0 -34
- data/ext/v8/upstream/2.0.6/test/mjsunit/function-arguments-null.js +0 -30
- data/ext/v8/upstream/2.0.6/test/mjsunit/function-caller.js +0 -48
- data/ext/v8/upstream/2.0.6/test/mjsunit/function-names.js +0 -133
- data/ext/v8/upstream/2.0.6/test/mjsunit/function-property.js +0 -29
- data/ext/v8/upstream/2.0.6/test/mjsunit/function-prototype.js +0 -98
- data/ext/v8/upstream/2.0.6/test/mjsunit/function-source.js +0 -49
- data/ext/v8/upstream/2.0.6/test/mjsunit/function.js +0 -83
- data/ext/v8/upstream/2.0.6/test/mjsunit/fuzz-accessors.js +0 -85
- data/ext/v8/upstream/2.0.6/test/mjsunit/fuzz-natives.js +0 -159
- data/ext/v8/upstream/2.0.6/test/mjsunit/get-own-property-descriptor.js +0 -51
- data/ext/v8/upstream/2.0.6/test/mjsunit/get-prototype-of.js +0 -68
- data/ext/v8/upstream/2.0.6/test/mjsunit/getter-in-prototype.js +0 -50
- data/ext/v8/upstream/2.0.6/test/mjsunit/getter-in-value-prototype.js +0 -35
- data/ext/v8/upstream/2.0.6/test/mjsunit/global-const-var-conflicts.js +0 -57
- data/ext/v8/upstream/2.0.6/test/mjsunit/global-deleted-property-ic.js +0 -45
- data/ext/v8/upstream/2.0.6/test/mjsunit/global-deleted-property-keyed.js +0 -38
- data/ext/v8/upstream/2.0.6/test/mjsunit/global-ic.js +0 -48
- data/ext/v8/upstream/2.0.6/test/mjsunit/global-load-from-eval-in-with.js +0 -59
- data/ext/v8/upstream/2.0.6/test/mjsunit/global-load-from-eval.js +0 -85
- data/ext/v8/upstream/2.0.6/test/mjsunit/global-load-from-nested-eval.js +0 -66
- data/ext/v8/upstream/2.0.6/test/mjsunit/global-vars-eval.js +0 -34
- data/ext/v8/upstream/2.0.6/test/mjsunit/global-vars-with.js +0 -43
- data/ext/v8/upstream/2.0.6/test/mjsunit/greedy.js +0 -60
- data/ext/v8/upstream/2.0.6/test/mjsunit/has-own-property.js +0 -38
- data/ext/v8/upstream/2.0.6/test/mjsunit/html-comments.js +0 -57
- data/ext/v8/upstream/2.0.6/test/mjsunit/html-string-funcs.js +0 -47
- data/ext/v8/upstream/2.0.6/test/mjsunit/if-in-undefined.js +0 -36
- data/ext/v8/upstream/2.0.6/test/mjsunit/in.js +0 -159
- data/ext/v8/upstream/2.0.6/test/mjsunit/indexed-accessors.js +0 -120
- data/ext/v8/upstream/2.0.6/test/mjsunit/instanceof.js +0 -93
- data/ext/v8/upstream/2.0.6/test/mjsunit/integer-to-string.js +0 -35
- data/ext/v8/upstream/2.0.6/test/mjsunit/invalid-lhs.js +0 -65
- data/ext/v8/upstream/2.0.6/test/mjsunit/invalid-source-element.js +0 -31
- data/ext/v8/upstream/2.0.6/test/mjsunit/json.js +0 -207
- data/ext/v8/upstream/2.0.6/test/mjsunit/keyed-ic.js +0 -236
- data/ext/v8/upstream/2.0.6/test/mjsunit/keyed-storage-extend.js +0 -55
- data/ext/v8/upstream/2.0.6/test/mjsunit/large-object-allocation.js +0 -300
- data/ext/v8/upstream/2.0.6/test/mjsunit/large-object-literal.js +0 -56
- data/ext/v8/upstream/2.0.6/test/mjsunit/lazy-load.js +0 -34
- data/ext/v8/upstream/2.0.6/test/mjsunit/leakcheck.js +0 -53
- data/ext/v8/upstream/2.0.6/test/mjsunit/length.js +0 -78
- data/ext/v8/upstream/2.0.6/test/mjsunit/local-load-from-eval.js +0 -39
- data/ext/v8/upstream/2.0.6/test/mjsunit/math-min-max.js +0 -105
- data/ext/v8/upstream/2.0.6/test/mjsunit/megamorphic-callbacks.js +0 -70
- data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-array.js +0 -138
- data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-boolean.js +0 -59
- data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-date.js +0 -77
- data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-error.js +0 -94
- data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-function.js +0 -90
- data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-null.js +0 -50
- data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-number.js +0 -77
- data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-object.js +0 -227
- data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-regexp.js +0 -110
- data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-script.js +0 -100
- data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-string.js +0 -89
- data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-undefined.js +0 -50
- data/ext/v8/upstream/2.0.6/test/mjsunit/mirror-unresolved-function.js +0 -81
- data/ext/v8/upstream/2.0.6/test/mjsunit/mjsunit.js +0 -203
- data/ext/v8/upstream/2.0.6/test/mjsunit/mjsunit.status +0 -66
- data/ext/v8/upstream/2.0.6/test/mjsunit/mul-exhaustive.js +0 -4511
- data/ext/v8/upstream/2.0.6/test/mjsunit/multiple-return.js +0 -62
- data/ext/v8/upstream/2.0.6/test/mjsunit/negate-zero.js +0 -42
- data/ext/v8/upstream/2.0.6/test/mjsunit/negate.js +0 -59
- data/ext/v8/upstream/2.0.6/test/mjsunit/new.js +0 -56
- data/ext/v8/upstream/2.0.6/test/mjsunit/newline-in-string.js +0 -46
- data/ext/v8/upstream/2.0.6/test/mjsunit/no-branch-elimination.js +0 -36
- data/ext/v8/upstream/2.0.6/test/mjsunit/no-octal-constants-above-256.js +0 -32
- data/ext/v8/upstream/2.0.6/test/mjsunit/no-semicolon.js +0 -45
- data/ext/v8/upstream/2.0.6/test/mjsunit/non-ascii-replace.js +0 -30
- data/ext/v8/upstream/2.0.6/test/mjsunit/nul-characters.js +0 -38
- data/ext/v8/upstream/2.0.6/test/mjsunit/number-limits.js +0 -47
- data/ext/v8/upstream/2.0.6/test/mjsunit/number-string-index-call.js +0 -32
- data/ext/v8/upstream/2.0.6/test/mjsunit/number-tostring-small.js +0 -395
- data/ext/v8/upstream/2.0.6/test/mjsunit/number-tostring.js +0 -338
- data/ext/v8/upstream/2.0.6/test/mjsunit/obj-construct.js +0 -46
- data/ext/v8/upstream/2.0.6/test/mjsunit/object-create.js +0 -250
- data/ext/v8/upstream/2.0.6/test/mjsunit/object-literal-gc.js +0 -66
- data/ext/v8/upstream/2.0.6/test/mjsunit/object-literal.js +0 -105
- data/ext/v8/upstream/2.0.6/test/mjsunit/override-read-only-property.js +0 -64
- data/ext/v8/upstream/2.0.6/test/mjsunit/parse-int-float.js +0 -85
- data/ext/v8/upstream/2.0.6/test/mjsunit/property-load-across-eval.js +0 -85
- data/ext/v8/upstream/2.0.6/test/mjsunit/property-object-key.js +0 -36
- data/ext/v8/upstream/2.0.6/test/mjsunit/proto.js +0 -33
- data/ext/v8/upstream/2.0.6/test/mjsunit/prototype.js +0 -93
- data/ext/v8/upstream/2.0.6/test/mjsunit/receiver-in-with-calls.js +0 -47
- data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-UC16.js +0 -47
- data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-call-as-function.js +0 -36
- data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-capture.js +0 -57
- data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-captures.js +0 -31
- data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-indexof.js +0 -77
- data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-lookahead.js +0 -166
- data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-loop-capture.js +0 -29
- data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-multiline-stack-trace.js +0 -116
- data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-multiline.js +0 -112
- data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-standalones.js +0 -78
- data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-static.js +0 -167
- data/ext/v8/upstream/2.0.6/test/mjsunit/regexp-string-methods.js +0 -51
- data/ext/v8/upstream/2.0.6/test/mjsunit/regexp.js +0 -390
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1030466.js +0 -45
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1036894.js +0 -38
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1039610.js +0 -29
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1050043.js +0 -51
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1062422.js +0 -30
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1066899.js +0 -37
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1081309.js +0 -110
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1102760.js +0 -35
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1110164.js +0 -46
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1112051.js +0 -33
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1114040.js +0 -58
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1134697.js +0 -31
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-114.js +0 -43
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-116.js +0 -40
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1170187.js +0 -80
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1173979.js +0 -48
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1175390.js +0 -30
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1177518.js +0 -39
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1177809.js +0 -31
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1178598.js +0 -90
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1182832.js +0 -38
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1187524.js +0 -34
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1199401.js +0 -75
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1199637.js +0 -78
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1200351.js +0 -2032
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1201933.js +0 -40
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1203459.js +0 -29
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1207276.js +0 -36
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1213516.js +0 -40
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1213575.js +0 -41
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1215653.js +0 -365
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-124.js +0 -57
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1254366.js +0 -38
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1327557.js +0 -36
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1341167.js +0 -33
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1346700.js +0 -29
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-137.js +0 -46
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1439135.js +0 -40
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-149.js +0 -28
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1493017.js +0 -52
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-155924.js +0 -46
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-171.js +0 -41
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-176.js +0 -50
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-186.js +0 -72
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-187.js +0 -30
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-189.js +0 -36
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-191.js +0 -42
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-1919169.js +0 -40
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-192.js +0 -38
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-193.js +0 -44
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-20070207.js +0 -42
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-201.js +0 -37
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-219.js +0 -176
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-220.js +0 -31
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-221.js +0 -34
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-2249423.js +0 -40
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-225.js +0 -32
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-227.js +0 -33
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-231.js +0 -92
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-233.js +0 -39
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-244.js +0 -67
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-246.js +0 -31
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-253.js +0 -31
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-254.js +0 -58
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-259.js +0 -33
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-260.js +0 -33
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-263.js +0 -38
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-265.js +0 -64
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-267.js +0 -35
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-269.js +0 -49
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-279.js +0 -62
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-284.js +0 -50
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-286.js +0 -36
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-294.js +0 -43
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-312.js +0 -31
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-317.js +0 -31
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-318.js +0 -35
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-326.js +0 -40
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-334.js +0 -90
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-341.js +0 -36
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-345.js +0 -51
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-349.js +0 -32
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-35.js +0 -33
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-351.js +0 -31
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-386.js +0 -47
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-392.js +0 -34
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-394.js +0 -47
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-396.js +0 -39
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-397.js +0 -34
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-399.js +0 -32
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-406.js +0 -69
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-416.js +0 -38
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-475.js +0 -28
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-483.js +0 -35
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-485.js +0 -64
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-486.js +0 -30
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-490.js +0 -48
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-491.js +0 -47
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-492.js +0 -52
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-496.js +0 -39
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-502.js +0 -38
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-503.js +0 -63
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-515.js +0 -40
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-524.js +0 -32
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-526.js +0 -32
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-540.js +0 -47
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-545.js +0 -47
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-57.js +0 -32
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-580.js +0 -55
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-588599.js +0 -31
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-6-9-regexp.js +0 -30
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-662254.js +0 -40
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-666721.js +0 -53
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-667061.js +0 -90
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-670147.js +0 -34
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-674753.js +0 -87
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-676025.js +0 -31
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-678525.js +0 -59
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-682649.js +0 -30
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-69.js +0 -43
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-734862.js +0 -37
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-737588.js +0 -34
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-74.js +0 -41
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-780423.js +0 -39
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-799761.js +0 -92
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-806473.js +0 -60
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-842017.js +0 -60
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-86.js +0 -46
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-87.js +0 -58
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-874178.js +0 -32
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-875031.js +0 -37
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-877615.js +0 -37
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-892742.js +0 -50
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-900055.js +0 -42
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-900966.js +0 -38
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-91.js +0 -38
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-925537.js +0 -42
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-937896.js +0 -50
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-990205.js +0 -35
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-992733.js +0 -35
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-996542.js +0 -40
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-998565.js +0 -51
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-crbug-18639.js +0 -34
- data/ext/v8/upstream/2.0.6/test/mjsunit/regress/regress-r3391.js +0 -77
- data/ext/v8/upstream/2.0.6/test/mjsunit/scanner.js +0 -30
- data/ext/v8/upstream/2.0.6/test/mjsunit/short-circuit-boolean.js +0 -46
- data/ext/v8/upstream/2.0.6/test/mjsunit/simple-constructor.js +0 -140
- data/ext/v8/upstream/2.0.6/test/mjsunit/sin-cos.js +0 -45
- data/ext/v8/upstream/2.0.6/test/mjsunit/smi-negative-zero.js +0 -100
- data/ext/v8/upstream/2.0.6/test/mjsunit/smi-ops.js +0 -671
- data/ext/v8/upstream/2.0.6/test/mjsunit/sparse-array-reverse.js +0 -131
- data/ext/v8/upstream/2.0.6/test/mjsunit/sparse-array.js +0 -41
- data/ext/v8/upstream/2.0.6/test/mjsunit/stack-traces.js +0 -204
- data/ext/v8/upstream/2.0.6/test/mjsunit/str-to-num.js +0 -158
- data/ext/v8/upstream/2.0.6/test/mjsunit/stress-array-push.js +0 -34
- data/ext/v8/upstream/2.0.6/test/mjsunit/strict-equals.js +0 -90
- data/ext/v8/upstream/2.0.6/test/mjsunit/string-add.js +0 -195
- data/ext/v8/upstream/2.0.6/test/mjsunit/string-case.js +0 -28
- data/ext/v8/upstream/2.0.6/test/mjsunit/string-charat.js +0 -53
- data/ext/v8/upstream/2.0.6/test/mjsunit/string-charcodeat.js +0 -192
- data/ext/v8/upstream/2.0.6/test/mjsunit/string-compare-alignment.js +0 -47
- data/ext/v8/upstream/2.0.6/test/mjsunit/string-flatten.js +0 -37
- data/ext/v8/upstream/2.0.6/test/mjsunit/string-index.js +0 -154
- data/ext/v8/upstream/2.0.6/test/mjsunit/string-indexof-1.js +0 -99
- data/ext/v8/upstream/2.0.6/test/mjsunit/string-indexof-2.js +0 -68
- data/ext/v8/upstream/2.0.6/test/mjsunit/string-lastindexof.js +0 -88
- data/ext/v8/upstream/2.0.6/test/mjsunit/string-localecompare.js +0 -40
- data/ext/v8/upstream/2.0.6/test/mjsunit/string-match.js +0 -149
- data/ext/v8/upstream/2.0.6/test/mjsunit/string-replace-gc.js +0 -57
- data/ext/v8/upstream/2.0.6/test/mjsunit/string-replace.js +0 -182
- data/ext/v8/upstream/2.0.6/test/mjsunit/string-search.js +0 -30
- data/ext/v8/upstream/2.0.6/test/mjsunit/string-split.js +0 -126
- data/ext/v8/upstream/2.0.6/test/mjsunit/substr.js +0 -65
- data/ext/v8/upstream/2.0.6/test/mjsunit/switch.js +0 -289
- data/ext/v8/upstream/2.0.6/test/mjsunit/testcfg.py +0 -137
- data/ext/v8/upstream/2.0.6/test/mjsunit/third_party/array-isarray.js +0 -48
- data/ext/v8/upstream/2.0.6/test/mjsunit/third_party/array-splice-webkit.js +0 -62
- data/ext/v8/upstream/2.0.6/test/mjsunit/third_party/object-keys.js +0 -68
- data/ext/v8/upstream/2.0.6/test/mjsunit/third_party/regexp-pcre.js +0 -6603
- data/ext/v8/upstream/2.0.6/test/mjsunit/third_party/string-trim.js +0 -107
- data/ext/v8/upstream/2.0.6/test/mjsunit/this-in-callbacks.js +0 -47
- data/ext/v8/upstream/2.0.6/test/mjsunit/this.js +0 -46
- data/ext/v8/upstream/2.0.6/test/mjsunit/throw-and-catch-function.js +0 -50
- data/ext/v8/upstream/2.0.6/test/mjsunit/throw-exception-for-null-access.js +0 -37
- data/ext/v8/upstream/2.0.6/test/mjsunit/to-precision.js +0 -82
- data/ext/v8/upstream/2.0.6/test/mjsunit/to_number_order.js +0 -129
- data/ext/v8/upstream/2.0.6/test/mjsunit/tobool.js +0 -36
- data/ext/v8/upstream/2.0.6/test/mjsunit/toint32.js +0 -129
- data/ext/v8/upstream/2.0.6/test/mjsunit/tools/codemap.js +0 -180
- data/ext/v8/upstream/2.0.6/test/mjsunit/tools/consarray.js +0 -60
- data/ext/v8/upstream/2.0.6/test/mjsunit/tools/csvparser.js +0 -79
- data/ext/v8/upstream/2.0.6/test/mjsunit/tools/logreader.js +0 -98
- data/ext/v8/upstream/2.0.6/test/mjsunit/tools/profile.js +0 -348
- data/ext/v8/upstream/2.0.6/test/mjsunit/tools/profile_view.js +0 -95
- data/ext/v8/upstream/2.0.6/test/mjsunit/tools/splaytree.js +0 -166
- data/ext/v8/upstream/2.0.6/test/mjsunit/tools/tickprocessor-test.default +0 -55
- data/ext/v8/upstream/2.0.6/test/mjsunit/tools/tickprocessor-test.gc-state +0 -21
- data/ext/v8/upstream/2.0.6/test/mjsunit/tools/tickprocessor-test.ignore-unknown +0 -51
- data/ext/v8/upstream/2.0.6/test/mjsunit/tools/tickprocessor-test.separate-ic +0 -61
- data/ext/v8/upstream/2.0.6/test/mjsunit/tools/tickprocessor.js +0 -409
- data/ext/v8/upstream/2.0.6/test/mjsunit/top-level-assignments.js +0 -107
- data/ext/v8/upstream/2.0.6/test/mjsunit/touint32.js +0 -72
- data/ext/v8/upstream/2.0.6/test/mjsunit/transcendentals.js +0 -49
- data/ext/v8/upstream/2.0.6/test/mjsunit/try-catch-extension-object.js +0 -58
- data/ext/v8/upstream/2.0.6/test/mjsunit/try-catch-scopes.js +0 -42
- data/ext/v8/upstream/2.0.6/test/mjsunit/try-finally-nested.js +0 -46
- data/ext/v8/upstream/2.0.6/test/mjsunit/try.js +0 -394
- data/ext/v8/upstream/2.0.6/test/mjsunit/typeof.js +0 -40
- data/ext/v8/upstream/2.0.6/test/mjsunit/undeletable-functions.js +0 -181
- data/ext/v8/upstream/2.0.6/test/mjsunit/unicode-case-overoptimization.js +0 -35
- data/ext/v8/upstream/2.0.6/test/mjsunit/unicode-string-to-number.js +0 -46
- data/ext/v8/upstream/2.0.6/test/mjsunit/unicode-test.js +0 -9169
- data/ext/v8/upstream/2.0.6/test/mjsunit/unusual-constructor.js +0 -38
- data/ext/v8/upstream/2.0.6/test/mjsunit/uri.js +0 -78
- data/ext/v8/upstream/2.0.6/test/mjsunit/value-callic-prototype-change.js +0 -94
- data/ext/v8/upstream/2.0.6/test/mjsunit/var.js +0 -37
- data/ext/v8/upstream/2.0.6/test/mjsunit/with-function-expression.js +0 -36
- data/ext/v8/upstream/2.0.6/test/mjsunit/with-leave.js +0 -61
- data/ext/v8/upstream/2.0.6/test/mjsunit/with-parameter-access.js +0 -47
- data/ext/v8/upstream/2.0.6/test/mjsunit/with-prototype.js +0 -44
- data/ext/v8/upstream/2.0.6/test/mjsunit/with-value.js +0 -38
- data/ext/v8/upstream/2.0.6/test/mozilla/mozilla-shell-emulation.js +0 -37
- data/ext/v8/upstream/2.0.6/test/mozilla/mozilla.status +0 -815
- data/ext/v8/upstream/2.0.6/test/mozilla/testcfg.py +0 -138
- data/ext/v8/upstream/2.0.6/test/sputnik/README +0 -6
- data/ext/v8/upstream/2.0.6/test/sputnik/sputnik.status +0 -318
- data/ext/v8/upstream/2.0.6/test/sputnik/testcfg.py +0 -112
- data/ext/v8/upstream/2.0.6/tools/js2c.pyc +0 -0
- data/ext/v8/upstream/2.0.6/tools/jsmin.pyc +0 -0
- data/ext/v8/upstream/2.0.6/tools/utils.pyc +0 -0
- data/spec/redjs/README.txt +0 -8
@@ -1,248 +0,0 @@
|
|
1
|
-
// Copyright 2006-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
|
-
#include <stdlib.h>
|
29
|
-
|
30
|
-
#include "v8.h"
|
31
|
-
#include "cctest.h"
|
32
|
-
|
33
|
-
using namespace v8::internal;
|
34
|
-
|
35
|
-
static void VerifyRSet(Address page_start) {
|
36
|
-
#ifdef DEBUG
|
37
|
-
Page::set_rset_state(Page::IN_USE);
|
38
|
-
#endif
|
39
|
-
|
40
|
-
Page* p = Page::FromAddress(page_start);
|
41
|
-
|
42
|
-
p->ClearRSet();
|
43
|
-
|
44
|
-
for (Address addr = p->ObjectAreaStart();
|
45
|
-
addr < p->ObjectAreaEnd();
|
46
|
-
addr += kPointerSize) {
|
47
|
-
CHECK(!Page::IsRSetSet(addr, 0));
|
48
|
-
}
|
49
|
-
|
50
|
-
for (Address addr = p->ObjectAreaStart();
|
51
|
-
addr < p->ObjectAreaEnd();
|
52
|
-
addr += kPointerSize) {
|
53
|
-
Page::SetRSet(addr, 0);
|
54
|
-
}
|
55
|
-
|
56
|
-
for (Address addr = p->ObjectAreaStart();
|
57
|
-
addr < p->ObjectAreaEnd();
|
58
|
-
addr += kPointerSize) {
|
59
|
-
CHECK(Page::IsRSetSet(addr, 0));
|
60
|
-
}
|
61
|
-
}
|
62
|
-
|
63
|
-
|
64
|
-
TEST(Page) {
|
65
|
-
#ifdef DEBUG
|
66
|
-
Page::set_rset_state(Page::NOT_IN_USE);
|
67
|
-
#endif
|
68
|
-
|
69
|
-
byte* mem = NewArray<byte>(2*Page::kPageSize);
|
70
|
-
CHECK(mem != NULL);
|
71
|
-
|
72
|
-
Address start = reinterpret_cast<Address>(mem);
|
73
|
-
Address page_start = RoundUp(start, Page::kPageSize);
|
74
|
-
|
75
|
-
Page* p = Page::FromAddress(page_start);
|
76
|
-
CHECK(p->address() == page_start);
|
77
|
-
CHECK(p->is_valid());
|
78
|
-
|
79
|
-
p->opaque_header = 0;
|
80
|
-
p->is_normal_page = 0x1;
|
81
|
-
CHECK(!p->next_page()->is_valid());
|
82
|
-
|
83
|
-
CHECK(p->ObjectAreaStart() == page_start + Page::kObjectStartOffset);
|
84
|
-
CHECK(p->ObjectAreaEnd() == page_start + Page::kPageSize);
|
85
|
-
|
86
|
-
CHECK(p->Offset(page_start + Page::kObjectStartOffset) ==
|
87
|
-
Page::kObjectStartOffset);
|
88
|
-
CHECK(p->Offset(page_start + Page::kPageSize) == Page::kPageSize);
|
89
|
-
|
90
|
-
CHECK(p->OffsetToAddress(Page::kObjectStartOffset) == p->ObjectAreaStart());
|
91
|
-
CHECK(p->OffsetToAddress(Page::kPageSize) == p->ObjectAreaEnd());
|
92
|
-
|
93
|
-
// test remember set
|
94
|
-
VerifyRSet(page_start);
|
95
|
-
|
96
|
-
DeleteArray(mem);
|
97
|
-
}
|
98
|
-
|
99
|
-
|
100
|
-
TEST(MemoryAllocator) {
|
101
|
-
CHECK(Heap::ConfigureHeapDefault());
|
102
|
-
CHECK(MemoryAllocator::Setup(Heap::MaxReserved()));
|
103
|
-
|
104
|
-
OldSpace faked_space(Heap::MaxReserved(), OLD_POINTER_SPACE, NOT_EXECUTABLE);
|
105
|
-
int total_pages = 0;
|
106
|
-
int requested = 2;
|
107
|
-
int allocated;
|
108
|
-
// If we request two pages, we should get one or two.
|
109
|
-
Page* first_page =
|
110
|
-
MemoryAllocator::AllocatePages(requested, &allocated, &faked_space);
|
111
|
-
CHECK(first_page->is_valid());
|
112
|
-
CHECK(allocated > 0 && allocated <= 2);
|
113
|
-
total_pages += allocated;
|
114
|
-
|
115
|
-
Page* last_page = first_page;
|
116
|
-
for (Page* p = first_page; p->is_valid(); p = p->next_page()) {
|
117
|
-
CHECK(MemoryAllocator::IsPageInSpace(p, &faked_space));
|
118
|
-
last_page = p;
|
119
|
-
}
|
120
|
-
|
121
|
-
// Again, we should get one or two pages.
|
122
|
-
Page* others =
|
123
|
-
MemoryAllocator::AllocatePages(requested, &allocated, &faked_space);
|
124
|
-
CHECK(others->is_valid());
|
125
|
-
CHECK(allocated > 0 && allocated <= 2);
|
126
|
-
total_pages += allocated;
|
127
|
-
|
128
|
-
MemoryAllocator::SetNextPage(last_page, others);
|
129
|
-
int page_count = 0;
|
130
|
-
for (Page* p = first_page; p->is_valid(); p = p->next_page()) {
|
131
|
-
CHECK(MemoryAllocator::IsPageInSpace(p, &faked_space));
|
132
|
-
page_count++;
|
133
|
-
}
|
134
|
-
CHECK(total_pages == page_count);
|
135
|
-
|
136
|
-
Page* second_page = first_page->next_page();
|
137
|
-
CHECK(second_page->is_valid());
|
138
|
-
|
139
|
-
// Freeing pages at the first chunk starting at or after the second page
|
140
|
-
// should free the entire second chunk. It will return the last page in the
|
141
|
-
// first chunk (if the second page was in the first chunk) or else an
|
142
|
-
// invalid page (if the second page was the start of the second chunk).
|
143
|
-
Page* free_return = MemoryAllocator::FreePages(second_page);
|
144
|
-
CHECK(free_return == last_page || !free_return->is_valid());
|
145
|
-
MemoryAllocator::SetNextPage(first_page, free_return);
|
146
|
-
|
147
|
-
// Freeing pages in the first chunk starting at the first page should free
|
148
|
-
// the first chunk and return an invalid page.
|
149
|
-
Page* invalid_page = MemoryAllocator::FreePages(first_page);
|
150
|
-
CHECK(!invalid_page->is_valid());
|
151
|
-
|
152
|
-
MemoryAllocator::TearDown();
|
153
|
-
}
|
154
|
-
|
155
|
-
|
156
|
-
TEST(NewSpace) {
|
157
|
-
CHECK(Heap::ConfigureHeapDefault());
|
158
|
-
CHECK(MemoryAllocator::Setup(Heap::MaxReserved()));
|
159
|
-
|
160
|
-
NewSpace new_space;
|
161
|
-
|
162
|
-
void* chunk =
|
163
|
-
MemoryAllocator::ReserveInitialChunk(4 * Heap::ReservedSemiSpaceSize());
|
164
|
-
CHECK(chunk != NULL);
|
165
|
-
Address start = RoundUp(static_cast<Address>(chunk),
|
166
|
-
2 * Heap::ReservedSemiSpaceSize());
|
167
|
-
CHECK(new_space.Setup(start, 2 * Heap::ReservedSemiSpaceSize()));
|
168
|
-
CHECK(new_space.HasBeenSetup());
|
169
|
-
|
170
|
-
while (new_space.Available() >= Page::kMaxHeapObjectSize) {
|
171
|
-
Object* obj = new_space.AllocateRaw(Page::kMaxHeapObjectSize);
|
172
|
-
CHECK(!obj->IsFailure());
|
173
|
-
CHECK(new_space.Contains(HeapObject::cast(obj)));
|
174
|
-
}
|
175
|
-
|
176
|
-
new_space.TearDown();
|
177
|
-
MemoryAllocator::TearDown();
|
178
|
-
}
|
179
|
-
|
180
|
-
|
181
|
-
TEST(OldSpace) {
|
182
|
-
CHECK(Heap::ConfigureHeapDefault());
|
183
|
-
CHECK(MemoryAllocator::Setup(Heap::MaxReserved()));
|
184
|
-
|
185
|
-
OldSpace* s = new OldSpace(Heap::MaxOldGenerationSize(),
|
186
|
-
OLD_POINTER_SPACE,
|
187
|
-
NOT_EXECUTABLE);
|
188
|
-
CHECK(s != NULL);
|
189
|
-
|
190
|
-
void* chunk =
|
191
|
-
MemoryAllocator::ReserveInitialChunk(4 * Heap::ReservedSemiSpaceSize());
|
192
|
-
CHECK(chunk != NULL);
|
193
|
-
Address start = static_cast<Address>(chunk);
|
194
|
-
size_t size = RoundUp(start, 2 * Heap::ReservedSemiSpaceSize()) - start;
|
195
|
-
|
196
|
-
CHECK(s->Setup(start, size));
|
197
|
-
|
198
|
-
while (s->Available() > 0) {
|
199
|
-
Object* obj = s->AllocateRaw(Page::kMaxHeapObjectSize);
|
200
|
-
CHECK(!obj->IsFailure());
|
201
|
-
}
|
202
|
-
|
203
|
-
s->TearDown();
|
204
|
-
delete s;
|
205
|
-
MemoryAllocator::TearDown();
|
206
|
-
}
|
207
|
-
|
208
|
-
|
209
|
-
TEST(LargeObjectSpace) {
|
210
|
-
CHECK(Heap::Setup(false));
|
211
|
-
|
212
|
-
LargeObjectSpace* lo = Heap::lo_space();
|
213
|
-
CHECK(lo != NULL);
|
214
|
-
|
215
|
-
Map* faked_map = reinterpret_cast<Map*>(HeapObject::FromAddress(0));
|
216
|
-
int lo_size = Page::kPageSize;
|
217
|
-
|
218
|
-
Object* obj = lo->AllocateRaw(lo_size);
|
219
|
-
CHECK(!obj->IsFailure());
|
220
|
-
CHECK(obj->IsHeapObject());
|
221
|
-
|
222
|
-
HeapObject* ho = HeapObject::cast(obj);
|
223
|
-
ho->set_map(faked_map);
|
224
|
-
|
225
|
-
CHECK(lo->Contains(HeapObject::cast(obj)));
|
226
|
-
|
227
|
-
CHECK(lo->FindObject(ho->address()) == obj);
|
228
|
-
|
229
|
-
CHECK(lo->Contains(ho));
|
230
|
-
|
231
|
-
while (true) {
|
232
|
-
int available = lo->Available();
|
233
|
-
obj = lo->AllocateRaw(lo_size);
|
234
|
-
if (obj->IsFailure()) break;
|
235
|
-
HeapObject::cast(obj)->set_map(faked_map);
|
236
|
-
CHECK(lo->Available() < available);
|
237
|
-
};
|
238
|
-
|
239
|
-
CHECK(!lo->IsEmpty());
|
240
|
-
|
241
|
-
obj = lo->AllocateRaw(lo_size);
|
242
|
-
CHECK(obj->IsFailure());
|
243
|
-
|
244
|
-
lo->TearDown();
|
245
|
-
delete lo;
|
246
|
-
|
247
|
-
MemoryAllocator::TearDown();
|
248
|
-
}
|
@@ -1,432 +0,0 @@
|
|
1
|
-
// Copyright 2006-2008 the V8 project authors. All rights reserved.
|
2
|
-
|
3
|
-
// Check that we can traverse very deep stacks of ConsStrings using
|
4
|
-
// StringInputBuffer. Check that Get(int) works on very deep stacks
|
5
|
-
// of ConsStrings. These operations may not be very fast, but they
|
6
|
-
// should be possible without getting errors due to too deep recursion.
|
7
|
-
|
8
|
-
#include <stdlib.h>
|
9
|
-
|
10
|
-
#include "v8.h"
|
11
|
-
|
12
|
-
#include "api.h"
|
13
|
-
#include "factory.h"
|
14
|
-
#include "cctest.h"
|
15
|
-
#include "zone-inl.h"
|
16
|
-
|
17
|
-
unsigned int seed = 123;
|
18
|
-
|
19
|
-
static uint32_t gen() {
|
20
|
-
uint64_t z;
|
21
|
-
z = seed;
|
22
|
-
z *= 279470273;
|
23
|
-
z %= 4294967291U;
|
24
|
-
seed = static_cast<unsigned int>(z);
|
25
|
-
return static_cast<uint32_t>(seed >> 16);
|
26
|
-
}
|
27
|
-
|
28
|
-
|
29
|
-
using namespace v8::internal;
|
30
|
-
|
31
|
-
static v8::Persistent<v8::Context> env;
|
32
|
-
|
33
|
-
|
34
|
-
static void InitializeVM() {
|
35
|
-
if (env.IsEmpty()) {
|
36
|
-
v8::HandleScope scope;
|
37
|
-
const char* extensions[] = { "v8/print" };
|
38
|
-
v8::ExtensionConfiguration config(1, extensions);
|
39
|
-
env = v8::Context::New(&config);
|
40
|
-
}
|
41
|
-
v8::HandleScope scope;
|
42
|
-
env->Enter();
|
43
|
-
}
|
44
|
-
|
45
|
-
|
46
|
-
static const int NUMBER_OF_BUILDING_BLOCKS = 128;
|
47
|
-
static const int DEEP_DEPTH = 8 * 1024;
|
48
|
-
static const int SUPER_DEEP_DEPTH = 80 * 1024;
|
49
|
-
|
50
|
-
|
51
|
-
class Resource: public v8::String::ExternalStringResource,
|
52
|
-
public ZoneObject {
|
53
|
-
public:
|
54
|
-
explicit Resource(Vector<const uc16> string): data_(string.start()) {
|
55
|
-
length_ = string.length();
|
56
|
-
}
|
57
|
-
virtual const uint16_t* data() const { return data_; }
|
58
|
-
virtual size_t length() const { return length_; }
|
59
|
-
|
60
|
-
private:
|
61
|
-
const uc16* data_;
|
62
|
-
size_t length_;
|
63
|
-
};
|
64
|
-
|
65
|
-
|
66
|
-
class AsciiResource: public v8::String::ExternalAsciiStringResource,
|
67
|
-
public ZoneObject {
|
68
|
-
public:
|
69
|
-
explicit AsciiResource(Vector<const char> string): data_(string.start()) {
|
70
|
-
length_ = string.length();
|
71
|
-
}
|
72
|
-
virtual const char* data() const { return data_; }
|
73
|
-
virtual size_t length() const { return length_; }
|
74
|
-
|
75
|
-
private:
|
76
|
-
const char* data_;
|
77
|
-
size_t length_;
|
78
|
-
};
|
79
|
-
|
80
|
-
|
81
|
-
static void InitializeBuildingBlocks(
|
82
|
-
Handle<String> building_blocks[NUMBER_OF_BUILDING_BLOCKS]) {
|
83
|
-
// A list of pointers that we don't have any interest in cleaning up.
|
84
|
-
// If they are reachable from a root then leak detection won't complain.
|
85
|
-
for (int i = 0; i < NUMBER_OF_BUILDING_BLOCKS; i++) {
|
86
|
-
int len = gen() % 16;
|
87
|
-
if (len > 14) {
|
88
|
-
len += 1234;
|
89
|
-
}
|
90
|
-
switch (gen() % 4) {
|
91
|
-
case 0: {
|
92
|
-
uc16 buf[2000];
|
93
|
-
for (int j = 0; j < len; j++) {
|
94
|
-
buf[j] = gen() % 65536;
|
95
|
-
}
|
96
|
-
building_blocks[i] =
|
97
|
-
Factory::NewStringFromTwoByte(Vector<const uc16>(buf, len));
|
98
|
-
for (int j = 0; j < len; j++) {
|
99
|
-
CHECK_EQ(buf[j], building_blocks[i]->Get(j));
|
100
|
-
}
|
101
|
-
break;
|
102
|
-
}
|
103
|
-
case 1: {
|
104
|
-
char buf[2000];
|
105
|
-
for (int j = 0; j < len; j++) {
|
106
|
-
buf[j] = gen() % 128;
|
107
|
-
}
|
108
|
-
building_blocks[i] =
|
109
|
-
Factory::NewStringFromAscii(Vector<const char>(buf, len));
|
110
|
-
for (int j = 0; j < len; j++) {
|
111
|
-
CHECK_EQ(buf[j], building_blocks[i]->Get(j));
|
112
|
-
}
|
113
|
-
break;
|
114
|
-
}
|
115
|
-
case 2: {
|
116
|
-
uc16* buf = Zone::NewArray<uc16>(len);
|
117
|
-
for (int j = 0; j < len; j++) {
|
118
|
-
buf[j] = gen() % 65536;
|
119
|
-
}
|
120
|
-
Resource* resource = new Resource(Vector<const uc16>(buf, len));
|
121
|
-
building_blocks[i] = Factory::NewExternalStringFromTwoByte(resource);
|
122
|
-
for (int j = 0; j < len; j++) {
|
123
|
-
CHECK_EQ(buf[j], building_blocks[i]->Get(j));
|
124
|
-
}
|
125
|
-
break;
|
126
|
-
}
|
127
|
-
case 3: {
|
128
|
-
char* buf = NewArray<char>(len);
|
129
|
-
for (int j = 0; j < len; j++) {
|
130
|
-
buf[j] = gen() % 128;
|
131
|
-
}
|
132
|
-
building_blocks[i] =
|
133
|
-
Factory::NewStringFromAscii(Vector<const char>(buf, len));
|
134
|
-
for (int j = 0; j < len; j++) {
|
135
|
-
CHECK_EQ(buf[j], building_blocks[i]->Get(j));
|
136
|
-
}
|
137
|
-
DeleteArray<char>(buf);
|
138
|
-
break;
|
139
|
-
}
|
140
|
-
}
|
141
|
-
}
|
142
|
-
}
|
143
|
-
|
144
|
-
|
145
|
-
static Handle<String> ConstructLeft(
|
146
|
-
Handle<String> building_blocks[NUMBER_OF_BUILDING_BLOCKS],
|
147
|
-
int depth) {
|
148
|
-
Handle<String> answer = Factory::NewStringFromAscii(CStrVector(""));
|
149
|
-
for (int i = 0; i < depth; i++) {
|
150
|
-
answer = Factory::NewConsString(
|
151
|
-
answer,
|
152
|
-
building_blocks[i % NUMBER_OF_BUILDING_BLOCKS]);
|
153
|
-
}
|
154
|
-
return answer;
|
155
|
-
}
|
156
|
-
|
157
|
-
|
158
|
-
static Handle<String> ConstructRight(
|
159
|
-
Handle<String> building_blocks[NUMBER_OF_BUILDING_BLOCKS],
|
160
|
-
int depth) {
|
161
|
-
Handle<String> answer = Factory::NewStringFromAscii(CStrVector(""));
|
162
|
-
for (int i = depth - 1; i >= 0; i--) {
|
163
|
-
answer = Factory::NewConsString(
|
164
|
-
building_blocks[i % NUMBER_OF_BUILDING_BLOCKS],
|
165
|
-
answer);
|
166
|
-
}
|
167
|
-
return answer;
|
168
|
-
}
|
169
|
-
|
170
|
-
|
171
|
-
static Handle<String> ConstructBalancedHelper(
|
172
|
-
Handle<String> building_blocks[NUMBER_OF_BUILDING_BLOCKS],
|
173
|
-
int from,
|
174
|
-
int to) {
|
175
|
-
CHECK(to > from);
|
176
|
-
if (to - from == 1) {
|
177
|
-
return building_blocks[from % NUMBER_OF_BUILDING_BLOCKS];
|
178
|
-
}
|
179
|
-
if (to - from == 2) {
|
180
|
-
return Factory::NewConsString(
|
181
|
-
building_blocks[from % NUMBER_OF_BUILDING_BLOCKS],
|
182
|
-
building_blocks[(from+1) % NUMBER_OF_BUILDING_BLOCKS]);
|
183
|
-
}
|
184
|
-
Handle<String> part1 =
|
185
|
-
ConstructBalancedHelper(building_blocks, from, from + ((to - from) / 2));
|
186
|
-
Handle<String> part2 =
|
187
|
-
ConstructBalancedHelper(building_blocks, from + ((to - from) / 2), to);
|
188
|
-
return Factory::NewConsString(part1, part2);
|
189
|
-
}
|
190
|
-
|
191
|
-
|
192
|
-
static Handle<String> ConstructBalanced(
|
193
|
-
Handle<String> building_blocks[NUMBER_OF_BUILDING_BLOCKS]) {
|
194
|
-
return ConstructBalancedHelper(building_blocks, 0, DEEP_DEPTH);
|
195
|
-
}
|
196
|
-
|
197
|
-
|
198
|
-
static StringInputBuffer buffer;
|
199
|
-
|
200
|
-
|
201
|
-
static void Traverse(Handle<String> s1, Handle<String> s2) {
|
202
|
-
int i = 0;
|
203
|
-
buffer.Reset(*s1);
|
204
|
-
StringInputBuffer buffer2(*s2);
|
205
|
-
while (buffer.has_more()) {
|
206
|
-
CHECK(buffer2.has_more());
|
207
|
-
uint16_t c = buffer.GetNext();
|
208
|
-
CHECK_EQ(c, buffer2.GetNext());
|
209
|
-
i++;
|
210
|
-
}
|
211
|
-
CHECK_EQ(s1->length(), i);
|
212
|
-
CHECK_EQ(s2->length(), i);
|
213
|
-
}
|
214
|
-
|
215
|
-
|
216
|
-
static void TraverseFirst(Handle<String> s1, Handle<String> s2, int chars) {
|
217
|
-
int i = 0;
|
218
|
-
buffer.Reset(*s1);
|
219
|
-
StringInputBuffer buffer2(*s2);
|
220
|
-
while (buffer.has_more() && i < chars) {
|
221
|
-
CHECK(buffer2.has_more());
|
222
|
-
uint16_t c = buffer.GetNext();
|
223
|
-
CHECK_EQ(c, buffer2.GetNext());
|
224
|
-
i++;
|
225
|
-
}
|
226
|
-
s1->Get(s1->length() - 1);
|
227
|
-
s2->Get(s2->length() - 1);
|
228
|
-
}
|
229
|
-
|
230
|
-
|
231
|
-
TEST(Traverse) {
|
232
|
-
printf("TestTraverse\n");
|
233
|
-
InitializeVM();
|
234
|
-
v8::HandleScope scope;
|
235
|
-
Handle<String> building_blocks[NUMBER_OF_BUILDING_BLOCKS];
|
236
|
-
ZoneScope zone(DELETE_ON_EXIT);
|
237
|
-
InitializeBuildingBlocks(building_blocks);
|
238
|
-
Handle<String> flat = ConstructBalanced(building_blocks);
|
239
|
-
FlattenString(flat);
|
240
|
-
Handle<String> left_asymmetric = ConstructLeft(building_blocks, DEEP_DEPTH);
|
241
|
-
Handle<String> right_asymmetric = ConstructRight(building_blocks, DEEP_DEPTH);
|
242
|
-
Handle<String> symmetric = ConstructBalanced(building_blocks);
|
243
|
-
printf("1\n");
|
244
|
-
Traverse(flat, symmetric);
|
245
|
-
printf("2\n");
|
246
|
-
Traverse(flat, left_asymmetric);
|
247
|
-
printf("3\n");
|
248
|
-
Traverse(flat, right_asymmetric);
|
249
|
-
printf("4\n");
|
250
|
-
Handle<String> left_deep_asymmetric =
|
251
|
-
ConstructLeft(building_blocks, SUPER_DEEP_DEPTH);
|
252
|
-
Handle<String> right_deep_asymmetric =
|
253
|
-
ConstructRight(building_blocks, SUPER_DEEP_DEPTH);
|
254
|
-
printf("5\n");
|
255
|
-
TraverseFirst(left_asymmetric, left_deep_asymmetric, 1050);
|
256
|
-
printf("6\n");
|
257
|
-
TraverseFirst(left_asymmetric, right_deep_asymmetric, 65536);
|
258
|
-
printf("7\n");
|
259
|
-
FlattenString(left_asymmetric);
|
260
|
-
printf("10\n");
|
261
|
-
Traverse(flat, left_asymmetric);
|
262
|
-
printf("11\n");
|
263
|
-
FlattenString(right_asymmetric);
|
264
|
-
printf("12\n");
|
265
|
-
Traverse(flat, right_asymmetric);
|
266
|
-
printf("14\n");
|
267
|
-
FlattenString(symmetric);
|
268
|
-
printf("15\n");
|
269
|
-
Traverse(flat, symmetric);
|
270
|
-
printf("16\n");
|
271
|
-
FlattenString(left_deep_asymmetric);
|
272
|
-
printf("18\n");
|
273
|
-
}
|
274
|
-
|
275
|
-
|
276
|
-
static const int DEEP_ASCII_DEPTH = 100000;
|
277
|
-
|
278
|
-
|
279
|
-
TEST(DeepAscii) {
|
280
|
-
printf("TestDeepAscii\n");
|
281
|
-
InitializeVM();
|
282
|
-
v8::HandleScope scope;
|
283
|
-
|
284
|
-
char* foo = NewArray<char>(DEEP_ASCII_DEPTH);
|
285
|
-
for (int i = 0; i < DEEP_ASCII_DEPTH; i++) {
|
286
|
-
foo[i] = "foo "[i % 4];
|
287
|
-
}
|
288
|
-
Handle<String> string =
|
289
|
-
Factory::NewStringFromAscii(Vector<const char>(foo, DEEP_ASCII_DEPTH));
|
290
|
-
Handle<String> foo_string = Factory::NewStringFromAscii(CStrVector("foo"));
|
291
|
-
for (int i = 0; i < DEEP_ASCII_DEPTH; i += 10) {
|
292
|
-
string = Factory::NewConsString(string, foo_string);
|
293
|
-
}
|
294
|
-
Handle<String> flat_string = Factory::NewConsString(string, foo_string);
|
295
|
-
FlattenString(flat_string);
|
296
|
-
|
297
|
-
for (int i = 0; i < 500; i++) {
|
298
|
-
TraverseFirst(flat_string, string, DEEP_ASCII_DEPTH);
|
299
|
-
}
|
300
|
-
DeleteArray<char>(foo);
|
301
|
-
}
|
302
|
-
|
303
|
-
|
304
|
-
TEST(Utf8Conversion) {
|
305
|
-
// Smoke test for converting strings to utf-8.
|
306
|
-
InitializeVM();
|
307
|
-
v8::HandleScope handle_scope;
|
308
|
-
// A simple ascii string
|
309
|
-
const char* ascii_string = "abcdef12345";
|
310
|
-
int len =
|
311
|
-
v8::String::New(ascii_string,
|
312
|
-
StrLength(ascii_string))->Utf8Length();
|
313
|
-
CHECK_EQ(StrLength(ascii_string), len);
|
314
|
-
// A mixed ascii and non-ascii string
|
315
|
-
// U+02E4 -> CB A4
|
316
|
-
// U+0064 -> 64
|
317
|
-
// U+12E4 -> E1 8B A4
|
318
|
-
// U+0030 -> 30
|
319
|
-
// U+3045 -> E3 81 85
|
320
|
-
const uint16_t mixed_string[] = {0x02E4, 0x0064, 0x12E4, 0x0030, 0x3045};
|
321
|
-
// The characters we expect to be output
|
322
|
-
const unsigned char as_utf8[11] = {0xCB, 0xA4, 0x64, 0xE1, 0x8B, 0xA4, 0x30,
|
323
|
-
0xE3, 0x81, 0x85, 0x00};
|
324
|
-
// The number of bytes expected to be written for each length
|
325
|
-
const int lengths[12] = {0, 0, 2, 3, 3, 3, 6, 7, 7, 7, 10, 11};
|
326
|
-
v8::Handle<v8::String> mixed = v8::String::New(mixed_string, 5);
|
327
|
-
CHECK_EQ(10, mixed->Utf8Length());
|
328
|
-
// Try encoding the string with all capacities
|
329
|
-
char buffer[11];
|
330
|
-
const char kNoChar = static_cast<char>(-1);
|
331
|
-
for (int i = 0; i <= 11; i++) {
|
332
|
-
// Clear the buffer before reusing it
|
333
|
-
for (int j = 0; j < 11; j++)
|
334
|
-
buffer[j] = kNoChar;
|
335
|
-
int written = mixed->WriteUtf8(buffer, i);
|
336
|
-
CHECK_EQ(lengths[i], written);
|
337
|
-
// Check that the contents are correct
|
338
|
-
for (int j = 0; j < lengths[i]; j++)
|
339
|
-
CHECK_EQ(as_utf8[j], static_cast<unsigned char>(buffer[j]));
|
340
|
-
// Check that the rest of the buffer hasn't been touched
|
341
|
-
for (int j = lengths[i]; j < 11; j++)
|
342
|
-
CHECK_EQ(kNoChar, buffer[j]);
|
343
|
-
}
|
344
|
-
}
|
345
|
-
|
346
|
-
|
347
|
-
TEST(ExternalShortStringAdd) {
|
348
|
-
ZoneScope zone(DELETE_ON_EXIT);
|
349
|
-
|
350
|
-
InitializeVM();
|
351
|
-
v8::HandleScope handle_scope;
|
352
|
-
|
353
|
-
// Make sure we cover all always-flat lengths and at least one above.
|
354
|
-
static const int kMaxLength = 20;
|
355
|
-
CHECK_GT(kMaxLength, i::String::kMinNonFlatLength);
|
356
|
-
|
357
|
-
// Allocate two JavaScript arrays for holding short strings.
|
358
|
-
v8::Handle<v8::Array> ascii_external_strings =
|
359
|
-
v8::Array::New(kMaxLength + 1);
|
360
|
-
v8::Handle<v8::Array> non_ascii_external_strings =
|
361
|
-
v8::Array::New(kMaxLength + 1);
|
362
|
-
|
363
|
-
// Generate short ascii and non-ascii external strings.
|
364
|
-
for (int i = 0; i <= kMaxLength; i++) {
|
365
|
-
char* ascii = Zone::NewArray<char>(i + 1);
|
366
|
-
for (int j = 0; j < i; j++) {
|
367
|
-
ascii[j] = 'a';
|
368
|
-
}
|
369
|
-
// Terminating '\0' is left out on purpose. It is not required for external
|
370
|
-
// string data.
|
371
|
-
AsciiResource* ascii_resource =
|
372
|
-
new AsciiResource(Vector<const char>(ascii, i));
|
373
|
-
v8::Local<v8::String> ascii_external_string =
|
374
|
-
v8::String::NewExternal(ascii_resource);
|
375
|
-
|
376
|
-
ascii_external_strings->Set(v8::Integer::New(i), ascii_external_string);
|
377
|
-
uc16* non_ascii = Zone::NewArray<uc16>(i + 1);
|
378
|
-
for (int j = 0; j < i; j++) {
|
379
|
-
non_ascii[j] = 0x1234;
|
380
|
-
}
|
381
|
-
// Terminating '\0' is left out on purpose. It is not required for external
|
382
|
-
// string data.
|
383
|
-
Resource* resource = new Resource(Vector<const uc16>(non_ascii, i));
|
384
|
-
v8::Local<v8::String> non_ascii_external_string =
|
385
|
-
v8::String::NewExternal(resource);
|
386
|
-
non_ascii_external_strings->Set(v8::Integer::New(i),
|
387
|
-
non_ascii_external_string);
|
388
|
-
}
|
389
|
-
|
390
|
-
// Add the arrays with the short external strings in the global object.
|
391
|
-
v8::Handle<v8::Object> global = env->Global();
|
392
|
-
global->Set(v8_str("external_ascii"), ascii_external_strings);
|
393
|
-
global->Set(v8_str("external_non_ascii"), non_ascii_external_strings);
|
394
|
-
global->Set(v8_str("max_length"), v8::Integer::New(kMaxLength));
|
395
|
-
|
396
|
-
// Add short external ascii and non-ascii strings checking the result.
|
397
|
-
static const char* source =
|
398
|
-
"function test() {"
|
399
|
-
" var ascii_chars = 'aaaaaaaaaaaaaaaaaaaa';"
|
400
|
-
" var non_ascii_chars = '\\u1234\\u1234\\u1234\\u1234\\u1234\\u1234\\u1234\\u1234\\u1234\\u1234\\u1234\\u1234\\u1234\\u1234\\u1234\\u1234\\u1234\\u1234\\u1234\\u1234';" //NOLINT
|
401
|
-
" if (ascii_chars.length != max_length) return 1;"
|
402
|
-
" if (non_ascii_chars.length != max_length) return 2;"
|
403
|
-
" var ascii = Array(max_length + 1);"
|
404
|
-
" var non_ascii = Array(max_length + 1);"
|
405
|
-
" for (var i = 0; i <= max_length; i++) {"
|
406
|
-
" ascii[i] = ascii_chars.substring(0, i);"
|
407
|
-
" non_ascii[i] = non_ascii_chars.substring(0, i);"
|
408
|
-
" };"
|
409
|
-
" for (var i = 0; i <= max_length; i++) {"
|
410
|
-
" if (ascii[i] != external_ascii[i]) return 3;"
|
411
|
-
" if (non_ascii[i] != external_non_ascii[i]) return 4;"
|
412
|
-
" for (var j = 0; j < i; j++) {"
|
413
|
-
" if (external_ascii[i] !="
|
414
|
-
" (external_ascii[j] + external_ascii[i - j])) return 5;"
|
415
|
-
" if (external_non_ascii[i] !="
|
416
|
-
" (external_non_ascii[j] + external_non_ascii[i - j])) return 6;"
|
417
|
-
" if (non_ascii[i] != (non_ascii[j] + non_ascii[i - j])) return 7;"
|
418
|
-
" if (ascii[i] != (ascii[j] + ascii[i - j])) return 8;"
|
419
|
-
" if (ascii[i] != (external_ascii[j] + ascii[i - j])) return 9;"
|
420
|
-
" if (ascii[i] != (ascii[j] + external_ascii[i - j])) return 10;"
|
421
|
-
" if (non_ascii[i] !="
|
422
|
-
" (external_non_ascii[j] + non_ascii[i - j])) return 11;"
|
423
|
-
" if (non_ascii[i] !="
|
424
|
-
" (non_ascii[j] + external_non_ascii[i - j])) return 12;"
|
425
|
-
" }"
|
426
|
-
" }"
|
427
|
-
" return 0;"
|
428
|
-
"};"
|
429
|
-
"test()";
|
430
|
-
CHECK_EQ(0,
|
431
|
-
v8::Script::Compile(v8::String::New(source))->Run()->Int32Value());
|
432
|
-
}
|