<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[166877] trunk</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/166877">166877</a></dd>
<dt>Author</dt> <dd>fpizlo@apple.com</dd>
<dt>Date</dt> <dd>2014-04-07 11:45:22 -0700 (Mon, 07 Apr 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Move slow JSRegress tests out of the way so that they don't show up in run-jsc-benchmarks runs and also skip tests that are extremely long-running
https://bugs.webkit.org/show_bug.cgi?id=130951

Reviewed by Geoffrey Garen.

Tools: 

* Scripts/run-javascriptcore-tests:

LayoutTests: 

* js/regress/ArrayBuffer-DataView-alloc-large-long-lived.html:
* js/regress/ArrayBuffer-DataView-alloc-long-lived.html:
* js/regress/ArrayBuffer-Int32Array-byteOffset.html:
* js/regress/ArrayBuffer-Int8Array-alloc-huge-long-lived-expected.txt: Removed.
* js/regress/ArrayBuffer-Int8Array-alloc-huge-long-lived.html: Removed.
* js/regress/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented-expected.txt: Removed.
* js/regress/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented.html: Removed.
* js/regress/ArrayBuffer-Int8Array-alloc-large-long-lived.html:
* js/regress/ArrayBuffer-Int8Array-alloc-long-lived-buffer.html:
* js/regress/ArrayBuffer-Int8Array-alloc-long-lived.html:
* js/regress/ArrayBuffer-Int8Array-alloc.html:
* js/regress/DataView-custom-properties.html:
* js/regress/Float32Array-matrix-mult.html:
* js/regress/Float32Array-to-Float64Array-set.html:
* js/regress/Float64Array-alloc-long-lived.html:
* js/regress/Float64Array-to-Int16Array-set.html:
* js/regress/HashMap-put-get-iterate-keys.html:
* js/regress/HashMap-put-get-iterate.html:
* js/regress/HashMap-string-put-get-iterate.html:
* js/regress/Int16Array-alloc-long-lived.html:
* js/regress/Int16Array-bubble-sort-with-byteLength.html:
* js/regress/Int16Array-bubble-sort.html:
* js/regress/Int16Array-load-int-mul.html:
* js/regress/Int16Array-to-Int32Array-set.html:
* js/regress/Int32Array-Int8Array-view-alloc.html:
* js/regress/Int32Array-alloc-huge-expected.txt: Removed.
* js/regress/Int32Array-alloc-huge-long-lived-expected.txt: Removed.
* js/regress/Int32Array-alloc-huge-long-lived.html: Removed.
* js/regress/Int32Array-alloc-huge.html: Removed.
* js/regress/Int32Array-alloc-large-long-lived-expected.txt: Removed.
* js/regress/Int32Array-alloc-large-long-lived.html: Removed.
* js/regress/Int32Array-alloc-large.html:
* js/regress/Int32Array-alloc-long-lived.html:
* js/regress/Int32Array-alloc.html:
* js/regress/Int8Array-alloc-long-lived.html:
* js/regress/Int8Array-load-with-byteLength.html:
* js/regress/Int8Array-load.html:
* js/regress/adapt-to-double-divide.html:
* js/regress/aliased-arguments-getbyval.html:
* js/regress/allocate-big-object.html:
* js/regress/arity-mismatch-inlining.html:
* js/regress/array-access-polymorphic-structure.html:
* js/regress/array-nonarray-polymorhpic-access.html:
* js/regress/array-nonarray-polymorphic-access.html:
* js/regress/array-prototype-every.html:
* js/regress/array-prototype-filter-expected.txt: Removed.
* js/regress/array-prototype-filter.html: Removed.
* js/regress/array-prototype-forEach.html:
* js/regress/array-prototype-map.html:
* js/regress/array-prototype-some.html:
* js/regress/array-with-double-add.html:
* js/regress/array-with-double-increment.html:
* js/regress/array-with-double-mul-add.html:
* js/regress/array-with-double-sum.html:
* js/regress/array-with-int32-add-sub.html:
* js/regress/array-with-int32-or-double-sum.html:
* js/regress/asmjs_bool_bug.html:
* js/regress/assign-custom-setter-polymorphic.html:
* js/regress/assign-custom-setter.html:
* js/regress/basic-set.html:
* js/regress/big-int-mul.html:
* js/regress/boolean-test.html:
* js/regress/branch-fold.html:
* js/regress/by-val-generic.html:
* js/regress/call-spread-apply.html:
* js/regress/call-spread-call.html:
* js/regress/call-spread-expected.txt: Removed.
* js/regress/call-spread.html: Removed.
* js/regress/captured-assignments.html:
* js/regress/cast-int-to-double.html:
* js/regress/cell-argument.html:
* js/regress/cfg-simplify.html:
* js/regress/chain-custom-getter-expected.txt: Removed.
* js/regress/chain-custom-getter.html: Removed.
* js/regress/chain-getter-access.html:
* js/regress/cmpeq-obj-to-obj-other.html:
* js/regress/constant-test.html:
* js/regress/delay-tear-off-arguments-strictmode.html:
* js/regress/destructuring-arguments-length-expected.txt: Removed.
* js/regress/destructuring-arguments-length.html: Removed.
* js/regress/destructuring-arguments.html:
* js/regress/destructuring-swap.html:
* js/regress/direct-arguments-getbyval.html:
* js/regress/double-get-by-val-out-of-bounds.html:
* js/regress/double-pollution-getbyval.html:
* js/regress/double-pollution-putbyoffset.html:
* js/regress/double-to-int32-typed-array-no-inline.html:
* js/regress/double-to-int32-typed-array.html:
* js/regress/double-to-uint32-typed-array-no-inline.html:
* js/regress/double-to-uint32-typed-array.html:
* js/regress/empty-string-plus-int.html:
* js/regress/emscripten-cube2hash.html:
* js/regress/emscripten-memops-expected.txt: Removed.
* js/regress/emscripten-memops.html: Removed.
* js/regress/external-arguments-getbyval.html:
* js/regress/external-arguments-putbyval.html:
* js/regress/fixed-typed-array-storage-var-index.html:
* js/regress/fixed-typed-array-storage.html:
* js/regress/fold-double-to-int.html:
* js/regress/fold-strict-eq-expected.txt: Removed.
* js/regress/fold-strict-eq.html: Removed.
* js/regress/for-of-iterate-array-entries.html:
* js/regress/for-of-iterate-array-keys.html:
* js/regress/for-of-iterate-array-values.html:
* js/regress/function-dot-apply.html:
* js/regress/function-test.html:
* js/regress/function-with-eval.html:
* js/regress/get-by-id-chain-from-try-block.html:
* js/regress/get-by-id-proto-or-self.html:
* js/regress/get-by-id-self-or-proto.html:
* js/regress/get-by-val-out-of-bounds.html:
* js/regress/get_callee_monomorphic.html:
* js/regress/get_callee_polymorphic.html:
* js/regress/getter.html:
* js/regress/global-var-const-infer-fire-from-opt.html:
* js/regress/global-var-const-infer.html:
* js/regress/imul-double-only.html:
* js/regress/imul-int-only.html:
* js/regress/imul-mixed.html:
* js/regress/in-four-cases.html:
* js/regress/in-one-case-false.html:
* js/regress/in-one-case-true.html:
* js/regress/in-two-cases.html:
* js/regress/indexed-properties-in-objects.html:
* js/regress/infer-closure-const-then-mov-no-inline.html:
* js/regress/infer-closure-const-then-mov.html:
* js/regress/infer-closure-const-then-put-to-scope-no-inline.html:
* js/regress/infer-closure-const-then-put-to-scope.html:
* js/regress/infer-closure-const-then-reenter-no-inline.html:
* js/regress/infer-closure-const-then-reenter.html:
* js/regress/infer-one-time-closure-ten-vars.html:
* js/regress/infer-one-time-closure-two-vars.html:
* js/regress/infer-one-time-closure.html:
* js/regress/infer-one-time-deep-closure.html:
* js/regress/inline-arguments-access.html:
* js/regress/inline-arguments-aliased-access.html:
* js/regress/inline-arguments-local-escape.html:
* js/regress/inline-get-scoped-var.html:
* js/regress/inlined-put-by-id-transition.html:
* js/regress/int-or-other-abs-then-get-by-val.html:
* js/regress/int-or-other-abs-zero-then-get-by-val.html:
* js/regress/int-or-other-add-then-get-by-val.html:
* js/regress/int-or-other-add.html:
* js/regress/int-or-other-div-then-get-by-val.html:
* js/regress/int-or-other-max-then-get-by-val.html:
* js/regress/int-or-other-min-then-get-by-val.html:
* js/regress/int-or-other-mod-then-get-by-val.html:
* js/regress/int-or-other-mul-then-get-by-val.html:
* js/regress/int-or-other-neg-then-get-by-val.html:
* js/regress/int-or-other-neg-zero-then-get-by-val.html:
* js/regress/int-or-other-sub-then-get-by-val.html:
* js/regress/int-or-other-sub.html:
* js/regress/int-overflow-local.html:
* js/regress/int52-spill.html:
* js/regress/integer-divide.html:
* js/regress/integer-modulo.html:
* js/regress/large-int-captured.html:
* js/regress/large-int-neg.html:
* js/regress/large-int.html:
* js/regress/logical-not.html:
* js/regress/lots-of-fields.html:
* js/regress/make-indexed-storage.html:
* js/regress/make-rope-cse.html:
* js/regress/marsaglia-expected.txt: Removed.
* js/regress/marsaglia-larger-ints.html:
* js/regress/marsaglia-osr-entry.html:
* js/regress/marsaglia.html: Removed.
* js/regress/method-on-number.html:
* js/regress/misc-strict-eq.html:
* js/regress/negative-zero-divide.html:
* js/regress/negative-zero-modulo.html:
* js/regress/negative-zero-negate.html:
* js/regress/nested-function-parsing-random-expected.txt: Removed.
* js/regress/nested-function-parsing-random.html: Removed.
* js/regress/nested-function-parsing.html:
* js/regress/new-array-buffer-dead.html:
* js/regress/new-array-buffer-push.html:
* js/regress/new-array-dead.html:
* js/regress/new-array-push.html:
* js/regress/new-spread-expected.txt: Removed.
* js/regress/new-spread.html: Removed.
* js/regress/number-test.html:
* js/regress/object-closure-call.html:
* js/regress/object-test.html:
* js/regress/poly-stricteq.html:
* js/regress/polymorphic-get-by-id.html:
* js/regress/polymorphic-put-by-id.html:
* js/regress/polymorphic-structure.html:
* js/regress/polyvariant-monomorphic-get-by-id.html:
* js/regress/proto-custom-getter-expected.txt: Removed.
* js/regress/proto-custom-getter.html: Removed.
* js/regress/proto-getter-access.html:
* js/regress/put-by-id.html:
* js/regress/put-by-val-large-index-blank-indexing-type.html:
* js/regress/put-by-val-machine-int.html:
* js/regress/rare-osr-exit-on-local.html:
* js/regress/register-pressure-from-osr.html:
* js/regress/resources/regress-post.js: Removed.
* js/regress/resources/regress-pre.js: Removed.
* js/regress/script-tests/ArrayBuffer-Int8Array-alloc-huge-long-lived.js: Removed.
* js/regress/script-tests/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented.js: Removed.
* js/regress/script-tests/Int32Array-alloc-huge-long-lived.js: Removed.
* js/regress/script-tests/Int32Array-alloc-huge.js: Removed.
* js/regress/script-tests/Int32Array-alloc-large-long-lived.js: Removed.
* js/regress/script-tests/array-prototype-filter.js: Removed.
* js/regress/script-tests/call-spread.js: Removed.
* js/regress/script-tests/chain-custom-getter.js: Removed.
* js/regress/script-tests/destructuring-arguments-length.js: Removed.
* js/regress/script-tests/emscripten-memops.js: Removed.
* js/regress/script-tests/fold-strict-eq.js: Removed.
* js/regress/script-tests/marsaglia.js: Removed.
* js/regress/script-tests/nested-function-parsing-random.js: Removed.
* js/regress/script-tests/new-spread.js: Removed.
* js/regress/script-tests/proto-custom-getter.js: Removed.
* js/regress/script-tests/simple-custom-getter.js: Removed.
* js/regress/script-tests/variadic-closure-call.js: Removed.
* js/regress/simple-activation-demo.html:
* js/regress/simple-custom-getter-expected.txt: Removed.
* js/regress/simple-custom-getter.html: Removed.
* js/regress/simple-getter-access.html:
* js/regress/slow-array-profile-convergence.html:
* js/regress/slow-convergence.html:
* js/regress/sparse-conditional.html:
* js/regress/splice-to-remove.html:
* js/regress/string-char-code-at.html:
* js/regress/string-concat-object.html:
* js/regress/string-concat-pair-object.html:
* js/regress/string-concat-pair-simple.html:
* js/regress/string-concat-simple.html:
* js/regress/string-cons-repeat.html:
* js/regress/string-cons-tower.html:
* js/regress/string-equality.html:
* js/regress/string-get-by-val-big-char.html:
* js/regress/string-get-by-val-out-of-bounds-insane.html:
* js/regress/string-get-by-val-out-of-bounds.html:
* js/regress/string-get-by-val.html:
* js/regress/string-hash.html:
* js/regress/string-long-ident-equality.html:
* js/regress/string-repeat-arith.html:
* js/regress/string-sub.html:
* js/regress/string-test.html:
* js/regress/string-var-equality.html:
* js/regress/structure-hoist-over-transitions.html:
* js/regress/switch-char-constant.html:
* js/regress/switch-char.html:
* js/regress/switch-constant.html:
* js/regress/switch-string-basic-big-var.html:
* js/regress/switch-string-basic-big.html:
* js/regress/switch-string-basic-var.html:
* js/regress/switch-string-basic.html:
* js/regress/switch-string-big-length-tower-var.html:
* js/regress/switch-string-length-tower-var.html:
* js/regress/switch-string-length-tower.html:
* js/regress/switch-string-short.html:
* js/regress/switch.html:
* js/regress/tear-off-arguments-simple.html:
* js/regress/tear-off-arguments.html:
* js/regress/temporal-structure.html:
* js/regress/to-int32-boolean.html:
* js/regress/undefined-test.html:
* js/regress/unprofiled-licm.html:
* js/regress/variadic-closure-call-expected.txt: Removed.
* js/regress/variadic-closure-call.html: Removed.
* js/regress/weird-inlining-const-prop.html:
* js/slow-stress: Added.
* js/slow-stress/ArrayBuffer-Int8Array-alloc-huge-long-lived-expected.txt: Copied from LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-huge-long-lived-expected.txt.
* js/slow-stress/ArrayBuffer-Int8Array-alloc-huge-long-lived.html: Copied from LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-huge-long-lived.html.
* js/slow-stress/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented-expected.txt: Copied from LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented-expected.txt.
* js/slow-stress/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented.html: Copied from LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented.html.
* js/slow-stress/Int32Array-alloc-huge-expected.txt: Copied from LayoutTests/js/regress/Int32Array-alloc-huge-expected.txt.
* js/slow-stress/Int32Array-alloc-huge-long-lived-expected.txt: Copied from LayoutTests/js/regress/Int32Array-alloc-huge-long-lived-expected.txt.
* js/slow-stress/Int32Array-alloc-huge-long-lived.html: Copied from LayoutTests/js/regress/Int32Array-alloc-huge-long-lived.html.
* js/slow-stress/Int32Array-alloc-huge.html: Copied from LayoutTests/js/regress/Int32Array-alloc-huge.html.
* js/slow-stress/Int32Array-alloc-large-long-lived-expected.txt: Copied from LayoutTests/js/regress/Int32Array-alloc-large-long-lived-expected.txt.
* js/slow-stress/Int32Array-alloc-large-long-lived.html: Copied from LayoutTests/js/regress/Int32Array-alloc-large-long-lived.html.
* js/slow-stress/array-prototype-filter-expected.txt: Copied from LayoutTests/js/regress/array-prototype-filter-expected.txt.
* js/slow-stress/array-prototype-filter.html: Copied from LayoutTests/js/regress/array-prototype-filter.html.
* js/slow-stress/call-spread-expected.txt: Copied from LayoutTests/js/regress/call-spread-expected.txt.
* js/slow-stress/call-spread.html: Copied from LayoutTests/js/regress/call-spread.html.
* js/slow-stress/chain-custom-getter-expected.txt: Copied from LayoutTests/js/regress/chain-custom-getter-expected.txt.
* js/slow-stress/chain-custom-getter.html: Copied from LayoutTests/js/regress/chain-custom-getter.html.
* js/slow-stress/destructuring-arguments-length-expected.txt: Copied from LayoutTests/js/regress/destructuring-arguments-length-expected.txt.
* js/slow-stress/destructuring-arguments-length.html: Copied from LayoutTests/js/regress/destructuring-arguments-length.html.
* js/slow-stress/emscripten-memops-expected.txt: Copied from LayoutTests/js/regress/emscripten-memops-expected.txt.
* js/slow-stress/emscripten-memops.html: Copied from LayoutTests/js/regress/emscripten-memops.html.
* js/slow-stress/fold-strict-eq-expected.txt: Copied from LayoutTests/js/regress/fold-strict-eq-expected.txt.
* js/slow-stress/fold-strict-eq.html: Copied from LayoutTests/js/regress/fold-strict-eq.html.
* js/slow-stress/marsaglia-expected.txt: Copied from LayoutTests/js/regress/marsaglia-expected.txt.
* js/slow-stress/marsaglia.html: Copied from LayoutTests/js/regress/marsaglia.html.
* js/slow-stress/nested-function-parsing-random-expected.txt: Copied from LayoutTests/js/regress/nested-function-parsing-random-expected.txt.
* js/slow-stress/nested-function-parsing-random.html: Copied from LayoutTests/js/regress/nested-function-parsing-random.html.
* js/slow-stress/new-spread-expected.txt: Copied from LayoutTests/js/regress/new-spread-expected.txt.
* js/slow-stress/new-spread.html: Copied from LayoutTests/js/regress/new-spread.html.
* js/slow-stress/proto-custom-getter-expected.txt: Copied from LayoutTests/js/regress/proto-custom-getter-expected.txt.
* js/slow-stress/proto-custom-getter.html: Copied from LayoutTests/js/regress/proto-custom-getter.html.
* js/slow-stress/script-tests: Added.
* js/slow-stress/script-tests/ArrayBuffer-Int8Array-alloc-huge-long-lived.js: Copied from LayoutTests/js/regress/script-tests/ArrayBuffer-Int8Array-alloc-huge-long-lived.js.
* js/slow-stress/script-tests/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented.js: Copied from LayoutTests/js/regress/script-tests/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented.js.
* js/slow-stress/script-tests/Int32Array-alloc-huge-long-lived.js: Copied from LayoutTests/js/regress/script-tests/Int32Array-alloc-huge-long-lived.js.
* js/slow-stress/script-tests/Int32Array-alloc-huge.js: Copied from LayoutTests/js/regress/script-tests/Int32Array-alloc-huge.js.
* js/slow-stress/script-tests/Int32Array-alloc-large-long-lived.js: Copied from LayoutTests/js/regress/script-tests/Int32Array-alloc-large-long-lived.js.
* js/slow-stress/script-tests/array-prototype-filter.js: Copied from LayoutTests/js/regress/script-tests/array-prototype-filter.js.
* js/slow-stress/script-tests/call-spread.js: Copied from LayoutTests/js/regress/script-tests/call-spread.js.
* js/slow-stress/script-tests/chain-custom-getter.js: Copied from LayoutTests/js/regress/script-tests/chain-custom-getter.js.
* js/slow-stress/script-tests/destructuring-arguments-length.js: Copied from LayoutTests/js/regress/script-tests/destructuring-arguments-length.js.
* js/slow-stress/script-tests/emscripten-memops.js: Copied from LayoutTests/js/regress/script-tests/emscripten-memops.js.
* js/slow-stress/script-tests/fold-strict-eq.js: Copied from LayoutTests/js/regress/script-tests/fold-strict-eq.js.
* js/slow-stress/script-tests/marsaglia.js: Copied from LayoutTests/js/regress/script-tests/marsaglia.js.
* js/slow-stress/script-tests/nested-function-parsing-random.js: Copied from LayoutTests/js/regress/script-tests/nested-function-parsing-random.js.
* js/slow-stress/script-tests/new-spread.js: Copied from LayoutTests/js/regress/script-tests/new-spread.js.
* js/slow-stress/script-tests/proto-custom-getter.js: Copied from LayoutTests/js/regress/script-tests/proto-custom-getter.js.
* js/slow-stress/script-tests/simple-custom-getter.js: Copied from LayoutTests/js/regress/script-tests/simple-custom-getter.js.
* js/slow-stress/script-tests/variadic-closure-call.js: Copied from LayoutTests/js/regress/script-tests/variadic-closure-call.js.
* js/slow-stress/simple-custom-getter-expected.txt: Copied from LayoutTests/js/regress/simple-custom-getter-expected.txt.
* js/slow-stress/simple-custom-getter.html: Copied from LayoutTests/js/regress/simple-custom-getter.html.
* js/slow-stress/variadic-closure-call-expected.txt: Copied from LayoutTests/js/regress/variadic-closure-call-expected.txt.
* js/slow-stress/variadic-closure-call.html: Copied from LayoutTests/js/regress/variadic-closure-call.html.
* resources/regress-post.js: Copied from LayoutTests/js/regress/resources/regress-post.js.
* resources/regress-pre.js: Copied from LayoutTests/js/regress/resources/regress-pre.js.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsjsregressArrayBufferDataViewalloclargelonglivedhtml">trunk/LayoutTests/js/regress/ArrayBuffer-DataView-alloc-large-long-lived.html</a></li>
<li><a href="#trunkLayoutTestsjsregressArrayBufferDataViewalloclonglivedhtml">trunk/LayoutTests/js/regress/ArrayBuffer-DataView-alloc-long-lived.html</a></li>
<li><a href="#trunkLayoutTestsjsregressArrayBufferInt32ArraybyteOffsethtml">trunk/LayoutTests/js/regress/ArrayBuffer-Int32Array-byteOffset.html</a></li>
<li><a href="#trunkLayoutTestsjsregressArrayBufferInt8Arrayalloclargelonglivedhtml">trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-large-long-lived.html</a></li>
<li><a href="#trunkLayoutTestsjsregressArrayBufferInt8Arrayalloclonglivedbufferhtml">trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-long-lived-buffer.html</a></li>
<li><a href="#trunkLayoutTestsjsregressArrayBufferInt8Arrayalloclonglivedhtml">trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-long-lived.html</a></li>
<li><a href="#trunkLayoutTestsjsregressArrayBufferInt8Arrayallochtml">trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc.html</a></li>
<li><a href="#trunkLayoutTestsjsregressDataViewcustompropertieshtml">trunk/LayoutTests/js/regress/DataView-custom-properties.html</a></li>
<li><a href="#trunkLayoutTestsjsregressFloat32Arraymatrixmulthtml">trunk/LayoutTests/js/regress/Float32Array-matrix-mult.html</a></li>
<li><a href="#trunkLayoutTestsjsregressFloat32ArraytoFloat64Arraysethtml">trunk/LayoutTests/js/regress/Float32Array-to-Float64Array-set.html</a></li>
<li><a href="#trunkLayoutTestsjsregressFloat64Arrayalloclonglivedhtml">trunk/LayoutTests/js/regress/Float64Array-alloc-long-lived.html</a></li>
<li><a href="#trunkLayoutTestsjsregressFloat64ArraytoInt16Arraysethtml">trunk/LayoutTests/js/regress/Float64Array-to-Int16Array-set.html</a></li>
<li><a href="#trunkLayoutTestsjsregressHashMapputgetiteratekeyshtml">trunk/LayoutTests/js/regress/HashMap-put-get-iterate-keys.html</a></li>
<li><a href="#trunkLayoutTestsjsregressHashMapputgetiteratehtml">trunk/LayoutTests/js/regress/HashMap-put-get-iterate.html</a></li>
<li><a href="#trunkLayoutTestsjsregressHashMapstringputgetiteratehtml">trunk/LayoutTests/js/regress/HashMap-string-put-get-iterate.html</a></li>
<li><a href="#trunkLayoutTestsjsregressInt16Arrayalloclonglivedhtml">trunk/LayoutTests/js/regress/Int16Array-alloc-long-lived.html</a></li>
<li><a href="#trunkLayoutTestsjsregressInt16ArraybubblesortwithbyteLengthhtml">trunk/LayoutTests/js/regress/Int16Array-bubble-sort-with-byteLength.html</a></li>
<li><a href="#trunkLayoutTestsjsregressInt16Arraybubblesorthtml">trunk/LayoutTests/js/regress/Int16Array-bubble-sort.html</a></li>
<li><a href="#trunkLayoutTestsjsregressInt16Arrayloadintmulhtml">trunk/LayoutTests/js/regress/Int16Array-load-int-mul.html</a></li>
<li><a href="#trunkLayoutTestsjsregressInt16ArraytoInt32Arraysethtml">trunk/LayoutTests/js/regress/Int16Array-to-Int32Array-set.html</a></li>
<li><a href="#trunkLayoutTestsjsregressInt32ArrayInt8Arrayviewallochtml">trunk/LayoutTests/js/regress/Int32Array-Int8Array-view-alloc.html</a></li>
<li><a href="#trunkLayoutTestsjsregressInt32Arrayalloclargehtml">trunk/LayoutTests/js/regress/Int32Array-alloc-large.html</a></li>
<li><a href="#trunkLayoutTestsjsregressInt32Arrayalloclonglivedhtml">trunk/LayoutTests/js/regress/Int32Array-alloc-long-lived.html</a></li>
<li><a href="#trunkLayoutTestsjsregressInt32Arrayallochtml">trunk/LayoutTests/js/regress/Int32Array-alloc.html</a></li>
<li><a href="#trunkLayoutTestsjsregressInt8Arrayalloclonglivedhtml">trunk/LayoutTests/js/regress/Int8Array-alloc-long-lived.html</a></li>
<li><a href="#trunkLayoutTestsjsregressInt8ArrayloadwithbyteLengthhtml">trunk/LayoutTests/js/regress/Int8Array-load-with-byteLength.html</a></li>
<li><a href="#trunkLayoutTestsjsregressInt8Arrayloadhtml">trunk/LayoutTests/js/regress/Int8Array-load.html</a></li>
<li><a href="#trunkLayoutTestsjsregressadapttodoubledividehtml">trunk/LayoutTests/js/regress/adapt-to-double-divide.html</a></li>
<li><a href="#trunkLayoutTestsjsregressaliasedargumentsgetbyvalhtml">trunk/LayoutTests/js/regress/aliased-arguments-getbyval.html</a></li>
<li><a href="#trunkLayoutTestsjsregressallocatebigobjecthtml">trunk/LayoutTests/js/regress/allocate-big-object.html</a></li>
<li><a href="#trunkLayoutTestsjsregressaritymismatchinlininghtml">trunk/LayoutTests/js/regress/arity-mismatch-inlining.html</a></li>
<li><a href="#trunkLayoutTestsjsregressarrayaccesspolymorphicstructurehtml">trunk/LayoutTests/js/regress/array-access-polymorphic-structure.html</a></li>
<li><a href="#trunkLayoutTestsjsregressarraynonarraypolymorhpicaccesshtml">trunk/LayoutTests/js/regress/array-nonarray-polymorhpic-access.html</a></li>
<li><a href="#trunkLayoutTestsjsregressarraynonarraypolymorphicaccesshtml">trunk/LayoutTests/js/regress/array-nonarray-polymorphic-access.html</a></li>
<li><a href="#trunkLayoutTestsjsregressarrayprototypeeveryhtml">trunk/LayoutTests/js/regress/array-prototype-every.html</a></li>
<li><a href="#trunkLayoutTestsjsregressarrayprototypeforEachhtml">trunk/LayoutTests/js/regress/array-prototype-forEach.html</a></li>
<li><a href="#trunkLayoutTestsjsregressarrayprototypemaphtml">trunk/LayoutTests/js/regress/array-prototype-map.html</a></li>
<li><a href="#trunkLayoutTestsjsregressarrayprototypesomehtml">trunk/LayoutTests/js/regress/array-prototype-some.html</a></li>
<li><a href="#trunkLayoutTestsjsregressarraywithdoubleaddhtml">trunk/LayoutTests/js/regress/array-with-double-add.html</a></li>
<li><a href="#trunkLayoutTestsjsregressarraywithdoubleincrementhtml">trunk/LayoutTests/js/regress/array-with-double-increment.html</a></li>
<li><a href="#trunkLayoutTestsjsregressarraywithdoublemuladdhtml">trunk/LayoutTests/js/regress/array-with-double-mul-add.html</a></li>
<li><a href="#trunkLayoutTestsjsregressarraywithdoublesumhtml">trunk/LayoutTests/js/regress/array-with-double-sum.html</a></li>
<li><a href="#trunkLayoutTestsjsregressarraywithint32addsubhtml">trunk/LayoutTests/js/regress/array-with-int32-add-sub.html</a></li>
<li><a href="#trunkLayoutTestsjsregressarraywithint32ordoublesumhtml">trunk/LayoutTests/js/regress/array-with-int32-or-double-sum.html</a></li>
<li><a href="#trunkLayoutTestsjsregressasmjs_bool_bughtml">trunk/LayoutTests/js/regress/asmjs_bool_bug.html</a></li>
<li><a href="#trunkLayoutTestsjsregressassigncustomsetterpolymorphichtml">trunk/LayoutTests/js/regress/assign-custom-setter-polymorphic.html</a></li>
<li><a href="#trunkLayoutTestsjsregressassigncustomsetterhtml">trunk/LayoutTests/js/regress/assign-custom-setter.html</a></li>
<li><a href="#trunkLayoutTestsjsregressbasicsethtml">trunk/LayoutTests/js/regress/basic-set.html</a></li>
<li><a href="#trunkLayoutTestsjsregressbigintmulhtml">trunk/LayoutTests/js/regress/big-int-mul.html</a></li>
<li><a href="#trunkLayoutTestsjsregressbooleantesthtml">trunk/LayoutTests/js/regress/boolean-test.html</a></li>
<li><a href="#trunkLayoutTestsjsregressbranchfoldhtml">trunk/LayoutTests/js/regress/branch-fold.html</a></li>
<li><a href="#trunkLayoutTestsjsregressbyvalgenerichtml">trunk/LayoutTests/js/regress/by-val-generic.html</a></li>
<li><a href="#trunkLayoutTestsjsregresscallspreadapplyhtml">trunk/LayoutTests/js/regress/call-spread-apply.html</a></li>
<li><a href="#trunkLayoutTestsjsregresscallspreadcallhtml">trunk/LayoutTests/js/regress/call-spread-call.html</a></li>
<li><a href="#trunkLayoutTestsjsregresscapturedassignmentshtml">trunk/LayoutTests/js/regress/captured-assignments.html</a></li>
<li><a href="#trunkLayoutTestsjsregresscastinttodoublehtml">trunk/LayoutTests/js/regress/cast-int-to-double.html</a></li>
<li><a href="#trunkLayoutTestsjsregresscellargumenthtml">trunk/LayoutTests/js/regress/cell-argument.html</a></li>
<li><a href="#trunkLayoutTestsjsregresscfgsimplifyhtml">trunk/LayoutTests/js/regress/cfg-simplify.html</a></li>
<li><a href="#trunkLayoutTestsjsregresschaingetteraccesshtml">trunk/LayoutTests/js/regress/chain-getter-access.html</a></li>
<li><a href="#trunkLayoutTestsjsregresscmpeqobjtoobjotherhtml">trunk/LayoutTests/js/regress/cmpeq-obj-to-obj-other.html</a></li>
<li><a href="#trunkLayoutTestsjsregressconstanttesthtml">trunk/LayoutTests/js/regress/constant-test.html</a></li>
<li><a href="#trunkLayoutTestsjsregressdelaytearoffargumentsstrictmodehtml">trunk/LayoutTests/js/regress/delay-tear-off-arguments-strictmode.html</a></li>
<li><a href="#trunkLayoutTestsjsregressdestructuringargumentshtml">trunk/LayoutTests/js/regress/destructuring-arguments.html</a></li>
<li><a href="#trunkLayoutTestsjsregressdestructuringswaphtml">trunk/LayoutTests/js/regress/destructuring-swap.html</a></li>
<li><a href="#trunkLayoutTestsjsregressdirectargumentsgetbyvalhtml">trunk/LayoutTests/js/regress/direct-arguments-getbyval.html</a></li>
<li><a href="#trunkLayoutTestsjsregressdoublegetbyvaloutofboundshtml">trunk/LayoutTests/js/regress/double-get-by-val-out-of-bounds.html</a></li>
<li><a href="#trunkLayoutTestsjsregressdoublepollutiongetbyvalhtml">trunk/LayoutTests/js/regress/double-pollution-getbyval.html</a></li>
<li><a href="#trunkLayoutTestsjsregressdoublepollutionputbyoffsethtml">trunk/LayoutTests/js/regress/double-pollution-putbyoffset.html</a></li>
<li><a href="#trunkLayoutTestsjsregressdoubletoint32typedarraynoinlinehtml">trunk/LayoutTests/js/regress/double-to-int32-typed-array-no-inline.html</a></li>
<li><a href="#trunkLayoutTestsjsregressdoubletoint32typedarrayhtml">trunk/LayoutTests/js/regress/double-to-int32-typed-array.html</a></li>
<li><a href="#trunkLayoutTestsjsregressdoubletouint32typedarraynoinlinehtml">trunk/LayoutTests/js/regress/double-to-uint32-typed-array-no-inline.html</a></li>
<li><a href="#trunkLayoutTestsjsregressdoubletouint32typedarrayhtml">trunk/LayoutTests/js/regress/double-to-uint32-typed-array.html</a></li>
<li><a href="#trunkLayoutTestsjsregressemptystringplusinthtml">trunk/LayoutTests/js/regress/empty-string-plus-int.html</a></li>
<li><a href="#trunkLayoutTestsjsregressemscriptencube2hashhtml">trunk/LayoutTests/js/regress/emscripten-cube2hash.html</a></li>
<li><a href="#trunkLayoutTestsjsregressexternalargumentsgetbyvalhtml">trunk/LayoutTests/js/regress/external-arguments-getbyval.html</a></li>
<li><a href="#trunkLayoutTestsjsregressexternalargumentsputbyvalhtml">trunk/LayoutTests/js/regress/external-arguments-putbyval.html</a></li>
<li><a href="#trunkLayoutTestsjsregressfixedtypedarraystoragevarindexhtml">trunk/LayoutTests/js/regress/fixed-typed-array-storage-var-index.html</a></li>
<li><a href="#trunkLayoutTestsjsregressfixedtypedarraystoragehtml">trunk/LayoutTests/js/regress/fixed-typed-array-storage.html</a></li>
<li><a href="#trunkLayoutTestsjsregressfolddoubletointhtml">trunk/LayoutTests/js/regress/fold-double-to-int.html</a></li>
<li><a href="#trunkLayoutTestsjsregressforofiteratearrayentrieshtml">trunk/LayoutTests/js/regress/for-of-iterate-array-entries.html</a></li>
<li><a href="#trunkLayoutTestsjsregressforofiteratearraykeyshtml">trunk/LayoutTests/js/regress/for-of-iterate-array-keys.html</a></li>
<li><a href="#trunkLayoutTestsjsregressforofiteratearrayvalueshtml">trunk/LayoutTests/js/regress/for-of-iterate-array-values.html</a></li>
<li><a href="#trunkLayoutTestsjsregressfunctiondotapplyhtml">trunk/LayoutTests/js/regress/function-dot-apply.html</a></li>
<li><a href="#trunkLayoutTestsjsregressfunctiontesthtml">trunk/LayoutTests/js/regress/function-test.html</a></li>
<li><a href="#trunkLayoutTestsjsregressfunctionwithevalhtml">trunk/LayoutTests/js/regress/function-with-eval.html</a></li>
<li><a href="#trunkLayoutTestsjsregressgetbyidchainfromtryblockhtml">trunk/LayoutTests/js/regress/get-by-id-chain-from-try-block.html</a></li>
<li><a href="#trunkLayoutTestsjsregressgetbyidprotoorselfhtml">trunk/LayoutTests/js/regress/get-by-id-proto-or-self.html</a></li>
<li><a href="#trunkLayoutTestsjsregressgetbyidselforprotohtml">trunk/LayoutTests/js/regress/get-by-id-self-or-proto.html</a></li>
<li><a href="#trunkLayoutTestsjsregressgetbyvaloutofboundshtml">trunk/LayoutTests/js/regress/get-by-val-out-of-bounds.html</a></li>
<li><a href="#trunkLayoutTestsjsregressget_callee_monomorphichtml">trunk/LayoutTests/js/regress/get_callee_monomorphic.html</a></li>
<li><a href="#trunkLayoutTestsjsregressget_callee_polymorphichtml">trunk/LayoutTests/js/regress/get_callee_polymorphic.html</a></li>
<li><a href="#trunkLayoutTestsjsregressgetterhtml">trunk/LayoutTests/js/regress/getter.html</a></li>
<li><a href="#trunkLayoutTestsjsregressglobalvarconstinferfirefromopthtml">trunk/LayoutTests/js/regress/global-var-const-infer-fire-from-opt.html</a></li>
<li><a href="#trunkLayoutTestsjsregressglobalvarconstinferhtml">trunk/LayoutTests/js/regress/global-var-const-infer.html</a></li>
<li><a href="#trunkLayoutTestsjsregressimuldoubleonlyhtml">trunk/LayoutTests/js/regress/imul-double-only.html</a></li>
<li><a href="#trunkLayoutTestsjsregressimulintonlyhtml">trunk/LayoutTests/js/regress/imul-int-only.html</a></li>
<li><a href="#trunkLayoutTestsjsregressimulmixedhtml">trunk/LayoutTests/js/regress/imul-mixed.html</a></li>
<li><a href="#trunkLayoutTestsjsregressinfourcaseshtml">trunk/LayoutTests/js/regress/in-four-cases.html</a></li>
<li><a href="#trunkLayoutTestsjsregressinonecasefalsehtml">trunk/LayoutTests/js/regress/in-one-case-false.html</a></li>
<li><a href="#trunkLayoutTestsjsregressinonecasetruehtml">trunk/LayoutTests/js/regress/in-one-case-true.html</a></li>
<li><a href="#trunkLayoutTestsjsregressintwocaseshtml">trunk/LayoutTests/js/regress/in-two-cases.html</a></li>
<li><a href="#trunkLayoutTestsjsregressindexedpropertiesinobjectshtml">trunk/LayoutTests/js/regress/indexed-properties-in-objects.html</a></li>
<li><a href="#trunkLayoutTestsjsregressinferclosureconstthenmovnoinlinehtml">trunk/LayoutTests/js/regress/infer-closure-const-then-mov-no-inline.html</a></li>
<li><a href="#trunkLayoutTestsjsregressinferclosureconstthenmovhtml">trunk/LayoutTests/js/regress/infer-closure-const-then-mov.html</a></li>
<li><a href="#trunkLayoutTestsjsregressinferclosureconstthenputtoscopenoinlinehtml">trunk/LayoutTests/js/regress/infer-closure-const-then-put-to-scope-no-inline.html</a></li>
<li><a href="#trunkLayoutTestsjsregressinferclosureconstthenputtoscopehtml">trunk/LayoutTests/js/regress/infer-closure-const-then-put-to-scope.html</a></li>
<li><a href="#trunkLayoutTestsjsregressinferclosureconstthenreenternoinlinehtml">trunk/LayoutTests/js/regress/infer-closure-const-then-reenter-no-inline.html</a></li>
<li><a href="#trunkLayoutTestsjsregressinferclosureconstthenreenterhtml">trunk/LayoutTests/js/regress/infer-closure-const-then-reenter.html</a></li>
<li><a href="#trunkLayoutTestsjsregressinferonetimeclosuretenvarshtml">trunk/LayoutTests/js/regress/infer-one-time-closure-ten-vars.html</a></li>
<li><a href="#trunkLayoutTestsjsregressinferonetimeclosuretwovarshtml">trunk/LayoutTests/js/regress/infer-one-time-closure-two-vars.html</a></li>
<li><a href="#trunkLayoutTestsjsregressinferonetimeclosurehtml">trunk/LayoutTests/js/regress/infer-one-time-closure.html</a></li>
<li><a href="#trunkLayoutTestsjsregressinferonetimedeepclosurehtml">trunk/LayoutTests/js/regress/infer-one-time-deep-closure.html</a></li>
<li><a href="#trunkLayoutTestsjsregressinlineargumentsaccesshtml">trunk/LayoutTests/js/regress/inline-arguments-access.html</a></li>
<li><a href="#trunkLayoutTestsjsregressinlineargumentsaliasedaccesshtml">trunk/LayoutTests/js/regress/inline-arguments-aliased-access.html</a></li>
<li><a href="#trunkLayoutTestsjsregressinlineargumentslocalescapehtml">trunk/LayoutTests/js/regress/inline-arguments-local-escape.html</a></li>
<li><a href="#trunkLayoutTestsjsregressinlinegetscopedvarhtml">trunk/LayoutTests/js/regress/inline-get-scoped-var.html</a></li>
<li><a href="#trunkLayoutTestsjsregressinlinedputbyidtransitionhtml">trunk/LayoutTests/js/regress/inlined-put-by-id-transition.html</a></li>
<li><a href="#trunkLayoutTestsjsregressintorotherabsthengetbyvalhtml">trunk/LayoutTests/js/regress/int-or-other-abs-then-get-by-val.html</a></li>
<li><a href="#trunkLayoutTestsjsregressintorotherabszerothengetbyvalhtml">trunk/LayoutTests/js/regress/int-or-other-abs-zero-then-get-by-val.html</a></li>
<li><a href="#trunkLayoutTestsjsregressintorotheraddthengetbyvalhtml">trunk/LayoutTests/js/regress/int-or-other-add-then-get-by-val.html</a></li>
<li><a href="#trunkLayoutTestsjsregressintorotheraddhtml">trunk/LayoutTests/js/regress/int-or-other-add.html</a></li>
<li><a href="#trunkLayoutTestsjsregressintorotherdivthengetbyvalhtml">trunk/LayoutTests/js/regress/int-or-other-div-then-get-by-val.html</a></li>
<li><a href="#trunkLayoutTestsjsregressintorothermaxthengetbyvalhtml">trunk/LayoutTests/js/regress/int-or-other-max-then-get-by-val.html</a></li>
<li><a href="#trunkLayoutTestsjsregressintorotherminthengetbyvalhtml">trunk/LayoutTests/js/regress/int-or-other-min-then-get-by-val.html</a></li>
<li><a href="#trunkLayoutTestsjsregressintorothermodthengetbyvalhtml">trunk/LayoutTests/js/regress/int-or-other-mod-then-get-by-val.html</a></li>
<li><a href="#trunkLayoutTestsjsregressintorothermulthengetbyvalhtml">trunk/LayoutTests/js/regress/int-or-other-mul-then-get-by-val.html</a></li>
<li><a href="#trunkLayoutTestsjsregressintorothernegthengetbyvalhtml">trunk/LayoutTests/js/regress/int-or-other-neg-then-get-by-val.html</a></li>
<li><a href="#trunkLayoutTestsjsregressintorothernegzerothengetbyvalhtml">trunk/LayoutTests/js/regress/int-or-other-neg-zero-then-get-by-val.html</a></li>
<li><a href="#trunkLayoutTestsjsregressintorothersubthengetbyvalhtml">trunk/LayoutTests/js/regress/int-or-other-sub-then-get-by-val.html</a></li>
<li><a href="#trunkLayoutTestsjsregressintorothersubhtml">trunk/LayoutTests/js/regress/int-or-other-sub.html</a></li>
<li><a href="#trunkLayoutTestsjsregressintoverflowlocalhtml">trunk/LayoutTests/js/regress/int-overflow-local.html</a></li>
<li><a href="#trunkLayoutTestsjsregressint52spillhtml">trunk/LayoutTests/js/regress/int52-spill.html</a></li>
<li><a href="#trunkLayoutTestsjsregressintegerdividehtml">trunk/LayoutTests/js/regress/integer-divide.html</a></li>
<li><a href="#trunkLayoutTestsjsregressintegermodulohtml">trunk/LayoutTests/js/regress/integer-modulo.html</a></li>
<li><a href="#trunkLayoutTestsjsregresslargeintcapturedhtml">trunk/LayoutTests/js/regress/large-int-captured.html</a></li>
<li><a href="#trunkLayoutTestsjsregresslargeintneghtml">trunk/LayoutTests/js/regress/large-int-neg.html</a></li>
<li><a href="#trunkLayoutTestsjsregresslargeinthtml">trunk/LayoutTests/js/regress/large-int.html</a></li>
<li><a href="#trunkLayoutTestsjsregresslogicalnothtml">trunk/LayoutTests/js/regress/logical-not.html</a></li>
<li><a href="#trunkLayoutTestsjsregresslotsoffieldshtml">trunk/LayoutTests/js/regress/lots-of-fields.html</a></li>
<li><a href="#trunkLayoutTestsjsregressmakeindexedstoragehtml">trunk/LayoutTests/js/regress/make-indexed-storage.html</a></li>
<li><a href="#trunkLayoutTestsjsregressmakeropecsehtml">trunk/LayoutTests/js/regress/make-rope-cse.html</a></li>
<li><a href="#trunkLayoutTestsjsregressmarsaglialargerintshtml">trunk/LayoutTests/js/regress/marsaglia-larger-ints.html</a></li>
<li><a href="#trunkLayoutTestsjsregressmarsagliaosrentryhtml">trunk/LayoutTests/js/regress/marsaglia-osr-entry.html</a></li>
<li><a href="#trunkLayoutTestsjsregressmethodonnumberhtml">trunk/LayoutTests/js/regress/method-on-number.html</a></li>
<li><a href="#trunkLayoutTestsjsregressmiscstricteqhtml">trunk/LayoutTests/js/regress/misc-strict-eq.html</a></li>
<li><a href="#trunkLayoutTestsjsregressnegativezerodividehtml">trunk/LayoutTests/js/regress/negative-zero-divide.html</a></li>
<li><a href="#trunkLayoutTestsjsregressnegativezeromodulohtml">trunk/LayoutTests/js/regress/negative-zero-modulo.html</a></li>
<li><a href="#trunkLayoutTestsjsregressnegativezeronegatehtml">trunk/LayoutTests/js/regress/negative-zero-negate.html</a></li>
<li><a href="#trunkLayoutTestsjsregressnestedfunctionparsinghtml">trunk/LayoutTests/js/regress/nested-function-parsing.html</a></li>
<li><a href="#trunkLayoutTestsjsregressnewarraybufferdeadhtml">trunk/LayoutTests/js/regress/new-array-buffer-dead.html</a></li>
<li><a href="#trunkLayoutTestsjsregressnewarraybufferpushhtml">trunk/LayoutTests/js/regress/new-array-buffer-push.html</a></li>
<li><a href="#trunkLayoutTestsjsregressnewarraydeadhtml">trunk/LayoutTests/js/regress/new-array-dead.html</a></li>
<li><a href="#trunkLayoutTestsjsregressnewarraypushhtml">trunk/LayoutTests/js/regress/new-array-push.html</a></li>
<li><a href="#trunkLayoutTestsjsregressnumbertesthtml">trunk/LayoutTests/js/regress/number-test.html</a></li>
<li><a href="#trunkLayoutTestsjsregressobjectclosurecallhtml">trunk/LayoutTests/js/regress/object-closure-call.html</a></li>
<li><a href="#trunkLayoutTestsjsregressobjecttesthtml">trunk/LayoutTests/js/regress/object-test.html</a></li>
<li><a href="#trunkLayoutTestsjsregresspolystricteqhtml">trunk/LayoutTests/js/regress/poly-stricteq.html</a></li>
<li><a href="#trunkLayoutTestsjsregresspolymorphicgetbyidhtml">trunk/LayoutTests/js/regress/polymorphic-get-by-id.html</a></li>
<li><a href="#trunkLayoutTestsjsregresspolymorphicputbyidhtml">trunk/LayoutTests/js/regress/polymorphic-put-by-id.html</a></li>
<li><a href="#trunkLayoutTestsjsregresspolymorphicstructurehtml">trunk/LayoutTests/js/regress/polymorphic-structure.html</a></li>
<li><a href="#trunkLayoutTestsjsregresspolyvariantmonomorphicgetbyidhtml">trunk/LayoutTests/js/regress/polyvariant-monomorphic-get-by-id.html</a></li>
<li><a href="#trunkLayoutTestsjsregressprotogetteraccesshtml">trunk/LayoutTests/js/regress/proto-getter-access.html</a></li>
<li><a href="#trunkLayoutTestsjsregressputbyidhtml">trunk/LayoutTests/js/regress/put-by-id.html</a></li>
<li><a href="#trunkLayoutTestsjsregressputbyvallargeindexblankindexingtypehtml">trunk/LayoutTests/js/regress/put-by-val-large-index-blank-indexing-type.html</a></li>
<li><a href="#trunkLayoutTestsjsregressputbyvalmachineinthtml">trunk/LayoutTests/js/regress/put-by-val-machine-int.html</a></li>
<li><a href="#trunkLayoutTestsjsregressrareosrexitonlocalhtml">trunk/LayoutTests/js/regress/rare-osr-exit-on-local.html</a></li>
<li><a href="#trunkLayoutTestsjsregressregisterpressurefromosrhtml">trunk/LayoutTests/js/regress/register-pressure-from-osr.html</a></li>
<li><a href="#trunkLayoutTestsjsregresssimpleactivationdemohtml">trunk/LayoutTests/js/regress/simple-activation-demo.html</a></li>
<li><a href="#trunkLayoutTestsjsregresssimplegetteraccesshtml">trunk/LayoutTests/js/regress/simple-getter-access.html</a></li>
<li><a href="#trunkLayoutTestsjsregressslowarrayprofileconvergencehtml">trunk/LayoutTests/js/regress/slow-array-profile-convergence.html</a></li>
<li><a href="#trunkLayoutTestsjsregressslowconvergencehtml">trunk/LayoutTests/js/regress/slow-convergence.html</a></li>
<li><a href="#trunkLayoutTestsjsregresssparseconditionalhtml">trunk/LayoutTests/js/regress/sparse-conditional.html</a></li>
<li><a href="#trunkLayoutTestsjsregresssplicetoremovehtml">trunk/LayoutTests/js/regress/splice-to-remove.html</a></li>
<li><a href="#trunkLayoutTestsjsregressstringcharcodeathtml">trunk/LayoutTests/js/regress/string-char-code-at.html</a></li>
<li><a href="#trunkLayoutTestsjsregressstringconcatobjecthtml">trunk/LayoutTests/js/regress/string-concat-object.html</a></li>
<li><a href="#trunkLayoutTestsjsregressstringconcatpairobjecthtml">trunk/LayoutTests/js/regress/string-concat-pair-object.html</a></li>
<li><a href="#trunkLayoutTestsjsregressstringconcatpairsimplehtml">trunk/LayoutTests/js/regress/string-concat-pair-simple.html</a></li>
<li><a href="#trunkLayoutTestsjsregressstringconcatsimplehtml">trunk/LayoutTests/js/regress/string-concat-simple.html</a></li>
<li><a href="#trunkLayoutTestsjsregressstringconsrepeathtml">trunk/LayoutTests/js/regress/string-cons-repeat.html</a></li>
<li><a href="#trunkLayoutTestsjsregressstringconstowerhtml">trunk/LayoutTests/js/regress/string-cons-tower.html</a></li>
<li><a href="#trunkLayoutTestsjsregressstringequalityhtml">trunk/LayoutTests/js/regress/string-equality.html</a></li>
<li><a href="#trunkLayoutTestsjsregressstringgetbyvalbigcharhtml">trunk/LayoutTests/js/regress/string-get-by-val-big-char.html</a></li>
<li><a href="#trunkLayoutTestsjsregressstringgetbyvaloutofboundsinsanehtml">trunk/LayoutTests/js/regress/string-get-by-val-out-of-bounds-insane.html</a></li>
<li><a href="#trunkLayoutTestsjsregressstringgetbyvaloutofboundshtml">trunk/LayoutTests/js/regress/string-get-by-val-out-of-bounds.html</a></li>
<li><a href="#trunkLayoutTestsjsregressstringgetbyvalhtml">trunk/LayoutTests/js/regress/string-get-by-val.html</a></li>
<li><a href="#trunkLayoutTestsjsregressstringhashhtml">trunk/LayoutTests/js/regress/string-hash.html</a></li>
<li><a href="#trunkLayoutTestsjsregressstringlongidentequalityhtml">trunk/LayoutTests/js/regress/string-long-ident-equality.html</a></li>
<li><a href="#trunkLayoutTestsjsregressstringrepeatarithhtml">trunk/LayoutTests/js/regress/string-repeat-arith.html</a></li>
<li><a href="#trunkLayoutTestsjsregressstringsubhtml">trunk/LayoutTests/js/regress/string-sub.html</a></li>
<li><a href="#trunkLayoutTestsjsregressstringtesthtml">trunk/LayoutTests/js/regress/string-test.html</a></li>
<li><a href="#trunkLayoutTestsjsregressstringvarequalityhtml">trunk/LayoutTests/js/regress/string-var-equality.html</a></li>
<li><a href="#trunkLayoutTestsjsregressstructurehoistovertransitionshtml">trunk/LayoutTests/js/regress/structure-hoist-over-transitions.html</a></li>
<li><a href="#trunkLayoutTestsjsregressswitchcharconstanthtml">trunk/LayoutTests/js/regress/switch-char-constant.html</a></li>
<li><a href="#trunkLayoutTestsjsregressswitchcharhtml">trunk/LayoutTests/js/regress/switch-char.html</a></li>
<li><a href="#trunkLayoutTestsjsregressswitchconstanthtml">trunk/LayoutTests/js/regress/switch-constant.html</a></li>
<li><a href="#trunkLayoutTestsjsregressswitchstringbasicbigvarhtml">trunk/LayoutTests/js/regress/switch-string-basic-big-var.html</a></li>
<li><a href="#trunkLayoutTestsjsregressswitchstringbasicbightml">trunk/LayoutTests/js/regress/switch-string-basic-big.html</a></li>
<li><a href="#trunkLayoutTestsjsregressswitchstringbasicvarhtml">trunk/LayoutTests/js/regress/switch-string-basic-var.html</a></li>
<li><a href="#trunkLayoutTestsjsregressswitchstringbasichtml">trunk/LayoutTests/js/regress/switch-string-basic.html</a></li>
<li><a href="#trunkLayoutTestsjsregressswitchstringbiglengthtowervarhtml">trunk/LayoutTests/js/regress/switch-string-big-length-tower-var.html</a></li>
<li><a href="#trunkLayoutTestsjsregressswitchstringlengthtowervarhtml">trunk/LayoutTests/js/regress/switch-string-length-tower-var.html</a></li>
<li><a href="#trunkLayoutTestsjsregressswitchstringlengthtowerhtml">trunk/LayoutTests/js/regress/switch-string-length-tower.html</a></li>
<li><a href="#trunkLayoutTestsjsregressswitchstringshorthtml">trunk/LayoutTests/js/regress/switch-string-short.html</a></li>
<li><a href="#trunkLayoutTestsjsregressswitchhtml">trunk/LayoutTests/js/regress/switch.html</a></li>
<li><a href="#trunkLayoutTestsjsregresstearoffargumentssimplehtml">trunk/LayoutTests/js/regress/tear-off-arguments-simple.html</a></li>
<li><a href="#trunkLayoutTestsjsregresstearoffargumentshtml">trunk/LayoutTests/js/regress/tear-off-arguments.html</a></li>
<li><a href="#trunkLayoutTestsjsregresstemporalstructurehtml">trunk/LayoutTests/js/regress/temporal-structure.html</a></li>
<li><a href="#trunkLayoutTestsjsregresstoint32booleanhtml">trunk/LayoutTests/js/regress/to-int32-boolean.html</a></li>
<li><a href="#trunkLayoutTestsjsregressundefinedtesthtml">trunk/LayoutTests/js/regress/undefined-test.html</a></li>
<li><a href="#trunkLayoutTestsjsregressunprofiledlicmhtml">trunk/LayoutTests/js/regress/unprofiled-licm.html</a></li>
<li><a href="#trunkLayoutTestsjsregressweirdinliningconstprophtml">trunk/LayoutTests/js/regress/weird-inlining-const-prop.html</a></li>
<li><a href="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
<li><a href="#trunkToolsScriptsrunjavascriptcoretests">trunk/Tools/Scripts/run-javascriptcore-tests</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li>trunk/LayoutTests/js/slow-stress/</li>
<li><a href="#trunkLayoutTestsjsslowstressArrayBufferInt8Arrayallochugelonglivedexpectedtxt">trunk/LayoutTests/js/slow-stress/ArrayBuffer-Int8Array-alloc-huge-long-lived-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsslowstressArrayBufferInt8Arrayallochugelonglivedhtml">trunk/LayoutTests/js/slow-stress/ArrayBuffer-Int8Array-alloc-huge-long-lived.html</a></li>
<li><a href="#trunkLayoutTestsjsslowstressArrayBufferInt8Arrayalloclargelonglivedfragmentedexpectedtxt">trunk/LayoutTests/js/slow-stress/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsslowstressArrayBufferInt8Arrayalloclargelonglivedfragmentedhtml">trunk/LayoutTests/js/slow-stress/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented.html</a></li>
<li><a href="#trunkLayoutTestsjsslowstressInt32Arrayallochugeexpectedtxt">trunk/LayoutTests/js/slow-stress/Int32Array-alloc-huge-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsslowstressInt32Arrayallochugelonglivedexpectedtxt">trunk/LayoutTests/js/slow-stress/Int32Array-alloc-huge-long-lived-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsslowstressInt32Arrayallochugelonglivedhtml">trunk/LayoutTests/js/slow-stress/Int32Array-alloc-huge-long-lived.html</a></li>
<li><a href="#trunkLayoutTestsjsslowstressInt32Arrayallochugehtml">trunk/LayoutTests/js/slow-stress/Int32Array-alloc-huge.html</a></li>
<li><a href="#trunkLayoutTestsjsslowstressInt32Arrayalloclargelonglivedexpectedtxt">trunk/LayoutTests/js/slow-stress/Int32Array-alloc-large-long-lived-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsslowstressInt32Arrayalloclargelonglivedhtml">trunk/LayoutTests/js/slow-stress/Int32Array-alloc-large-long-lived.html</a></li>
<li><a href="#trunkLayoutTestsjsslowstressarrayprototypefilterexpectedtxt">trunk/LayoutTests/js/slow-stress/array-prototype-filter-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsslowstressarrayprototypefilterhtml">trunk/LayoutTests/js/slow-stress/array-prototype-filter.html</a></li>
<li><a href="#trunkLayoutTestsjsslowstresscallspreadexpectedtxt">trunk/LayoutTests/js/slow-stress/call-spread-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsslowstresscallspreadhtml">trunk/LayoutTests/js/slow-stress/call-spread.html</a></li>
<li><a href="#trunkLayoutTestsjsslowstresschaincustomgetterexpectedtxt">trunk/LayoutTests/js/slow-stress/chain-custom-getter-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsslowstresschaincustomgetterhtml">trunk/LayoutTests/js/slow-stress/chain-custom-getter.html</a></li>
<li><a href="#trunkLayoutTestsjsslowstressdestructuringargumentslengthexpectedtxt">trunk/LayoutTests/js/slow-stress/destructuring-arguments-length-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsslowstressdestructuringargumentslengthhtml">trunk/LayoutTests/js/slow-stress/destructuring-arguments-length.html</a></li>
<li><a href="#trunkLayoutTestsjsslowstressemscriptenmemopsexpectedtxt">trunk/LayoutTests/js/slow-stress/emscripten-memops-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsslowstressemscriptenmemopshtml">trunk/LayoutTests/js/slow-stress/emscripten-memops.html</a></li>
<li><a href="#trunkLayoutTestsjsslowstressfoldstricteqexpectedtxt">trunk/LayoutTests/js/slow-stress/fold-strict-eq-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsslowstressfoldstricteqhtml">trunk/LayoutTests/js/slow-stress/fold-strict-eq.html</a></li>
<li><a href="#trunkLayoutTestsjsslowstressmarsagliaexpectedtxt">trunk/LayoutTests/js/slow-stress/marsaglia-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsslowstressmarsagliahtml">trunk/LayoutTests/js/slow-stress/marsaglia.html</a></li>
<li><a href="#trunkLayoutTestsjsslowstressnestedfunctionparsingrandomexpectedtxt">trunk/LayoutTests/js/slow-stress/nested-function-parsing-random-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsslowstressnestedfunctionparsingrandomhtml">trunk/LayoutTests/js/slow-stress/nested-function-parsing-random.html</a></li>
<li><a href="#trunkLayoutTestsjsslowstressnewspreadexpectedtxt">trunk/LayoutTests/js/slow-stress/new-spread-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsslowstressnewspreadhtml">trunk/LayoutTests/js/slow-stress/new-spread.html</a></li>
<li><a href="#trunkLayoutTestsjsslowstressprotocustomgetterexpectedtxt">trunk/LayoutTests/js/slow-stress/proto-custom-getter-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsslowstressprotocustomgetterhtml">trunk/LayoutTests/js/slow-stress/proto-custom-getter.html</a></li>
<li>trunk/LayoutTests/js/slow-stress/script-tests/</li>
<li><a href="#trunkLayoutTestsjsslowstressscripttestsArrayBufferInt8Arrayallochugelonglivedjs">trunk/LayoutTests/js/slow-stress/script-tests/ArrayBuffer-Int8Array-alloc-huge-long-lived.js</a></li>
<li><a href="#trunkLayoutTestsjsslowstressscripttestsArrayBufferInt8Arrayalloclargelonglivedfragmentedjs">trunk/LayoutTests/js/slow-stress/script-tests/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented.js</a></li>
<li><a href="#trunkLayoutTestsjsslowstressscripttestsInt32Arrayallochugelonglivedjs">trunk/LayoutTests/js/slow-stress/script-tests/Int32Array-alloc-huge-long-lived.js</a></li>
<li><a href="#trunkLayoutTestsjsslowstressscripttestsInt32Arrayallochugejs">trunk/LayoutTests/js/slow-stress/script-tests/Int32Array-alloc-huge.js</a></li>
<li><a href="#trunkLayoutTestsjsslowstressscripttestsInt32Arrayalloclargelonglivedjs">trunk/LayoutTests/js/slow-stress/script-tests/Int32Array-alloc-large-long-lived.js</a></li>
<li><a href="#trunkLayoutTestsjsslowstressscripttestsarrayprototypefilterjs">trunk/LayoutTests/js/slow-stress/script-tests/array-prototype-filter.js</a></li>
<li><a href="#trunkLayoutTestsjsslowstressscripttestscallspreadjs">trunk/LayoutTests/js/slow-stress/script-tests/call-spread.js</a></li>
<li><a href="#trunkLayoutTestsjsslowstressscripttestschaincustomgetterjs">trunk/LayoutTests/js/slow-stress/script-tests/chain-custom-getter.js</a></li>
<li><a href="#trunkLayoutTestsjsslowstressscripttestsdestructuringargumentslengthjs">trunk/LayoutTests/js/slow-stress/script-tests/destructuring-arguments-length.js</a></li>
<li><a href="#trunkLayoutTestsjsslowstressscripttestsemscriptenmemopsjs">trunk/LayoutTests/js/slow-stress/script-tests/emscripten-memops.js</a></li>
<li><a href="#trunkLayoutTestsjsslowstressscripttestsfoldstricteqjs">trunk/LayoutTests/js/slow-stress/script-tests/fold-strict-eq.js</a></li>
<li><a href="#trunkLayoutTestsjsslowstressscripttestsmarsagliajs">trunk/LayoutTests/js/slow-stress/script-tests/marsaglia.js</a></li>
<li><a href="#trunkLayoutTestsjsslowstressscripttestsnestedfunctionparsingrandomjs">trunk/LayoutTests/js/slow-stress/script-tests/nested-function-parsing-random.js</a></li>
<li><a href="#trunkLayoutTestsjsslowstressscripttestsnewspreadjs">trunk/LayoutTests/js/slow-stress/script-tests/new-spread.js</a></li>
<li><a href="#trunkLayoutTestsjsslowstressscripttestsprotocustomgetterjs">trunk/LayoutTests/js/slow-stress/script-tests/proto-custom-getter.js</a></li>
<li><a href="#trunkLayoutTestsjsslowstressscripttestssimplecustomgetterjs">trunk/LayoutTests/js/slow-stress/script-tests/simple-custom-getter.js</a></li>
<li><a href="#trunkLayoutTestsjsslowstressscripttestsvariadicclosurecalljs">trunk/LayoutTests/js/slow-stress/script-tests/variadic-closure-call.js</a></li>
<li><a href="#trunkLayoutTestsjsslowstresssimplecustomgetterexpectedtxt">trunk/LayoutTests/js/slow-stress/simple-custom-getter-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsslowstresssimplecustomgetterhtml">trunk/LayoutTests/js/slow-stress/simple-custom-getter.html</a></li>
<li><a href="#trunkLayoutTestsjsslowstressvariadicclosurecallexpectedtxt">trunk/LayoutTests/js/slow-stress/variadic-closure-call-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsslowstressvariadicclosurecallhtml">trunk/LayoutTests/js/slow-stress/variadic-closure-call.html</a></li>
<li><a href="#trunkLayoutTestsresourcesregresspostjs">trunk/LayoutTests/resources/regress-post.js</a></li>
<li><a href="#trunkLayoutTestsresourcesregressprejs">trunk/LayoutTests/resources/regress-pre.js</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsjsregressArrayBufferInt8Arrayallochugelonglivedexpectedtxt">trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-huge-long-lived-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsregressArrayBufferInt8Arrayallochugelonglivedhtml">trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-huge-long-lived.html</a></li>
<li><a href="#trunkLayoutTestsjsregressArrayBufferInt8Arrayalloclargelonglivedfragmentedexpectedtxt">trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsregressArrayBufferInt8Arrayalloclargelonglivedfragmentedhtml">trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented.html</a></li>
<li><a href="#trunkLayoutTestsjsregressInt32Arrayallochugeexpectedtxt">trunk/LayoutTests/js/regress/Int32Array-alloc-huge-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsregressInt32Arrayallochugelonglivedexpectedtxt">trunk/LayoutTests/js/regress/Int32Array-alloc-huge-long-lived-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsregressInt32Arrayallochugelonglivedhtml">trunk/LayoutTests/js/regress/Int32Array-alloc-huge-long-lived.html</a></li>
<li><a href="#trunkLayoutTestsjsregressInt32Arrayallochugehtml">trunk/LayoutTests/js/regress/Int32Array-alloc-huge.html</a></li>
<li><a href="#trunkLayoutTestsjsregressInt32Arrayalloclargelonglivedexpectedtxt">trunk/LayoutTests/js/regress/Int32Array-alloc-large-long-lived-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsregressInt32Arrayalloclargelonglivedhtml">trunk/LayoutTests/js/regress/Int32Array-alloc-large-long-lived.html</a></li>
<li><a href="#trunkLayoutTestsjsregressarrayprototypefilterexpectedtxt">trunk/LayoutTests/js/regress/array-prototype-filter-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsregressarrayprototypefilterhtml">trunk/LayoutTests/js/regress/array-prototype-filter.html</a></li>
<li><a href="#trunkLayoutTestsjsregresscallspreadexpectedtxt">trunk/LayoutTests/js/regress/call-spread-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsregresscallspreadhtml">trunk/LayoutTests/js/regress/call-spread.html</a></li>
<li><a href="#trunkLayoutTestsjsregresschaincustomgetterexpectedtxt">trunk/LayoutTests/js/regress/chain-custom-getter-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsregresschaincustomgetterhtml">trunk/LayoutTests/js/regress/chain-custom-getter.html</a></li>
<li><a href="#trunkLayoutTestsjsregressdestructuringargumentslengthexpectedtxt">trunk/LayoutTests/js/regress/destructuring-arguments-length-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsregressdestructuringargumentslengthhtml">trunk/LayoutTests/js/regress/destructuring-arguments-length.html</a></li>
<li><a href="#trunkLayoutTestsjsregressemscriptenmemopsexpectedtxt">trunk/LayoutTests/js/regress/emscripten-memops-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsregressemscriptenmemopshtml">trunk/LayoutTests/js/regress/emscripten-memops.html</a></li>
<li><a href="#trunkLayoutTestsjsregressfoldstricteqexpectedtxt">trunk/LayoutTests/js/regress/fold-strict-eq-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsregressfoldstricteqhtml">trunk/LayoutTests/js/regress/fold-strict-eq.html</a></li>
<li><a href="#trunkLayoutTestsjsregressmarsagliaexpectedtxt">trunk/LayoutTests/js/regress/marsaglia-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsregressmarsagliahtml">trunk/LayoutTests/js/regress/marsaglia.html</a></li>
<li><a href="#trunkLayoutTestsjsregressnestedfunctionparsingrandomexpectedtxt">trunk/LayoutTests/js/regress/nested-function-parsing-random-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsregressnestedfunctionparsingrandomhtml">trunk/LayoutTests/js/regress/nested-function-parsing-random.html</a></li>
<li><a href="#trunkLayoutTestsjsregressnewspreadexpectedtxt">trunk/LayoutTests/js/regress/new-spread-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsregressnewspreadhtml">trunk/LayoutTests/js/regress/new-spread.html</a></li>
<li><a href="#trunkLayoutTestsjsregressprotocustomgetterexpectedtxt">trunk/LayoutTests/js/regress/proto-custom-getter-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsregressprotocustomgetterhtml">trunk/LayoutTests/js/regress/proto-custom-getter.html</a></li>
<li><a href="#trunkLayoutTestsjsregressresourcesregresspostjs">trunk/LayoutTests/js/regress/resources/regress-post.js</a></li>
<li><a href="#trunkLayoutTestsjsregressresourcesregressprejs">trunk/LayoutTests/js/regress/resources/regress-pre.js</a></li>
<li><a href="#trunkLayoutTestsjsregressscripttestsArrayBufferInt8Arrayallochugelonglivedjs">trunk/LayoutTests/js/regress/script-tests/ArrayBuffer-Int8Array-alloc-huge-long-lived.js</a></li>
<li><a href="#trunkLayoutTestsjsregressscripttestsArrayBufferInt8Arrayalloclargelonglivedfragmentedjs">trunk/LayoutTests/js/regress/script-tests/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented.js</a></li>
<li><a href="#trunkLayoutTestsjsregressscripttestsInt32Arrayallochugelonglivedjs">trunk/LayoutTests/js/regress/script-tests/Int32Array-alloc-huge-long-lived.js</a></li>
<li><a href="#trunkLayoutTestsjsregressscripttestsInt32Arrayallochugejs">trunk/LayoutTests/js/regress/script-tests/Int32Array-alloc-huge.js</a></li>
<li><a href="#trunkLayoutTestsjsregressscripttestsInt32Arrayalloclargelonglivedjs">trunk/LayoutTests/js/regress/script-tests/Int32Array-alloc-large-long-lived.js</a></li>
<li><a href="#trunkLayoutTestsjsregressscripttestsarrayprototypefilterjs">trunk/LayoutTests/js/regress/script-tests/array-prototype-filter.js</a></li>
<li><a href="#trunkLayoutTestsjsregressscripttestscallspreadjs">trunk/LayoutTests/js/regress/script-tests/call-spread.js</a></li>
<li><a href="#trunkLayoutTestsjsregressscripttestschaincustomgetterjs">trunk/LayoutTests/js/regress/script-tests/chain-custom-getter.js</a></li>
<li><a href="#trunkLayoutTestsjsregressscripttestsdestructuringargumentslengthjs">trunk/LayoutTests/js/regress/script-tests/destructuring-arguments-length.js</a></li>
<li><a href="#trunkLayoutTestsjsregressscripttestsemscriptenmemopsjs">trunk/LayoutTests/js/regress/script-tests/emscripten-memops.js</a></li>
<li><a href="#trunkLayoutTestsjsregressscripttestsfoldstricteqjs">trunk/LayoutTests/js/regress/script-tests/fold-strict-eq.js</a></li>
<li><a href="#trunkLayoutTestsjsregressscripttestsmarsagliajs">trunk/LayoutTests/js/regress/script-tests/marsaglia.js</a></li>
<li><a href="#trunkLayoutTestsjsregressscripttestsnestedfunctionparsingrandomjs">trunk/LayoutTests/js/regress/script-tests/nested-function-parsing-random.js</a></li>
<li><a href="#trunkLayoutTestsjsregressscripttestsnewspreadjs">trunk/LayoutTests/js/regress/script-tests/new-spread.js</a></li>
<li><a href="#trunkLayoutTestsjsregressscripttestsprotocustomgetterjs">trunk/LayoutTests/js/regress/script-tests/proto-custom-getter.js</a></li>
<li><a href="#trunkLayoutTestsjsregressscripttestssimplecustomgetterjs">trunk/LayoutTests/js/regress/script-tests/simple-custom-getter.js</a></li>
<li><a href="#trunkLayoutTestsjsregressscripttestsvariadicclosurecalljs">trunk/LayoutTests/js/regress/script-tests/variadic-closure-call.js</a></li>
<li><a href="#trunkLayoutTestsjsregresssimplecustomgetterexpectedtxt">trunk/LayoutTests/js/regress/simple-custom-getter-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsregresssimplecustomgetterhtml">trunk/LayoutTests/js/regress/simple-custom-getter.html</a></li>
<li><a href="#trunkLayoutTestsjsregressvariadicclosurecallexpectedtxt">trunk/LayoutTests/js/regress/variadic-closure-call-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsregressvariadicclosurecallhtml">trunk/LayoutTests/js/regress/variadic-closure-call.html</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/ChangeLog        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,3 +1,330 @@
</span><ins>+2014-03-30  Filip Pizlo  &lt;fpizlo@apple.com&gt;
+
+        Move slow JSRegress tests out of the way so that they don't show up in run-jsc-benchmarks runs and also skip tests that are extremely long-running
+        https://bugs.webkit.org/show_bug.cgi?id=130951
+
+        Reviewed by Geoffrey Garen.
+
+        * js/regress/ArrayBuffer-DataView-alloc-large-long-lived.html:
+        * js/regress/ArrayBuffer-DataView-alloc-long-lived.html:
+        * js/regress/ArrayBuffer-Int32Array-byteOffset.html:
+        * js/regress/ArrayBuffer-Int8Array-alloc-huge-long-lived-expected.txt: Removed.
+        * js/regress/ArrayBuffer-Int8Array-alloc-huge-long-lived.html: Removed.
+        * js/regress/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented-expected.txt: Removed.
+        * js/regress/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented.html: Removed.
+        * js/regress/ArrayBuffer-Int8Array-alloc-large-long-lived.html:
+        * js/regress/ArrayBuffer-Int8Array-alloc-long-lived-buffer.html:
+        * js/regress/ArrayBuffer-Int8Array-alloc-long-lived.html:
+        * js/regress/ArrayBuffer-Int8Array-alloc.html:
+        * js/regress/DataView-custom-properties.html:
+        * js/regress/Float32Array-matrix-mult.html:
+        * js/regress/Float32Array-to-Float64Array-set.html:
+        * js/regress/Float64Array-alloc-long-lived.html:
+        * js/regress/Float64Array-to-Int16Array-set.html:
+        * js/regress/HashMap-put-get-iterate-keys.html:
+        * js/regress/HashMap-put-get-iterate.html:
+        * js/regress/HashMap-string-put-get-iterate.html:
+        * js/regress/Int16Array-alloc-long-lived.html:
+        * js/regress/Int16Array-bubble-sort-with-byteLength.html:
+        * js/regress/Int16Array-bubble-sort.html:
+        * js/regress/Int16Array-load-int-mul.html:
+        * js/regress/Int16Array-to-Int32Array-set.html:
+        * js/regress/Int32Array-Int8Array-view-alloc.html:
+        * js/regress/Int32Array-alloc-huge-expected.txt: Removed.
+        * js/regress/Int32Array-alloc-huge-long-lived-expected.txt: Removed.
+        * js/regress/Int32Array-alloc-huge-long-lived.html: Removed.
+        * js/regress/Int32Array-alloc-huge.html: Removed.
+        * js/regress/Int32Array-alloc-large-long-lived-expected.txt: Removed.
+        * js/regress/Int32Array-alloc-large-long-lived.html: Removed.
+        * js/regress/Int32Array-alloc-large.html:
+        * js/regress/Int32Array-alloc-long-lived.html:
+        * js/regress/Int32Array-alloc.html:
+        * js/regress/Int8Array-alloc-long-lived.html:
+        * js/regress/Int8Array-load-with-byteLength.html:
+        * js/regress/Int8Array-load.html:
+        * js/regress/adapt-to-double-divide.html:
+        * js/regress/aliased-arguments-getbyval.html:
+        * js/regress/allocate-big-object.html:
+        * js/regress/arity-mismatch-inlining.html:
+        * js/regress/array-access-polymorphic-structure.html:
+        * js/regress/array-nonarray-polymorhpic-access.html:
+        * js/regress/array-nonarray-polymorphic-access.html:
+        * js/regress/array-prototype-every.html:
+        * js/regress/array-prototype-filter-expected.txt: Removed.
+        * js/regress/array-prototype-filter.html: Removed.
+        * js/regress/array-prototype-forEach.html:
+        * js/regress/array-prototype-map.html:
+        * js/regress/array-prototype-some.html:
+        * js/regress/array-with-double-add.html:
+        * js/regress/array-with-double-increment.html:
+        * js/regress/array-with-double-mul-add.html:
+        * js/regress/array-with-double-sum.html:
+        * js/regress/array-with-int32-add-sub.html:
+        * js/regress/array-with-int32-or-double-sum.html:
+        * js/regress/asmjs_bool_bug.html:
+        * js/regress/assign-custom-setter-polymorphic.html:
+        * js/regress/assign-custom-setter.html:
+        * js/regress/basic-set.html:
+        * js/regress/big-int-mul.html:
+        * js/regress/boolean-test.html:
+        * js/regress/branch-fold.html:
+        * js/regress/by-val-generic.html:
+        * js/regress/call-spread-apply.html:
+        * js/regress/call-spread-call.html:
+        * js/regress/call-spread-expected.txt: Removed.
+        * js/regress/call-spread.html: Removed.
+        * js/regress/captured-assignments.html:
+        * js/regress/cast-int-to-double.html:
+        * js/regress/cell-argument.html:
+        * js/regress/cfg-simplify.html:
+        * js/regress/chain-custom-getter-expected.txt: Removed.
+        * js/regress/chain-custom-getter.html: Removed.
+        * js/regress/chain-getter-access.html:
+        * js/regress/cmpeq-obj-to-obj-other.html:
+        * js/regress/constant-test.html:
+        * js/regress/delay-tear-off-arguments-strictmode.html:
+        * js/regress/destructuring-arguments-length-expected.txt: Removed.
+        * js/regress/destructuring-arguments-length.html: Removed.
+        * js/regress/destructuring-arguments.html:
+        * js/regress/destructuring-swap.html:
+        * js/regress/direct-arguments-getbyval.html:
+        * js/regress/double-get-by-val-out-of-bounds.html:
+        * js/regress/double-pollution-getbyval.html:
+        * js/regress/double-pollution-putbyoffset.html:
+        * js/regress/double-to-int32-typed-array-no-inline.html:
+        * js/regress/double-to-int32-typed-array.html:
+        * js/regress/double-to-uint32-typed-array-no-inline.html:
+        * js/regress/double-to-uint32-typed-array.html:
+        * js/regress/empty-string-plus-int.html:
+        * js/regress/emscripten-cube2hash.html:
+        * js/regress/emscripten-memops-expected.txt: Removed.
+        * js/regress/emscripten-memops.html: Removed.
+        * js/regress/external-arguments-getbyval.html:
+        * js/regress/external-arguments-putbyval.html:
+        * js/regress/fixed-typed-array-storage-var-index.html:
+        * js/regress/fixed-typed-array-storage.html:
+        * js/regress/fold-double-to-int.html:
+        * js/regress/fold-strict-eq-expected.txt: Removed.
+        * js/regress/fold-strict-eq.html: Removed.
+        * js/regress/for-of-iterate-array-entries.html:
+        * js/regress/for-of-iterate-array-keys.html:
+        * js/regress/for-of-iterate-array-values.html:
+        * js/regress/function-dot-apply.html:
+        * js/regress/function-test.html:
+        * js/regress/function-with-eval.html:
+        * js/regress/get-by-id-chain-from-try-block.html:
+        * js/regress/get-by-id-proto-or-self.html:
+        * js/regress/get-by-id-self-or-proto.html:
+        * js/regress/get-by-val-out-of-bounds.html:
+        * js/regress/get_callee_monomorphic.html:
+        * js/regress/get_callee_polymorphic.html:
+        * js/regress/getter.html:
+        * js/regress/global-var-const-infer-fire-from-opt.html:
+        * js/regress/global-var-const-infer.html:
+        * js/regress/imul-double-only.html:
+        * js/regress/imul-int-only.html:
+        * js/regress/imul-mixed.html:
+        * js/regress/in-four-cases.html:
+        * js/regress/in-one-case-false.html:
+        * js/regress/in-one-case-true.html:
+        * js/regress/in-two-cases.html:
+        * js/regress/indexed-properties-in-objects.html:
+        * js/regress/infer-closure-const-then-mov-no-inline.html:
+        * js/regress/infer-closure-const-then-mov.html:
+        * js/regress/infer-closure-const-then-put-to-scope-no-inline.html:
+        * js/regress/infer-closure-const-then-put-to-scope.html:
+        * js/regress/infer-closure-const-then-reenter-no-inline.html:
+        * js/regress/infer-closure-const-then-reenter.html:
+        * js/regress/infer-one-time-closure-ten-vars.html:
+        * js/regress/infer-one-time-closure-two-vars.html:
+        * js/regress/infer-one-time-closure.html:
+        * js/regress/infer-one-time-deep-closure.html:
+        * js/regress/inline-arguments-access.html:
+        * js/regress/inline-arguments-aliased-access.html:
+        * js/regress/inline-arguments-local-escape.html:
+        * js/regress/inline-get-scoped-var.html:
+        * js/regress/inlined-put-by-id-transition.html:
+        * js/regress/int-or-other-abs-then-get-by-val.html:
+        * js/regress/int-or-other-abs-zero-then-get-by-val.html:
+        * js/regress/int-or-other-add-then-get-by-val.html:
+        * js/regress/int-or-other-add.html:
+        * js/regress/int-or-other-div-then-get-by-val.html:
+        * js/regress/int-or-other-max-then-get-by-val.html:
+        * js/regress/int-or-other-min-then-get-by-val.html:
+        * js/regress/int-or-other-mod-then-get-by-val.html:
+        * js/regress/int-or-other-mul-then-get-by-val.html:
+        * js/regress/int-or-other-neg-then-get-by-val.html:
+        * js/regress/int-or-other-neg-zero-then-get-by-val.html:
+        * js/regress/int-or-other-sub-then-get-by-val.html:
+        * js/regress/int-or-other-sub.html:
+        * js/regress/int-overflow-local.html:
+        * js/regress/int52-spill.html:
+        * js/regress/integer-divide.html:
+        * js/regress/integer-modulo.html:
+        * js/regress/large-int-captured.html:
+        * js/regress/large-int-neg.html:
+        * js/regress/large-int.html:
+        * js/regress/logical-not.html:
+        * js/regress/lots-of-fields.html:
+        * js/regress/make-indexed-storage.html:
+        * js/regress/make-rope-cse.html:
+        * js/regress/marsaglia-expected.txt: Removed.
+        * js/regress/marsaglia-larger-ints.html:
+        * js/regress/marsaglia-osr-entry.html:
+        * js/regress/marsaglia.html: Removed.
+        * js/regress/method-on-number.html:
+        * js/regress/misc-strict-eq.html:
+        * js/regress/negative-zero-divide.html:
+        * js/regress/negative-zero-modulo.html:
+        * js/regress/negative-zero-negate.html:
+        * js/regress/nested-function-parsing-random-expected.txt: Removed.
+        * js/regress/nested-function-parsing-random.html: Removed.
+        * js/regress/nested-function-parsing.html:
+        * js/regress/new-array-buffer-dead.html:
+        * js/regress/new-array-buffer-push.html:
+        * js/regress/new-array-dead.html:
+        * js/regress/new-array-push.html:
+        * js/regress/new-spread-expected.txt: Removed.
+        * js/regress/new-spread.html: Removed.
+        * js/regress/number-test.html:
+        * js/regress/object-closure-call.html:
+        * js/regress/object-test.html:
+        * js/regress/poly-stricteq.html:
+        * js/regress/polymorphic-get-by-id.html:
+        * js/regress/polymorphic-put-by-id.html:
+        * js/regress/polymorphic-structure.html:
+        * js/regress/polyvariant-monomorphic-get-by-id.html:
+        * js/regress/proto-custom-getter-expected.txt: Removed.
+        * js/regress/proto-custom-getter.html: Removed.
+        * js/regress/proto-getter-access.html:
+        * js/regress/put-by-id.html:
+        * js/regress/put-by-val-large-index-blank-indexing-type.html:
+        * js/regress/put-by-val-machine-int.html:
+        * js/regress/rare-osr-exit-on-local.html:
+        * js/regress/register-pressure-from-osr.html:
+        * js/regress/resources/regress-post.js: Removed.
+        * js/regress/resources/regress-pre.js: Removed.
+        * js/regress/script-tests/ArrayBuffer-Int8Array-alloc-huge-long-lived.js: Removed.
+        * js/regress/script-tests/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented.js: Removed.
+        * js/regress/script-tests/Int32Array-alloc-huge-long-lived.js: Removed.
+        * js/regress/script-tests/Int32Array-alloc-huge.js: Removed.
+        * js/regress/script-tests/Int32Array-alloc-large-long-lived.js: Removed.
+        * js/regress/script-tests/array-prototype-filter.js: Removed.
+        * js/regress/script-tests/call-spread.js: Removed.
+        * js/regress/script-tests/chain-custom-getter.js: Removed.
+        * js/regress/script-tests/destructuring-arguments-length.js: Removed.
+        * js/regress/script-tests/emscripten-memops.js: Removed.
+        * js/regress/script-tests/fold-strict-eq.js: Removed.
+        * js/regress/script-tests/marsaglia.js: Removed.
+        * js/regress/script-tests/nested-function-parsing-random.js: Removed.
+        * js/regress/script-tests/new-spread.js: Removed.
+        * js/regress/script-tests/proto-custom-getter.js: Removed.
+        * js/regress/script-tests/simple-custom-getter.js: Removed.
+        * js/regress/script-tests/variadic-closure-call.js: Removed.
+        * js/regress/simple-activation-demo.html:
+        * js/regress/simple-custom-getter-expected.txt: Removed.
+        * js/regress/simple-custom-getter.html: Removed.
+        * js/regress/simple-getter-access.html:
+        * js/regress/slow-array-profile-convergence.html:
+        * js/regress/slow-convergence.html:
+        * js/regress/sparse-conditional.html:
+        * js/regress/splice-to-remove.html:
+        * js/regress/string-char-code-at.html:
+        * js/regress/string-concat-object.html:
+        * js/regress/string-concat-pair-object.html:
+        * js/regress/string-concat-pair-simple.html:
+        * js/regress/string-concat-simple.html:
+        * js/regress/string-cons-repeat.html:
+        * js/regress/string-cons-tower.html:
+        * js/regress/string-equality.html:
+        * js/regress/string-get-by-val-big-char.html:
+        * js/regress/string-get-by-val-out-of-bounds-insane.html:
+        * js/regress/string-get-by-val-out-of-bounds.html:
+        * js/regress/string-get-by-val.html:
+        * js/regress/string-hash.html:
+        * js/regress/string-long-ident-equality.html:
+        * js/regress/string-repeat-arith.html:
+        * js/regress/string-sub.html:
+        * js/regress/string-test.html:
+        * js/regress/string-var-equality.html:
+        * js/regress/structure-hoist-over-transitions.html:
+        * js/regress/switch-char-constant.html:
+        * js/regress/switch-char.html:
+        * js/regress/switch-constant.html:
+        * js/regress/switch-string-basic-big-var.html:
+        * js/regress/switch-string-basic-big.html:
+        * js/regress/switch-string-basic-var.html:
+        * js/regress/switch-string-basic.html:
+        * js/regress/switch-string-big-length-tower-var.html:
+        * js/regress/switch-string-length-tower-var.html:
+        * js/regress/switch-string-length-tower.html:
+        * js/regress/switch-string-short.html:
+        * js/regress/switch.html:
+        * js/regress/tear-off-arguments-simple.html:
+        * js/regress/tear-off-arguments.html:
+        * js/regress/temporal-structure.html:
+        * js/regress/to-int32-boolean.html:
+        * js/regress/undefined-test.html:
+        * js/regress/unprofiled-licm.html:
+        * js/regress/variadic-closure-call-expected.txt: Removed.
+        * js/regress/variadic-closure-call.html: Removed.
+        * js/regress/weird-inlining-const-prop.html:
+        * js/slow-stress: Added.
+        * js/slow-stress/ArrayBuffer-Int8Array-alloc-huge-long-lived-expected.txt: Copied from LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-huge-long-lived-expected.txt.
+        * js/slow-stress/ArrayBuffer-Int8Array-alloc-huge-long-lived.html: Copied from LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-huge-long-lived.html.
+        * js/slow-stress/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented-expected.txt: Copied from LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented-expected.txt.
+        * js/slow-stress/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented.html: Copied from LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented.html.
+        * js/slow-stress/Int32Array-alloc-huge-expected.txt: Copied from LayoutTests/js/regress/Int32Array-alloc-huge-expected.txt.
+        * js/slow-stress/Int32Array-alloc-huge-long-lived-expected.txt: Copied from LayoutTests/js/regress/Int32Array-alloc-huge-long-lived-expected.txt.
+        * js/slow-stress/Int32Array-alloc-huge-long-lived.html: Copied from LayoutTests/js/regress/Int32Array-alloc-huge-long-lived.html.
+        * js/slow-stress/Int32Array-alloc-huge.html: Copied from LayoutTests/js/regress/Int32Array-alloc-huge.html.
+        * js/slow-stress/Int32Array-alloc-large-long-lived-expected.txt: Copied from LayoutTests/js/regress/Int32Array-alloc-large-long-lived-expected.txt.
+        * js/slow-stress/Int32Array-alloc-large-long-lived.html: Copied from LayoutTests/js/regress/Int32Array-alloc-large-long-lived.html.
+        * js/slow-stress/array-prototype-filter-expected.txt: Copied from LayoutTests/js/regress/array-prototype-filter-expected.txt.
+        * js/slow-stress/array-prototype-filter.html: Copied from LayoutTests/js/regress/array-prototype-filter.html.
+        * js/slow-stress/call-spread-expected.txt: Copied from LayoutTests/js/regress/call-spread-expected.txt.
+        * js/slow-stress/call-spread.html: Copied from LayoutTests/js/regress/call-spread.html.
+        * js/slow-stress/chain-custom-getter-expected.txt: Copied from LayoutTests/js/regress/chain-custom-getter-expected.txt.
+        * js/slow-stress/chain-custom-getter.html: Copied from LayoutTests/js/regress/chain-custom-getter.html.
+        * js/slow-stress/destructuring-arguments-length-expected.txt: Copied from LayoutTests/js/regress/destructuring-arguments-length-expected.txt.
+        * js/slow-stress/destructuring-arguments-length.html: Copied from LayoutTests/js/regress/destructuring-arguments-length.html.
+        * js/slow-stress/emscripten-memops-expected.txt: Copied from LayoutTests/js/regress/emscripten-memops-expected.txt.
+        * js/slow-stress/emscripten-memops.html: Copied from LayoutTests/js/regress/emscripten-memops.html.
+        * js/slow-stress/fold-strict-eq-expected.txt: Copied from LayoutTests/js/regress/fold-strict-eq-expected.txt.
+        * js/slow-stress/fold-strict-eq.html: Copied from LayoutTests/js/regress/fold-strict-eq.html.
+        * js/slow-stress/marsaglia-expected.txt: Copied from LayoutTests/js/regress/marsaglia-expected.txt.
+        * js/slow-stress/marsaglia.html: Copied from LayoutTests/js/regress/marsaglia.html.
+        * js/slow-stress/nested-function-parsing-random-expected.txt: Copied from LayoutTests/js/regress/nested-function-parsing-random-expected.txt.
+        * js/slow-stress/nested-function-parsing-random.html: Copied from LayoutTests/js/regress/nested-function-parsing-random.html.
+        * js/slow-stress/new-spread-expected.txt: Copied from LayoutTests/js/regress/new-spread-expected.txt.
+        * js/slow-stress/new-spread.html: Copied from LayoutTests/js/regress/new-spread.html.
+        * js/slow-stress/proto-custom-getter-expected.txt: Copied from LayoutTests/js/regress/proto-custom-getter-expected.txt.
+        * js/slow-stress/proto-custom-getter.html: Copied from LayoutTests/js/regress/proto-custom-getter.html.
+        * js/slow-stress/script-tests: Added.
+        * js/slow-stress/script-tests/ArrayBuffer-Int8Array-alloc-huge-long-lived.js: Copied from LayoutTests/js/regress/script-tests/ArrayBuffer-Int8Array-alloc-huge-long-lived.js.
+        * js/slow-stress/script-tests/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented.js: Copied from LayoutTests/js/regress/script-tests/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented.js.
+        * js/slow-stress/script-tests/Int32Array-alloc-huge-long-lived.js: Copied from LayoutTests/js/regress/script-tests/Int32Array-alloc-huge-long-lived.js.
+        * js/slow-stress/script-tests/Int32Array-alloc-huge.js: Copied from LayoutTests/js/regress/script-tests/Int32Array-alloc-huge.js.
+        * js/slow-stress/script-tests/Int32Array-alloc-large-long-lived.js: Copied from LayoutTests/js/regress/script-tests/Int32Array-alloc-large-long-lived.js.
+        * js/slow-stress/script-tests/array-prototype-filter.js: Copied from LayoutTests/js/regress/script-tests/array-prototype-filter.js.
+        * js/slow-stress/script-tests/call-spread.js: Copied from LayoutTests/js/regress/script-tests/call-spread.js.
+        * js/slow-stress/script-tests/chain-custom-getter.js: Copied from LayoutTests/js/regress/script-tests/chain-custom-getter.js.
+        * js/slow-stress/script-tests/destructuring-arguments-length.js: Copied from LayoutTests/js/regress/script-tests/destructuring-arguments-length.js.
+        * js/slow-stress/script-tests/emscripten-memops.js: Copied from LayoutTests/js/regress/script-tests/emscripten-memops.js.
+        * js/slow-stress/script-tests/fold-strict-eq.js: Copied from LayoutTests/js/regress/script-tests/fold-strict-eq.js.
+        * js/slow-stress/script-tests/marsaglia.js: Copied from LayoutTests/js/regress/script-tests/marsaglia.js.
+        * js/slow-stress/script-tests/nested-function-parsing-random.js: Copied from LayoutTests/js/regress/script-tests/nested-function-parsing-random.js.
+        * js/slow-stress/script-tests/new-spread.js: Copied from LayoutTests/js/regress/script-tests/new-spread.js.
+        * js/slow-stress/script-tests/proto-custom-getter.js: Copied from LayoutTests/js/regress/script-tests/proto-custom-getter.js.
+        * js/slow-stress/script-tests/simple-custom-getter.js: Copied from LayoutTests/js/regress/script-tests/simple-custom-getter.js.
+        * js/slow-stress/script-tests/variadic-closure-call.js: Copied from LayoutTests/js/regress/script-tests/variadic-closure-call.js.
+        * js/slow-stress/simple-custom-getter-expected.txt: Copied from LayoutTests/js/regress/simple-custom-getter-expected.txt.
+        * js/slow-stress/simple-custom-getter.html: Copied from LayoutTests/js/regress/simple-custom-getter.html.
+        * js/slow-stress/variadic-closure-call-expected.txt: Copied from LayoutTests/js/regress/variadic-closure-call-expected.txt.
+        * js/slow-stress/variadic-closure-call.html: Copied from LayoutTests/js/regress/variadic-closure-call.html.
+        * resources/regress-post.js: Copied from LayoutTests/js/regress/resources/regress-post.js.
+        * resources/regress-pre.js: Copied from LayoutTests/js/regress/resources/regress-pre.js.
+
</ins><span class="cx"> 2014-04-04  Mark Lam  &lt;mark.lam@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Date object needs to check for ES5 15.9.1.14 TimeClip limit.
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressArrayBufferDataViewalloclargelonglivedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/ArrayBuffer-DataView-alloc-large-long-lived.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/ArrayBuffer-DataView-alloc-large-long-lived.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/ArrayBuffer-DataView-alloc-large-long-lived.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/ArrayBuffer-DataView-alloc-large-long-lived.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressArrayBufferDataViewalloclonglivedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/ArrayBuffer-DataView-alloc-long-lived.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/ArrayBuffer-DataView-alloc-long-lived.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/ArrayBuffer-DataView-alloc-long-lived.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/ArrayBuffer-DataView-alloc-long-lived.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressArrayBufferInt32ArraybyteOffsethtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/ArrayBuffer-Int32Array-byteOffset.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/ArrayBuffer-Int32Array-byteOffset.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/ArrayBuffer-Int32Array-byteOffset.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/ArrayBuffer-Int32Array-byteOffset.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressArrayBufferInt8Arrayallochugelonglivedexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-huge-long-lived-expected.txt (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-huge-long-lived-expected.txt        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-huge-long-lived-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-JSRegress/ArrayBuffer-Int8Array-alloc-huge-long-lived
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS no exception thrown
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressArrayBufferInt8Arrayallochugelonglivedhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-huge-long-lived.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-huge-long-lived.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-huge-long-lived.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,12 +0,0 @@
</span><del>-&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
-&lt;html&gt;
-&lt;head&gt;
-&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;script-tests/ArrayBuffer-Int8Array-alloc-huge-long-lived.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressArrayBufferInt8Arrayalloclargelonglivedfragmentedexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented-expected.txt (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented-expected.txt        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-JSRegress/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS no exception thrown
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressArrayBufferInt8Arrayalloclargelonglivedfragmentedhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,12 +0,0 @@
</span><del>-&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
-&lt;html&gt;
-&lt;head&gt;
-&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;script-tests/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressArrayBufferInt8Arrayalloclargelonglivedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-large-long-lived.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-large-long-lived.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-large-long-lived.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/ArrayBuffer-Int8Array-alloc-large-long-lived.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressArrayBufferInt8Arrayalloclonglivedbufferhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-long-lived-buffer.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-long-lived-buffer.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-long-lived-buffer.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/ArrayBuffer-Int8Array-alloc-long-lived-buffer.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressArrayBufferInt8Arrayalloclonglivedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-long-lived.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-long-lived.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-long-lived.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/ArrayBuffer-Int8Array-alloc-long-lived.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressArrayBufferInt8Arrayallochtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/ArrayBuffer-Int8Array-alloc.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressDataViewcustompropertieshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/DataView-custom-properties.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/DataView-custom-properties.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/DataView-custom-properties.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/DataView-custom-properties.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressFloat32Arraymatrixmulthtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/Float32Array-matrix-mult.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/Float32Array-matrix-mult.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/Float32Array-matrix-mult.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/Float32Array-matrix-mult.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressFloat32ArraytoFloat64Arraysethtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/Float32Array-to-Float64Array-set.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/Float32Array-to-Float64Array-set.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/Float32Array-to-Float64Array-set.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/Float32Array-to-Float64Array-set.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressFloat64Arrayalloclonglivedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/Float64Array-alloc-long-lived.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/Float64Array-alloc-long-lived.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/Float64Array-alloc-long-lived.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/Float64Array-alloc-long-lived.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressFloat64ArraytoInt16Arraysethtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/Float64Array-to-Int16Array-set.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/Float64Array-to-Int16Array-set.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/Float64Array-to-Int16Array-set.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/Float64Array-to-Int16Array-set.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressHashMapputgetiteratekeyshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/HashMap-put-get-iterate-keys.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/HashMap-put-get-iterate-keys.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/HashMap-put-get-iterate-keys.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/HashMap-put-get-iterate-keys.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressHashMapputgetiteratehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/HashMap-put-get-iterate.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/HashMap-put-get-iterate.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/HashMap-put-get-iterate.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/HashMap-put-get-iterate.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressHashMapstringputgetiteratehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/HashMap-string-put-get-iterate.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/HashMap-string-put-get-iterate.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/HashMap-string-put-get-iterate.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/HashMap-string-put-get-iterate.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressInt16Arrayalloclonglivedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/Int16Array-alloc-long-lived.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/Int16Array-alloc-long-lived.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/Int16Array-alloc-long-lived.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/Int16Array-alloc-long-lived.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressInt16ArraybubblesortwithbyteLengthhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/Int16Array-bubble-sort-with-byteLength.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/Int16Array-bubble-sort-with-byteLength.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/Int16Array-bubble-sort-with-byteLength.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/Int16Array-bubble-sort-with-byteLength.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressInt16Arraybubblesorthtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/Int16Array-bubble-sort.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/Int16Array-bubble-sort.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/Int16Array-bubble-sort.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/Int16Array-bubble-sort.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressInt16Arrayloadintmulhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/Int16Array-load-int-mul.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/Int16Array-load-int-mul.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/Int16Array-load-int-mul.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/Int16Array-load-int-mul.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressInt16ArraytoInt32Arraysethtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/Int16Array-to-Int32Array-set.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/Int16Array-to-Int32Array-set.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/Int16Array-to-Int32Array-set.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/Int16Array-to-Int32Array-set.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressInt32ArrayInt8Arrayviewallochtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/Int32Array-Int8Array-view-alloc.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/Int32Array-Int8Array-view-alloc.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/Int32Array-Int8Array-view-alloc.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/Int32Array-Int8Array-view-alloc.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressInt32Arrayallochugeexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/Int32Array-alloc-huge-expected.txt (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/Int32Array-alloc-huge-expected.txt        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/Int32Array-alloc-huge-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-JSRegress/Int32Array-alloc-huge
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS no exception thrown
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressInt32Arrayallochugelonglivedexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/Int32Array-alloc-huge-long-lived-expected.txt (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/Int32Array-alloc-huge-long-lived-expected.txt        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/Int32Array-alloc-huge-long-lived-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-JSRegress/Int32Array-alloc-huge-long-lived
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS no exception thrown
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressInt32Arrayallochugelonglivedhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/Int32Array-alloc-huge-long-lived.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/Int32Array-alloc-huge-long-lived.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/Int32Array-alloc-huge-long-lived.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,12 +0,0 @@
</span><del>-&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
-&lt;html&gt;
-&lt;head&gt;
-&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;script-tests/Int32Array-alloc-huge-long-lived.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressInt32Arrayallochugehtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/Int32Array-alloc-huge.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/Int32Array-alloc-huge.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/Int32Array-alloc-huge.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,12 +0,0 @@
</span><del>-&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
-&lt;html&gt;
-&lt;head&gt;
-&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;script-tests/Int32Array-alloc-huge.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressInt32Arrayalloclargelonglivedexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/Int32Array-alloc-large-long-lived-expected.txt (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/Int32Array-alloc-large-long-lived-expected.txt        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/Int32Array-alloc-large-long-lived-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-JSRegress/Int32Array-alloc-large-long-lived
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS no exception thrown
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressInt32Arrayalloclargelonglivedhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/Int32Array-alloc-large-long-lived.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/Int32Array-alloc-large-long-lived.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/Int32Array-alloc-large-long-lived.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,12 +0,0 @@
</span><del>-&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
-&lt;html&gt;
-&lt;head&gt;
-&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;script-tests/Int32Array-alloc-large-long-lived.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressInt32Arrayalloclargehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/Int32Array-alloc-large.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/Int32Array-alloc-large.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/Int32Array-alloc-large.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/Int32Array-alloc-large.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressInt32Arrayalloclonglivedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/Int32Array-alloc-long-lived.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/Int32Array-alloc-long-lived.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/Int32Array-alloc-long-lived.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/Int32Array-alloc-long-lived.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressInt32Arrayallochtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/Int32Array-alloc.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/Int32Array-alloc.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/Int32Array-alloc.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/Int32Array-alloc.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressInt8Arrayalloclonglivedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/Int8Array-alloc-long-lived.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/Int8Array-alloc-long-lived.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/Int8Array-alloc-long-lived.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/Int8Array-alloc-long-lived.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressInt8ArrayloadwithbyteLengthhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/Int8Array-load-with-byteLength.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/Int8Array-load-with-byteLength.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/Int8Array-load-with-byteLength.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/Int8Array-load-with-byteLength.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressInt8Arrayloadhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/Int8Array-load.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/Int8Array-load.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/Int8Array-load.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/Int8Array-load.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressadapttodoubledividehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/adapt-to-double-divide.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/adapt-to-double-divide.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/adapt-to-double-divide.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/adapt-to-double-divide.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressaliasedargumentsgetbyvalhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/aliased-arguments-getbyval.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/aliased-arguments-getbyval.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/aliased-arguments-getbyval.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/aliased-arguments-getbyval.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressallocatebigobjecthtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/allocate-big-object.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/allocate-big-object.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/allocate-big-object.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/allocate-big-object.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressaritymismatchinlininghtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/arity-mismatch-inlining.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/arity-mismatch-inlining.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/arity-mismatch-inlining.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/arity-mismatch-inlining.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressarrayaccesspolymorphicstructurehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/array-access-polymorphic-structure.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/array-access-polymorphic-structure.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/array-access-polymorphic-structure.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/array-access-polymorphic-structure.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressarraynonarraypolymorhpicaccesshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/array-nonarray-polymorhpic-access.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/array-nonarray-polymorhpic-access.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/array-nonarray-polymorhpic-access.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/array-nonarray-polymorhpic-access.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressarraynonarraypolymorphicaccesshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/array-nonarray-polymorphic-access.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/array-nonarray-polymorphic-access.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/array-nonarray-polymorphic-access.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/array-nonarray-polymorphic-access.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressarrayprototypeeveryhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/array-prototype-every.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/array-prototype-every.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/array-prototype-every.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/array-prototype-every.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressarrayprototypefilterexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/array-prototype-filter-expected.txt (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/array-prototype-filter-expected.txt        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/array-prototype-filter-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-JSRegress/array-prototype-filter
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS no exception thrown
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressarrayprototypefilterhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/array-prototype-filter.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/array-prototype-filter.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/array-prototype-filter.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,12 +0,0 @@
</span><del>-&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
-&lt;html&gt;
-&lt;head&gt;
-&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;script-tests/array-prototype-filter.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressarrayprototypeforEachhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/array-prototype-forEach.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/array-prototype-forEach.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/array-prototype-forEach.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/array-prototype-forEach.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressarrayprototypemaphtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/array-prototype-map.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/array-prototype-map.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/array-prototype-map.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/array-prototype-map.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressarrayprototypesomehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/array-prototype-some.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/array-prototype-some.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/array-prototype-some.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/array-prototype-some.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressarraywithdoubleaddhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/array-with-double-add.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/array-with-double-add.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/array-with-double-add.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/array-with-double-add.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressarraywithdoubleincrementhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/array-with-double-increment.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/array-with-double-increment.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/array-with-double-increment.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/array-with-double-increment.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressarraywithdoublemuladdhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/array-with-double-mul-add.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/array-with-double-mul-add.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/array-with-double-mul-add.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/array-with-double-mul-add.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressarraywithdoublesumhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/array-with-double-sum.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/array-with-double-sum.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/array-with-double-sum.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/array-with-double-sum.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressarraywithint32addsubhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/array-with-int32-add-sub.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/array-with-int32-add-sub.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/array-with-int32-add-sub.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/array-with-int32-add-sub.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressarraywithint32ordoublesumhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/array-with-int32-or-double-sum.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/array-with-int32-or-double-sum.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/array-with-int32-or-double-sum.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/array-with-int32-or-double-sum.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressasmjs_bool_bughtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/asmjs_bool_bug.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/asmjs_bool_bug.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/asmjs_bool_bug.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/asmjs_bool_bug.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressassigncustomsetterpolymorphichtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/assign-custom-setter-polymorphic.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/assign-custom-setter-polymorphic.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/assign-custom-setter-polymorphic.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/assign-custom-setter-polymorphic.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressassigncustomsetterhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/assign-custom-setter.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/assign-custom-setter.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/assign-custom-setter.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/assign-custom-setter.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressbasicsethtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/basic-set.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/basic-set.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/basic-set.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/basic-set.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressbigintmulhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/big-int-mul.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/big-int-mul.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/big-int-mul.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/big-int-mul.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressbooleantesthtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/boolean-test.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/boolean-test.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/boolean-test.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/boolean-test.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressbranchfoldhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/branch-fold.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/branch-fold.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/branch-fold.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/branch-fold.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressbyvalgenerichtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/by-val-generic.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/by-val-generic.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/by-val-generic.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/by-val-generic.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregresscallspreadapplyhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/call-spread-apply.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/call-spread-apply.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/call-spread-apply.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/call-spread-call.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregresscallspreadcallhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/call-spread-call.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/call-spread-call.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/call-spread-call.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/call-spread-call.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregresscallspreadexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/call-spread-expected.txt (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/call-spread-expected.txt        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/call-spread-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-JSRegress/call-spread
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS no exception thrown
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestsjsregresscallspreadhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/call-spread.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/call-spread.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/call-spread.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,12 +0,0 @@
</span><del>-&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
-&lt;html&gt;
-&lt;head&gt;
-&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;script-tests/call-spread.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsjsregresscapturedassignmentshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/captured-assignments.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/captured-assignments.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/captured-assignments.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/captured-assignments.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregresscastinttodoublehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/cast-int-to-double.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/cast-int-to-double.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/cast-int-to-double.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/cast-int-to-double.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregresscellargumenthtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/cell-argument.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/cell-argument.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/cell-argument.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/cell-argument.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregresscfgsimplifyhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/cfg-simplify.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/cfg-simplify.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/cfg-simplify.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/cfg-simplify.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregresschaincustomgetterexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/chain-custom-getter-expected.txt (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/chain-custom-getter-expected.txt        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/chain-custom-getter-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-JSRegress/chain-custom-getter
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS no exception thrown
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestsjsregresschaincustomgetterhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/chain-custom-getter.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/chain-custom-getter.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/chain-custom-getter.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,12 +0,0 @@
</span><del>-&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
-&lt;html&gt;
-&lt;head&gt;
-&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;script-tests/chain-custom-getter.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsjsregresschaingetteraccesshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/chain-getter-access.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/chain-getter-access.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/chain-getter-access.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/chain-getter-access.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregresscmpeqobjtoobjotherhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/cmpeq-obj-to-obj-other.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/cmpeq-obj-to-obj-other.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/cmpeq-obj-to-obj-other.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/cmpeq-obj-to-obj-other.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressconstanttesthtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/constant-test.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/constant-test.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/constant-test.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/constant-test.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressdelaytearoffargumentsstrictmodehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/delay-tear-off-arguments-strictmode.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/delay-tear-off-arguments-strictmode.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/delay-tear-off-arguments-strictmode.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/delay-tear-off-arguments-strictmode.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressdestructuringargumentslengthexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/destructuring-arguments-length-expected.txt (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/destructuring-arguments-length-expected.txt        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/destructuring-arguments-length-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-JSRegress/destructuring-arguments-length
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS no exception thrown
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressdestructuringargumentslengthhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/destructuring-arguments-length.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/destructuring-arguments-length.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/destructuring-arguments-length.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,12 +0,0 @@
</span><del>-&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
-&lt;html&gt;
-&lt;head&gt;
-&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;script-tests/destructuring-arguments-length.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressdestructuringargumentshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/destructuring-arguments.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/destructuring-arguments.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/destructuring-arguments.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/destructuring-arguments.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressdestructuringswaphtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/destructuring-swap.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/destructuring-swap.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/destructuring-swap.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/destructuring-swap.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressdirectargumentsgetbyvalhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/direct-arguments-getbyval.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/direct-arguments-getbyval.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/direct-arguments-getbyval.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/direct-arguments-getbyval.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressdoublegetbyvaloutofboundshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/double-get-by-val-out-of-bounds.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/double-get-by-val-out-of-bounds.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/double-get-by-val-out-of-bounds.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/double-get-by-val-out-of-bounds.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressdoublepollutiongetbyvalhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/double-pollution-getbyval.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/double-pollution-getbyval.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/double-pollution-getbyval.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/double-pollution-getbyval.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressdoublepollutionputbyoffsethtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/double-pollution-putbyoffset.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/double-pollution-putbyoffset.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/double-pollution-putbyoffset.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/double-pollution-putbyoffset.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressdoubletoint32typedarraynoinlinehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/double-to-int32-typed-array-no-inline.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/double-to-int32-typed-array-no-inline.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/double-to-int32-typed-array-no-inline.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/double-to-int32-typed-array-no-inline.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressdoubletoint32typedarrayhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/double-to-int32-typed-array.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/double-to-int32-typed-array.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/double-to-int32-typed-array.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/double-to-int32-typed-array.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressdoubletouint32typedarraynoinlinehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/double-to-uint32-typed-array-no-inline.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/double-to-uint32-typed-array-no-inline.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/double-to-uint32-typed-array-no-inline.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/double-to-uint32-typed-array-no-inline.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressdoubletouint32typedarrayhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/double-to-uint32-typed-array.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/double-to-uint32-typed-array.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/double-to-uint32-typed-array.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/double-to-uint32-typed-array.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressemptystringplusinthtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/empty-string-plus-int.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/empty-string-plus-int.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/empty-string-plus-int.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/empty-string-plus-int.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressemscriptencube2hashhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/emscripten-cube2hash.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/emscripten-cube2hash.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/emscripten-cube2hash.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/emscripten-cube2hash.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressemscriptenmemopsexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/emscripten-memops-expected.txt (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/emscripten-memops-expected.txt        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/emscripten-memops-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-JSRegress/emscripten-memops
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS no exception thrown
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressemscriptenmemopshtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/emscripten-memops.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/emscripten-memops.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/emscripten-memops.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,12 +0,0 @@
</span><del>-&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
-&lt;html&gt;
-&lt;head&gt;
-&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;script-tests/emscripten-memops.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressexternalargumentsgetbyvalhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/external-arguments-getbyval.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/external-arguments-getbyval.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/external-arguments-getbyval.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/external-arguments-getbyval.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressexternalargumentsputbyvalhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/external-arguments-putbyval.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/external-arguments-putbyval.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/external-arguments-putbyval.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/external-arguments-putbyval.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressfixedtypedarraystoragevarindexhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/fixed-typed-array-storage-var-index.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/fixed-typed-array-storage-var-index.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/fixed-typed-array-storage-var-index.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/fixed-typed-array-storage-var-index.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressfixedtypedarraystoragehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/fixed-typed-array-storage.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/fixed-typed-array-storage.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/fixed-typed-array-storage.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/fixed-typed-array-storage.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressfolddoubletointhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/fold-double-to-int.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/fold-double-to-int.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/fold-double-to-int.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/fold-double-to-int.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressfoldstricteqexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/fold-strict-eq-expected.txt (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/fold-strict-eq-expected.txt        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/fold-strict-eq-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-JSRegress/fold-strict-eq
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS no exception thrown
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressfoldstricteqhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/fold-strict-eq.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/fold-strict-eq.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/fold-strict-eq.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,12 +0,0 @@
</span><del>-&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
-&lt;html&gt;
-&lt;head&gt;
-&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;script-tests/fold-strict-eq.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressforofiteratearrayentrieshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/for-of-iterate-array-entries.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/for-of-iterate-array-entries.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/for-of-iterate-array-entries.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/for-of-iterate-array-entries.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressforofiteratearraykeyshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/for-of-iterate-array-keys.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/for-of-iterate-array-keys.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/for-of-iterate-array-keys.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/for-of-iterate-array-keys.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressforofiteratearrayvalueshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/for-of-iterate-array-values.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/for-of-iterate-array-values.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/for-of-iterate-array-values.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/for-of-iterate-array-values.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressfunctiondotapplyhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/function-dot-apply.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/function-dot-apply.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/function-dot-apply.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/function-dot-apply.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressfunctiontesthtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/function-test.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/function-test.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/function-test.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/function-test.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressfunctionwithevalhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/function-with-eval.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/function-with-eval.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/function-with-eval.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/function-with-eval.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressgetbyidchainfromtryblockhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/get-by-id-chain-from-try-block.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/get-by-id-chain-from-try-block.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/get-by-id-chain-from-try-block.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/get-by-id-chain-from-try-block.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressgetbyidprotoorselfhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/get-by-id-proto-or-self.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/get-by-id-proto-or-self.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/get-by-id-proto-or-self.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/get-by-id-proto-or-self.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressgetbyidselforprotohtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/get-by-id-self-or-proto.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/get-by-id-self-or-proto.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/get-by-id-self-or-proto.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/get-by-id-self-or-proto.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressgetbyvaloutofboundshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/get-by-val-out-of-bounds.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/get-by-val-out-of-bounds.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/get-by-val-out-of-bounds.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/get-by-val-out-of-bounds.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressget_callee_monomorphichtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/get_callee_monomorphic.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/get_callee_monomorphic.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/get_callee_monomorphic.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/get_callee_monomorphic.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressget_callee_polymorphichtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/get_callee_polymorphic.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/get_callee_polymorphic.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/get_callee_polymorphic.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/get_callee_polymorphic.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressgetterhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/getter.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/getter.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/getter.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/getter.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressglobalvarconstinferfirefromopthtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/global-var-const-infer-fire-from-opt.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/global-var-const-infer-fire-from-opt.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/global-var-const-infer-fire-from-opt.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/global-var-const-infer-fire-from-opt.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressglobalvarconstinferhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/global-var-const-infer.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/global-var-const-infer.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/global-var-const-infer.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/global-var-const-infer.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressimuldoubleonlyhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/imul-double-only.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/imul-double-only.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/imul-double-only.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/imul-double-only.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressimulintonlyhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/imul-int-only.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/imul-int-only.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/imul-int-only.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/imul-int-only.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressimulmixedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/imul-mixed.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/imul-mixed.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/imul-mixed.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/imul-mixed.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressinfourcaseshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/in-four-cases.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/in-four-cases.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/in-four-cases.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/in-four-cases.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressinonecasefalsehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/in-one-case-false.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/in-one-case-false.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/in-one-case-false.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/in-one-case-false.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressinonecasetruehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/in-one-case-true.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/in-one-case-true.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/in-one-case-true.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/in-one-case-true.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressintwocaseshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/in-two-cases.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/in-two-cases.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/in-two-cases.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/in-two-cases.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressindexedpropertiesinobjectshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/indexed-properties-in-objects.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/indexed-properties-in-objects.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/indexed-properties-in-objects.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/indexed-properties-in-objects.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressinferclosureconstthenmovnoinlinehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/infer-closure-const-then-mov-no-inline.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/infer-closure-const-then-mov-no-inline.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/infer-closure-const-then-mov-no-inline.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/infer-closure-const-then-mov-no-inline.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressinferclosureconstthenmovhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/infer-closure-const-then-mov.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/infer-closure-const-then-mov.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/infer-closure-const-then-mov.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/infer-closure-const-then-mov.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressinferclosureconstthenputtoscopenoinlinehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/infer-closure-const-then-put-to-scope-no-inline.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/infer-closure-const-then-put-to-scope-no-inline.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/infer-closure-const-then-put-to-scope-no-inline.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/infer-closure-const-then-put-to-scope-no-inline.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressinferclosureconstthenputtoscopehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/infer-closure-const-then-put-to-scope.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/infer-closure-const-then-put-to-scope.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/infer-closure-const-then-put-to-scope.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/infer-closure-const-then-put-to-scope.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressinferclosureconstthenreenternoinlinehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/infer-closure-const-then-reenter-no-inline.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/infer-closure-const-then-reenter-no-inline.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/infer-closure-const-then-reenter-no-inline.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/infer-closure-const-then-reenter-no-inline.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressinferclosureconstthenreenterhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/infer-closure-const-then-reenter.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/infer-closure-const-then-reenter.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/infer-closure-const-then-reenter.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/infer-closure-const-then-reenter.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressinferonetimeclosuretenvarshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/infer-one-time-closure-ten-vars.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/infer-one-time-closure-ten-vars.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/infer-one-time-closure-ten-vars.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/infer-one-time-closure-ten-vars.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressinferonetimeclosuretwovarshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/infer-one-time-closure-two-vars.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/infer-one-time-closure-two-vars.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/infer-one-time-closure-two-vars.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/infer-one-time-closure-two-vars.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressinferonetimeclosurehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/infer-one-time-closure.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/infer-one-time-closure.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/infer-one-time-closure.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/infer-one-time-closure.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressinferonetimedeepclosurehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/infer-one-time-deep-closure.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/infer-one-time-deep-closure.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/infer-one-time-deep-closure.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/infer-one-time-deep-closure.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressinlineargumentsaccesshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/inline-arguments-access.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/inline-arguments-access.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/inline-arguments-access.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/inline-arguments-access.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressinlineargumentsaliasedaccesshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/inline-arguments-aliased-access.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/inline-arguments-aliased-access.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/inline-arguments-aliased-access.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/inline-arguments-aliased-access.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressinlineargumentslocalescapehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/inline-arguments-local-escape.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/inline-arguments-local-escape.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/inline-arguments-local-escape.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/inline-arguments-local-escape.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressinlinegetscopedvarhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/inline-get-scoped-var.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/inline-get-scoped-var.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/inline-get-scoped-var.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/inline-get-scoped-var.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressinlinedputbyidtransitionhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/inlined-put-by-id-transition.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/inlined-put-by-id-transition.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/inlined-put-by-id-transition.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/inlined-put-by-id-transition.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressintorotherabsthengetbyvalhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/int-or-other-abs-then-get-by-val.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/int-or-other-abs-then-get-by-val.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/int-or-other-abs-then-get-by-val.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/int-or-other-abs-then-get-by-val.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressintorotherabszerothengetbyvalhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/int-or-other-abs-zero-then-get-by-val.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/int-or-other-abs-zero-then-get-by-val.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/int-or-other-abs-zero-then-get-by-val.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/int-or-other-abs-zero-then-get-by-val.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressintorotheraddthengetbyvalhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/int-or-other-add-then-get-by-val.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/int-or-other-add-then-get-by-val.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/int-or-other-add-then-get-by-val.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/int-or-other-add-then-get-by-val.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressintorotheraddhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/int-or-other-add.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/int-or-other-add.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/int-or-other-add.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/int-or-other-add.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressintorotherdivthengetbyvalhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/int-or-other-div-then-get-by-val.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/int-or-other-div-then-get-by-val.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/int-or-other-div-then-get-by-val.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/int-or-other-div-then-get-by-val.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressintorothermaxthengetbyvalhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/int-or-other-max-then-get-by-val.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/int-or-other-max-then-get-by-val.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/int-or-other-max-then-get-by-val.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/int-or-other-max-then-get-by-val.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressintorotherminthengetbyvalhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/int-or-other-min-then-get-by-val.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/int-or-other-min-then-get-by-val.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/int-or-other-min-then-get-by-val.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/int-or-other-min-then-get-by-val.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressintorothermodthengetbyvalhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/int-or-other-mod-then-get-by-val.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/int-or-other-mod-then-get-by-val.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/int-or-other-mod-then-get-by-val.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/int-or-other-mod-then-get-by-val.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressintorothermulthengetbyvalhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/int-or-other-mul-then-get-by-val.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/int-or-other-mul-then-get-by-val.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/int-or-other-mul-then-get-by-val.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/int-or-other-mul-then-get-by-val.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressintorothernegthengetbyvalhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/int-or-other-neg-then-get-by-val.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/int-or-other-neg-then-get-by-val.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/int-or-other-neg-then-get-by-val.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/int-or-other-neg-then-get-by-val.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressintorothernegzerothengetbyvalhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/int-or-other-neg-zero-then-get-by-val.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/int-or-other-neg-zero-then-get-by-val.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/int-or-other-neg-zero-then-get-by-val.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/int-or-other-neg-zero-then-get-by-val.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressintorothersubthengetbyvalhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/int-or-other-sub-then-get-by-val.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/int-or-other-sub-then-get-by-val.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/int-or-other-sub-then-get-by-val.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/int-or-other-sub-then-get-by-val.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressintorothersubhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/int-or-other-sub.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/int-or-other-sub.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/int-or-other-sub.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/int-or-other-sub.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressintoverflowlocalhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/int-overflow-local.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/int-overflow-local.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/int-overflow-local.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/int-overflow-local.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressint52spillhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/int52-spill.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/int52-spill.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/int52-spill.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/int52-spill.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressintegerdividehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/integer-divide.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/integer-divide.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/integer-divide.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/integer-divide.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressintegermodulohtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/integer-modulo.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/integer-modulo.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/integer-modulo.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/integer-modulo.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregresslargeintcapturedhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/large-int-captured.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/large-int-captured.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/large-int-captured.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/large-int-captured.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregresslargeintneghtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/large-int-neg.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/large-int-neg.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/large-int-neg.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/large-int-neg.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregresslargeinthtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/large-int.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/large-int.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/large-int.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/large-int.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregresslogicalnothtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/logical-not.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/logical-not.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/logical-not.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/logical-not.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregresslotsoffieldshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/lots-of-fields.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/lots-of-fields.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/lots-of-fields.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/lots-of-fields.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressmakeindexedstoragehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/make-indexed-storage.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/make-indexed-storage.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/make-indexed-storage.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/make-indexed-storage.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressmakeropecsehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/make-rope-cse.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/make-rope-cse.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/make-rope-cse.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/make-rope-cse.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressmarsagliaexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/marsaglia-expected.txt (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/marsaglia-expected.txt        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/marsaglia-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-JSRegress/marsaglia
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS no exception thrown
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressmarsaglialargerintshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/marsaglia-larger-ints.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/marsaglia-larger-ints.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/marsaglia-larger-ints.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/marsaglia-larger-ints.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressmarsagliaosrentryhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/marsaglia-osr-entry.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/marsaglia-osr-entry.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/marsaglia-osr-entry.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/marsaglia-osr-entry.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressmarsagliahtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/marsaglia.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/marsaglia.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/marsaglia.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,12 +0,0 @@
</span><del>-&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
-&lt;html&gt;
-&lt;head&gt;
-&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;script-tests/marsaglia.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressmethodonnumberhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/method-on-number.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/method-on-number.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/method-on-number.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/method-on-number.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressmiscstricteqhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/misc-strict-eq.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/misc-strict-eq.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/misc-strict-eq.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/misc-strict-eq.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressnegativezerodividehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/negative-zero-divide.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/negative-zero-divide.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/negative-zero-divide.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/negative-zero-divide.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressnegativezeromodulohtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/negative-zero-modulo.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/negative-zero-modulo.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/negative-zero-modulo.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/negative-zero-modulo.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressnegativezeronegatehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/negative-zero-negate.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/negative-zero-negate.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/negative-zero-negate.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/negative-zero-negate.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressnestedfunctionparsingrandomexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/nested-function-parsing-random-expected.txt (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/nested-function-parsing-random-expected.txt        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/nested-function-parsing-random-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-JSRegress/nested-function-parsing-random
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS no exception thrown
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressnestedfunctionparsingrandomhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/nested-function-parsing-random.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/nested-function-parsing-random.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/nested-function-parsing-random.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,12 +0,0 @@
</span><del>-&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
-&lt;html&gt;
-&lt;head&gt;
-&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;script-tests/nested-function-parsing-random.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressnestedfunctionparsinghtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/nested-function-parsing.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/nested-function-parsing.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/nested-function-parsing.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/nested-function-parsing.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressnewarraybufferdeadhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/new-array-buffer-dead.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/new-array-buffer-dead.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/new-array-buffer-dead.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/new-array-buffer-dead.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressnewarraybufferpushhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/new-array-buffer-push.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/new-array-buffer-push.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/new-array-buffer-push.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/new-array-buffer-push.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressnewarraydeadhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/new-array-dead.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/new-array-dead.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/new-array-dead.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/new-array-dead.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressnewarraypushhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/new-array-push.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/new-array-push.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/new-array-push.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/new-array-push.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressnewspreadexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/new-spread-expected.txt (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/new-spread-expected.txt        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/new-spread-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-JSRegress/new-spread
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS no exception thrown
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressnewspreadhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/new-spread.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/new-spread.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/new-spread.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,12 +0,0 @@
</span><del>-&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
-&lt;html&gt;
-&lt;head&gt;
-&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;script-tests/new-spread.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressnumbertesthtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/number-test.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/number-test.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/number-test.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/number-test.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressobjectclosurecallhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/object-closure-call.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/object-closure-call.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/object-closure-call.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/object-closure-call.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressobjecttesthtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/object-test.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/object-test.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/object-test.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/object-test.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregresspolystricteqhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/poly-stricteq.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/poly-stricteq.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/poly-stricteq.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/poly-stricteq.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregresspolymorphicgetbyidhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/polymorphic-get-by-id.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/polymorphic-get-by-id.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/polymorphic-get-by-id.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/polymorphic-get-by-id.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregresspolymorphicputbyidhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/polymorphic-put-by-id.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/polymorphic-put-by-id.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/polymorphic-put-by-id.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/polymorphic-put-by-id.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregresspolymorphicstructurehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/polymorphic-structure.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/polymorphic-structure.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/polymorphic-structure.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/polymorphic-structure.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregresspolyvariantmonomorphicgetbyidhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/polyvariant-monomorphic-get-by-id.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/polyvariant-monomorphic-get-by-id.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/polyvariant-monomorphic-get-by-id.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/polyvariant-monomorphic-get-by-id.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressprotocustomgetterexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/proto-custom-getter-expected.txt (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/proto-custom-getter-expected.txt        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/proto-custom-getter-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-JSRegress/proto-custom-getter
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS no exception thrown
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressprotocustomgetterhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/proto-custom-getter.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/proto-custom-getter.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/proto-custom-getter.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,12 +0,0 @@
</span><del>-&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
-&lt;html&gt;
-&lt;head&gt;
-&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;script-tests/proto-custom-getter.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressprotogetteraccesshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/proto-getter-access.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/proto-getter-access.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/proto-getter-access.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/chain-getter-access.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressputbyidhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/put-by-id.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/put-by-id.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/put-by-id.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/put-by-id.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressputbyvallargeindexblankindexingtypehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/put-by-val-large-index-blank-indexing-type.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/put-by-val-large-index-blank-indexing-type.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/put-by-val-large-index-blank-indexing-type.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/put-by-val-large-index-blank-indexing-type.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressputbyvalmachineinthtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/put-by-val-machine-int.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/put-by-val-machine-int.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/put-by-val-machine-int.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/put-by-val-machine-int.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressrareosrexitonlocalhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/rare-osr-exit-on-local.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/rare-osr-exit-on-local.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/rare-osr-exit-on-local.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/rare-osr-exit-on-local.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressregisterpressurefromosrhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/register-pressure-from-osr.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/register-pressure-from-osr.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/register-pressure-from-osr.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/register-pressure-from-osr.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressresourcesregresspostjs"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/resources/regress-post.js (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/resources/regress-post.js        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/resources/regress-post.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-if (_JSRegress_didSucceed)
-    debug(&quot;PASS no exception thrown&quot;);
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressresourcesregressprejs"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/resources/regress-pre.js (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/resources/regress-pre.js        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/resources/regress-pre.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,16 +0,0 @@
</span><del>-description(&quot;JSRegress/&quot; + (&quot;&quot; + window.location).split('/').pop().split('.')[0]);
-_JSRegress_didSucceed = true;
-_JSRegress_oldOnError = window.onerror;
-window.onerror = function(message) {
-    debug(&quot;FAIL caught exception: &quot; + message);
-    _JSRegress_didSucceed = false;
-    _JSRegress_oldOnError.apply(this, arguments);
-}
-
-if (typeof noInline == &quot;undefined&quot;) {
-    if (window.testRunner)
-        noInline =window.testRunner.neverInlineFunction || function(){};
-    else
-        noInline = function(){}
-}
-
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressscripttestsArrayBufferInt8Arrayallochugelonglivedjs"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/script-tests/ArrayBuffer-Int8Array-alloc-huge-long-lived.js (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/script-tests/ArrayBuffer-Int8Array-alloc-huge-long-lived.js        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/script-tests/ArrayBuffer-Int8Array-alloc-huge-long-lived.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,16 +0,0 @@
</span><del>-//@ skip
-
-var array = new Array(1000);
-
-var n = 10000;
-
-for (var i = 0; i &lt; n; ++i) {
-    array[(i / (n / array.length)) | 0] = new Int8Array(new ArrayBuffer(100000));
-}
-
-for (var i = 0; i &lt; array.length; ++i) {
-    if (array[i].length != 100000)
-        throw &quot;Error: bad array length: &quot; + array[i].length;
-    if (array[i].buffer.byteLength != 100000)
-        throw &quot;Error: bad array buffer length: &quot; + array[i].buffer.byteLength;
-}
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressscripttestsArrayBufferInt8Arrayalloclargelonglivedfragmentedjs"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/script-tests/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented.js (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/script-tests/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented.js        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/script-tests/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,21 +0,0 @@
</span><del>-//@ skip
-
-var array = new Array(10000);
-
-var fragmentedArray = [];
-
-for (var i = 0; i &lt; 100000; ++i) {
-    var newArray = new Int8Array(new ArrayBuffer(1000));
-    if (i % 10 === 0)
-        newArray.customProperty = &quot;foo&quot;;
-    for (var j = 0; j &lt; 10; j++)
-        fragmentedArray = new Array(10);
-    array[i % array.length] = newArray;
-}
-
-for (var i = 0; i &lt; array.length; ++i) {
-    if (array[i].length != 1000)
-        throw &quot;Error: bad length: &quot; + array[i].length;
-    if (array[i].buffer.byteLength != 1000)
-        throw &quot;Error: bad buffer.byteLength: &quot; + array[i].buffer.byteLength;
-}
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressscripttestsInt32Arrayallochugelonglivedjs"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/script-tests/Int32Array-alloc-huge-long-lived.js (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/script-tests/Int32Array-alloc-huge-long-lived.js        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/script-tests/Int32Array-alloc-huge-long-lived.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,14 +0,0 @@
</span><del>-//@ skip
-
-var array = new Array(1000);
-
-var n = 10000;
-
-for (var i = 0; i &lt; n; ++i) {
-    array[(i / (n / array.length)) | 0] = new Int32Array(100000);
-}
-
-for (var i = 0; i &lt; array.length; ++i) {
-    if (array[i].length != 100000)
-        throw &quot;Error: bad array length: &quot; + array[i].length;
-}
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressscripttestsInt32Arrayallochugejs"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/script-tests/Int32Array-alloc-huge.js (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/script-tests/Int32Array-alloc-huge.js        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/script-tests/Int32Array-alloc-huge.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,5 +0,0 @@
</span><del>-//@ skip
-
-for (var i = 0; i &lt; 1000; ++i)
-    new Int32Array(1000000);
-
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressscripttestsInt32Arrayalloclargelonglivedjs"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/script-tests/Int32Array-alloc-large-long-lived.js (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/script-tests/Int32Array-alloc-large-long-lived.js        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/script-tests/Int32Array-alloc-large-long-lived.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,11 +0,0 @@
</span><del>-//@ skip
-
-var array = new Array(10000);
-
-for (var i = 0; i &lt; 1000000; ++i)
-    array[i % array.length] = new Int32Array(1000);
-
-for (var i = 0; i &lt; array.length; ++i) {
-    if (array[i].length != 1000)
-        throw &quot;Error: bad array length: &quot; + array[i].length;
-}
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressscripttestsarrayprototypefilterjs"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/script-tests/array-prototype-filter.js (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/script-tests/array-prototype-filter.js        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/script-tests/array-prototype-filter.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-var result = 0;
-function test1(a) {
-    result &lt;&lt; 1;
-    result++;
-    return true;
-}
-function test2(a,b) {
-    result ^= 3;
-    result *= 3;
-    return (result &amp; 1) == 0;
-}
-function test3(a,b,c) {
-    result ^= result &gt;&gt; 1;
-    return true;
-}
-
-var result = 0;
-var array = []
-for (var i = 0; i &lt; 100000; ++i)
-    array[i] = 1;
-
-var totalLength = 0
-for (var i = 0; i &lt; 10; i++) {
-    totalLength += array.filter(test1).length;
-    totalLength += array.filter(test2).length;
-    totalLength += array.filter(test3).length;
-}
-
-if (result != 1428810496)
-    throw &quot;Error: bad result: &quot; + result;
-
-if (totalLength != 2500000)
-    throw &quot;Error: bad length: &quot; + totalLength;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressscripttestscallspreadjs"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/script-tests/call-spread.js (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/script-tests/call-spread.js        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/script-tests/call-spread.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,34 +0,0 @@
</span><del>-
-function testFunction(a, b)
-{
-    &quot;use strict&quot;
-    result |= 0;
-    return a * 1000 + b * 100 + arguments[2] * 10 + arguments.length ^ (result &amp; 1024);
-}
-
-var arrayArguments = [2, 3, 4]
-var result = 0;
-for (var i = 0; i &lt; 1000000; i++)
-    result += testFunction(...arrayArguments);
-
-for (var i = 0; i &lt; 1000000; i++)
-    result += testFunction(...[1, 2, result, 4]);
-
-function test2() {
-    for (var i = 0; i &lt; 1000000; i++)
-        result += testFunction(...arguments);
-}
-
-test2(1,2,3,4)
-
-
-function test3() {
-    aliasedArguments = arguments;
-    for (var i = 0; i &lt; 1000000; i++)
-        result += testFunction(...aliasedArguments);
-}
-
-test3(1,2,result,4)
-
-if (result != -856444619779264)
-    throw &quot;Result was &quot; + result + &quot; expected -856444619779264&quot;;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressscripttestschaincustomgetterjs"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/script-tests/chain-custom-getter.js (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/script-tests/chain-custom-getter.js        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/script-tests/chain-custom-getter.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,21 +0,0 @@
</span><del>-
-var cycles = 6000;
-var numberObject = { __proto__: Number}
-numberObject ={__proto__: numberObject}
-
-function foo() {
-    var result = 0;
-    var innerCycles = cycles;
-    var Number = numberObject;
-    for (var i = 0; i &lt; innerCycles; ++i)
-        result += 0 | isNaN(Number.NaN);
-
-    return result;
-}
-
-noInline(foo);
-var result = 0;
-for (var i = 0; i &lt; 1500; i++)
-    result += foo();
-if (result != i * cycles)
-    throw &quot;Failed, result was &quot; + (result) + &quot; should be &quot; + (i * cycles);
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressscripttestsdestructuringargumentslengthjs"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/script-tests/destructuring-arguments-length.js (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/script-tests/destructuring-arguments-length.js        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/script-tests/destructuring-arguments-length.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-//@ runDefault
-
-function foo() {
-    var {0: i, 1: j, length} = arguments;
-    return i + j + length;
-}
-
-var result = 0;
-for (var i = 0; i &lt; 1000000; ++i)
-    result += foo(i, 1);
-
-if (result != 500002500000)
-    throw &quot;Bad result: &quot; + result;
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressscripttestsemscriptenmemopsjs"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/script-tests/emscripten-memops.js (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/script-tests/emscripten-memops.js        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/script-tests/emscripten-memops.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,6314 +0,0 @@
</span><del>-// Ignore this test in run-jsc-stress-tests
-//@ skip
-
-// Note: For maximum-speed code, see &quot;Optimizing Code&quot; on the Emscripten wiki, https://github.com/kripken/emscripten/wiki/Optimizing-Code
-// Note: Some Emscripten settings may limit the speed of the generated code.
-// The Module object: Our interface to the outside world. We import
-// and export values on it, and do the work to get that through
-// closure compiler if necessary. There are various ways Module can be used:
-// 1. Not defined. We create it here
-// 2. A function parameter, function(Module) { ..generated code.. }
-// 3. pre-run appended it, var Module = {}; ..generated code..
-// 4. External script tag defines var Module.
-// We need to do an eval in order to handle the closure compiler
-// case, where this code here is minified but Module was defined
-// elsewhere (e.g. case 4 above). We also need to check if Module
-// already exists (e.g. case 3 above).
-// Note that if you want to run closure, and also to use Module
-// after the generated code, you will need to define   var Module = {};
-// before the code. Then that object will be used in the code, and you
-// can continue to use Module afterwards as well.
-var Module;
-if (!Module) Module = eval('(function() { try { return Module || {} } catch(e) { return {} } })()');
-// Sometimes an existing Module object exists with properties
-// meant to overwrite the default module functionality. Here
-// we collect those properties and reapply _after_ we configure
-// the current environment's defaults to avoid having to be so
-// defensive during initialization.
-var moduleOverrides = {};
-for (var key in Module) {
-  if (Module.hasOwnProperty(key)) {
-    moduleOverrides[key] = Module[key];
-  }
-}
-// The environment setup code below is customized to use Module.
-// *** Environment setup code ***
-var ENVIRONMENT_IS_NODE = typeof process === 'object' &amp;&amp; typeof require === 'function';
-var ENVIRONMENT_IS_WEB = typeof window === 'object';
-var ENVIRONMENT_IS_WORKER = typeof importScripts === 'function';
-var ENVIRONMENT_IS_SHELL = !ENVIRONMENT_IS_WEB &amp;&amp; !ENVIRONMENT_IS_NODE &amp;&amp; !ENVIRONMENT_IS_WORKER;
-var JSRegress_outputBuffer = &quot;&quot;;
-if (ENVIRONMENT_IS_NODE) {
-  // Expose functionality in the same simple way that the shells work
-  // Note that we pollute the global namespace here, otherwise we break in node
-  Module['print'] = function(x) {
-    process['stdout'].write(x + '\n');
-  };
-  Module['printErr'] = function(x) {
-    process['stderr'].write(x + '\n');
-  };
-  var nodeFS = require('fs');
-  var nodePath = require('path');
-  Module['read'] = function(filename, binary) {
-    filename = nodePath['normalize'](filename);
-    var ret = nodeFS['readFileSync'](filename);
-    // The path is absolute if the normalized version is the same as the resolved.
-    if (!ret &amp;&amp; filename != nodePath['resolve'](filename)) {
-      filename = path.join(__dirname, '..', 'src', filename);
-      ret = nodeFS['readFileSync'](filename);
-    }
-    if (ret &amp;&amp; !binary) ret = ret.toString();
-    return ret;
-  };
-  Module['readBinary'] = function(filename) { return Module['read'](filename, true) };
-  Module['load'] = function(f) {
-    globalEval(read(f));
-  };
-  Module['arguments'] = process['argv'].slice(2);
-  module.exports = Module;
-}
-else if (ENVIRONMENT_IS_SHELL) {
-  Module['print'] = function() {
-      for (var i = 0; i &lt; arguments.length; ++i) {
-          if (i)
-              JSRegress_outputBuffer += &quot; &quot;;
-          JSRegress_outputBuffer += arguments[i];
-      }
-      JSRegress_outputBuffer += &quot;\n&quot;;
-  };
-  if (typeof printErr != 'undefined') Module['printErr'] = printErr; // not present in v8 or older sm
-  if (typeof read != 'undefined') {
-    Module['read'] = read;
-  } else {
-    Module['read'] = function() { throw 'no read() available (jsc?)' };
-  }
-  Module['readBinary'] = function(f) {
-    return read(f, 'binary');
-  };
-  if (typeof scriptArgs != 'undefined') {
-    Module['arguments'] = scriptArgs;
-  } else if (typeof arguments != 'undefined') {
-    Module['arguments'] = arguments;
-  }
-  this['Module'] = Module;
-}
-else if (ENVIRONMENT_IS_WEB || ENVIRONMENT_IS_WORKER) {
-  Module['read'] = function(url) {
-    var xhr = new XMLHttpRequest();
-    xhr.open('GET', url, false);
-    xhr.send(null);
-    return xhr.responseText;
-  };
-  if (typeof arguments != 'undefined') {
-    Module['arguments'] = arguments;
-  }
-  if (ENVIRONMENT_IS_WEB) {
-    Module['print'] = function(x) {
-      for (var i = 0; i &lt; arguments.length; ++i) {
-          if (i)
-              JSRegress_outputBuffer += &quot; &quot;;
-          JSRegress_outputBuffer += arguments[i];
-      }
-      JSRegress_outputBuffer += &quot;\n&quot;;
-    };
-    Module['printErr'] = function(x) {
-      console.log(x);
-    };
-    this['Module'] = Module;
-  } else if (ENVIRONMENT_IS_WORKER) {
-    // We can do very little here...
-    var TRY_USE_DUMP = false;
-    Module['print'] = (TRY_USE_DUMP &amp;&amp; (typeof(dump) !== &quot;undefined&quot;) ? (function(x) {
-      dump(x);
-    }) : (function(x) {
-      // self.postMessage(x); // enable this if you want stdout to be sent as messages
-    }));
-    Module['load'] = importScripts;
-  }
-}
-else {
-  // Unreachable because SHELL is dependant on the others
-  throw 'Unknown runtime environment. Where are we?';
-}
-function globalEval(x) {
-  eval.call(null, x);
-}
-if (!Module['load'] == 'undefined' &amp;&amp; Module['read']) {
-  Module['load'] = function(f) {
-    globalEval(Module['read'](f));
-  };
-}
-if (!Module['print']) {
-  Module['print'] = function(){};
-}
-if (!Module['printErr']) {
-  Module['printErr'] = Module['print'];
-}
-if (!Module['arguments']) {
-  Module['arguments'] = [];
-}
-// *** Environment setup code ***
-// Closure helpers
-Module.print = Module['print'];
-Module.printErr = Module['printErr'];
-// Callbacks
-Module['preRun'] = [];
-Module['postRun'] = [];
-// Merge back in the overrides
-for (var key in moduleOverrides) {
-  if (moduleOverrides.hasOwnProperty(key)) {
-    Module[key] = moduleOverrides[key];
-  }
-}
-// === Auto-generated preamble library stuff ===
-//========================================
-// Runtime code shared with compiler
-//========================================
-var Runtime = {
-  stackSave: function () {
-    return STACKTOP;
-  },
-  stackRestore: function (stackTop) {
-    STACKTOP = stackTop;
-  },
-  forceAlign: function (target, quantum) {
-    quantum = quantum || 4;
-    if (quantum == 1) return target;
-    if (isNumber(target) &amp;&amp; isNumber(quantum)) {
-      return Math.ceil(target/quantum)*quantum;
-    } else if (isNumber(quantum) &amp;&amp; isPowerOfTwo(quantum)) {
-      var logg = log2(quantum);
-      return '((((' +target + ')+' + (quantum-1) + ')&gt;&gt;' + logg + ')&lt;&lt;' + logg + ')';
-    }
-    return 'Math.ceil((' + target + ')/' + quantum + ')*' + quantum;
-  },
-  isNumberType: function (type) {
-    return type in Runtime.INT_TYPES || type in Runtime.FLOAT_TYPES;
-  },
-  isPointerType: function isPointerType(type) {
-  return type[type.length-1] == '*';
-},
-  isStructType: function isStructType(type) {
-  if (isPointerType(type)) return false;
-  if (isArrayType(type)) return true;
-  if (/&lt;?{ ?[^}]* ?}&gt;?/.test(type)) return true; // { i32, i8 } etc. - anonymous struct types
-  // See comment in isStructPointerType()
-  return type[0] == '%';
-},
-  INT_TYPES: {&quot;i1&quot;:0,&quot;i8&quot;:0,&quot;i16&quot;:0,&quot;i32&quot;:0,&quot;i64&quot;:0},
-  FLOAT_TYPES: {&quot;float&quot;:0,&quot;double&quot;:0},
-  or64: function (x, y) {
-    var l = (x | 0) | (y | 0);
-    var h = (Math.round(x / 4294967296) | Math.round(y / 4294967296)) * 4294967296;
-    return l + h;
-  },
-  and64: function (x, y) {
-    var l = (x | 0) &amp; (y | 0);
-    var h = (Math.round(x / 4294967296) &amp; Math.round(y / 4294967296)) * 4294967296;
-    return l + h;
-  },
-  xor64: function (x, y) {
-    var l = (x | 0) ^ (y | 0);
-    var h = (Math.round(x / 4294967296) ^ Math.round(y / 4294967296)) * 4294967296;
-    return l + h;
-  },
-  getNativeTypeSize: function (type, quantumSize) {
-    if (Runtime.QUANTUM_SIZE == 1) return 1;
-    var size = {
-      '%i1': 1,
-      '%i8': 1,
-      '%i16': 2,
-      '%i32': 4,
-      '%i64': 8,
-      &quot;%float&quot;: 4,
-      &quot;%double&quot;: 8
-    }['%'+type]; // add '%' since float and double confuse Closure compiler as keys, and also spidermonkey as a compiler will remove 's from '_i8' etc
-    if (!size) {
-      if (type.charAt(type.length-1) == '*') {
-        size = Runtime.QUANTUM_SIZE; // A pointer
-      } else if (type[0] == 'i') {
-        var bits = parseInt(type.substr(1));
-        assert(bits % 8 == 0);
-        size = bits/8;
-      }
-    }
-    return size;
-  },
-  getNativeFieldSize: function (type) {
-    return Math.max(Runtime.getNativeTypeSize(type), Runtime.QUANTUM_SIZE);
-  },
-  dedup: function dedup(items, ident) {
-  var seen = {};
-  if (ident) {
-    return items.filter(function(item) {
-      if (seen[item[ident]]) return false;
-      seen[item[ident]] = true;
-      return true;
-    });
-  } else {
-    return items.filter(function(item) {
-      if (seen[item]) return false;
-      seen[item] = true;
-      return true;
-    });
-  }
-},
-  set: function set() {
-  var args = typeof arguments[0] === 'object' ? arguments[0] : arguments;
-  var ret = {};
-  for (var i = 0; i &lt; args.length; i++) {
-    ret[args[i]] = 0;
-  }
-  return ret;
-},
-  STACK_ALIGN: 8,
-  getAlignSize: function (type, size, vararg) {
-    // we align i64s and doubles on 64-bit boundaries, unlike x86
-    if (type == 'i64' || type == 'double' || vararg) return 8;
-    if (!type) return Math.min(size, 8); // align structures internally to 64 bits
-    return Math.min(size || (type ? Runtime.getNativeFieldSize(type) : 0), Runtime.QUANTUM_SIZE);
-  },
-  calculateStructAlignment: function calculateStructAlignment(type) {
-    type.flatSize = 0;
-    type.alignSize = 0;
-    var diffs = [];
-    var prev = -1;
-    var index = 0;
-    type.flatIndexes = type.fields.map(function(field) {
-      index++;
-      var size, alignSize;
-      if (Runtime.isNumberType(field) || Runtime.isPointerType(field)) {
-        size = Runtime.getNativeTypeSize(field); // pack char; char; in structs, also char[X]s.
-        alignSize = Runtime.getAlignSize(field, size);
-      } else if (Runtime.isStructType(field)) {
-        if (field[1] === '0') {
-          // this is [0 x something]. When inside another structure like here, it must be at the end,
-          // and it adds no size
-          // XXX this happens in java-nbody for example... assert(index === type.fields.length, 'zero-length in the middle!');
-          size = 0;
-          alignSize = type.alignSize || QUANTUM_SIZE;
-        } else {
-          size = Types.types[field].flatSize;
-          alignSize = Runtime.getAlignSize(null, Types.types[field].alignSize);
-        }
-      } else if (field[0] == 'b') {
-        // bN, large number field, like a [N x i8]
-        size = field.substr(1)|0;
-        alignSize = 1;
-      } else {
-        throw 'Unclear type in struct: ' + field + ', in ' + type.name_ + ' :: ' + dump(Types.types[type.name_]);
-      }
-      if (type.packed) alignSize = 1;
-      type.alignSize = Math.max(type.alignSize, alignSize);
-      var curr = Runtime.alignMemory(type.flatSize, alignSize); // if necessary, place this on aligned memory
-      type.flatSize = curr + size;
-      if (prev &gt;= 0) {
-        diffs.push(curr-prev);
-      }
-      prev = curr;
-      return curr;
-    });
-    type.flatSize = Runtime.alignMemory(type.flatSize, type.alignSize);
-    if (diffs.length == 0) {
-      type.flatFactor = type.flatSize;
-    } else if (Runtime.dedup(diffs).length == 1) {
-      type.flatFactor = diffs[0];
-    }
-    type.needsFlattening = (type.flatFactor != 1);
-    return type.flatIndexes;
-  },
-  generateStructInfo: function (struct, typeName, offset) {
-    var type, alignment;
-    if (typeName) {
-      offset = offset || 0;
-      type = (typeof Types === 'undefined' ? Runtime.typeInfo : Types.types)[typeName];
-      if (!type) return null;
-      if (type.fields.length != struct.length) {
-        printErr('Number of named fields must match the type for ' + typeName + ': possibly duplicate struct names. Cannot return structInfo');
-        return null;
-      }
-      alignment = type.flatIndexes;
-    } else {
-      var type = { fields: struct.map(function(item) { return item[0] }) };
-      alignment = Runtime.calculateStructAlignment(type);
-    }
-    var ret = {
-      __size__: type.flatSize
-    };
-    if (typeName) {
-      struct.forEach(function(item, i) {
-        if (typeof item === 'string') {
-          ret[item] = alignment[i] + offset;
-        } else {
-          // embedded struct
-          var key;
-          for (var k in item) key = k;
-          ret[key] = Runtime.generateStructInfo(item[key], type.fields[i], alignment[i]);
-        }
-      });
-    } else {
-      struct.forEach(function(item, i) {
-        ret[item[1]] = alignment[i];
-      });
-    }
-    return ret;
-  },
-  dynCall: function (sig, ptr, args) {
-    if (args &amp;&amp; args.length) {
-      if (!args.splice) args = Array.prototype.slice.call(args);
-      args.splice(0, 0, ptr);
-      return Module['dynCall_' + sig].apply(null, args);
-    } else {
-      return Module['dynCall_' + sig].call(null, ptr);
-    }
-  },
-  functionPointers: [],
-  addFunction: function (func) {
-    for (var i = 0; i &lt; Runtime.functionPointers.length; i++) {
-      if (!Runtime.functionPointers[i]) {
-        Runtime.functionPointers[i] = func;
-        return 2 + 2*i;
-      }
-    }
-    throw 'Finished up all reserved function pointers. Use a higher value for RESERVED_FUNCTION_POINTERS.';
-  },
-  removeFunction: function (index) {
-    Runtime.functionPointers[(index-2)/2] = null;
-  },
-  warnOnce: function (text) {
-    if (!Runtime.warnOnce.shown) Runtime.warnOnce.shown = {};
-    if (!Runtime.warnOnce.shown[text]) {
-      Runtime.warnOnce.shown[text] = 1;
-      Module.printErr(text);
-    }
-  },
-  funcWrappers: {},
-  getFuncWrapper: function (func, sig) {
-    assert(sig);
-    if (!Runtime.funcWrappers[func]) {
-      Runtime.funcWrappers[func] = function() {
-        return Runtime.dynCall(sig, func, arguments);
-      };
-    }
-    return Runtime.funcWrappers[func];
-  },
-  UTF8Processor: function () {
-    var buffer = [];
-    var needed = 0;
-    this.processCChar = function (code) {
-      code = code &amp; 0xff;
-      if (needed) {
-        buffer.push(code);
-        needed--;
-      }
-      if (buffer.length == 0) {
-        if (code &lt; 128) return String.fromCharCode(code);
-        buffer.push(code);
-        if (code &gt; 191 &amp;&amp; code &lt; 224) {
-          needed = 1;
-        } else {
-          needed = 2;
-        }
-        return '';
-      }
-      if (needed &gt; 0) return '';
-      var c1 = buffer[0];
-      var c2 = buffer[1];
-      var c3 = buffer[2];
-      var ret;
-      if (c1 &gt; 191 &amp;&amp; c1 &lt; 224) {
-        ret = String.fromCharCode(((c1 &amp; 31) &lt;&lt; 6) | (c2 &amp; 63));
-      } else {
-        ret = String.fromCharCode(((c1 &amp; 15) &lt;&lt; 12) | ((c2 &amp; 63) &lt;&lt; 6) | (c3 &amp; 63));
-      }
-      buffer.length = 0;
-      return ret;
-    }
-    this.processJSString = function(string) {
-      string = unescape(encodeURIComponent(string));
-      var ret = [];
-      for (var i = 0; i &lt; string.length; i++) {
-        ret.push(string.charCodeAt(i));
-      }
-      return ret;
-    }
-  },
-  stackAlloc: function (size) { var ret = STACKTOP;STACKTOP = (STACKTOP + size)|0;STACKTOP = ((((STACKTOP)+7)&gt;&gt;3)&lt;&lt;3); return ret; },
-  staticAlloc: function (size) { var ret = STATICTOP;STATICTOP = (STATICTOP + size)|0;STATICTOP = ((((STATICTOP)+7)&gt;&gt;3)&lt;&lt;3); return ret; },
-  dynamicAlloc: function (size) { var ret = DYNAMICTOP;DYNAMICTOP = (DYNAMICTOP + size)|0;DYNAMICTOP = ((((DYNAMICTOP)+7)&gt;&gt;3)&lt;&lt;3); if (DYNAMICTOP &gt;= TOTAL_MEMORY) enlargeMemory();; return ret; },
-  alignMemory: function (size,quantum) { var ret = size = Math.ceil((size)/(quantum ? quantum : 8))*(quantum ? quantum : 8); return ret; },
-  makeBigInt: function (low,high,unsigned) { var ret = (unsigned ? ((+(((low)&gt;&gt;&gt;(0))))+((+(((high)&gt;&gt;&gt;(0))))*(+(4294967296)))) : ((+(((low)&gt;&gt;&gt;(0))))+((+(((high)|(0))))*(+(4294967296))))); return ret; },
-  GLOBAL_BASE: 8,
-  QUANTUM_SIZE: 4,
-  __dummy__: 0
-}
-//========================================
-// Runtime essentials
-//========================================
-var __THREW__ = 0; // Used in checking for thrown exceptions.
-var ABORT = false; // whether we are quitting the application. no code should run after this. set in exit() and abort()
-var EXITSTATUS = 0;
-var undef = 0;
-// tempInt is used for 32-bit signed values or smaller. tempBigInt is used
-// for 32-bit unsigned values or more than 32 bits. TODO: audit all uses of tempInt
-var tempValue, tempInt, tempBigInt, tempInt2, tempBigInt2, tempPair, tempBigIntI, tempBigIntR, tempBigIntS, tempBigIntP, tempBigIntD;
-var tempI64, tempI64b;
-var tempRet0, tempRet1, tempRet2, tempRet3, tempRet4, tempRet5, tempRet6, tempRet7, tempRet8, tempRet9;
-function assert(condition, text) {
-  if (!condition) {
-    abort('Assertion failed: ' + text);
-  }
-}
-var globalScope = this;
-// C calling interface. A convenient way to call C functions (in C files, or
-// defined with extern &quot;C&quot;).
-//
-// Note: LLVM optimizations can inline and remove functions, after which you will not be
-//       able to call them. Closure can also do so. To avoid that, add your function to
-//       the exports using something like
-//
-//         -s EXPORTED_FUNCTIONS='[&quot;_main&quot;, &quot;_myfunc&quot;]'
-//
-// @param ident      The name of the C function (note that C++ functions will be name-mangled - use extern &quot;C&quot;)
-// @param returnType The return type of the function, one of the JS types 'number', 'string' or 'array' (use 'number' for any C pointer, and
-//                   'array' for JavaScript arrays and typed arrays; note that arrays are 8-bit).
-// @param argTypes   An array of the types of arguments for the function (if there are no arguments, this can be ommitted). Types are as in returnType,
-//                   except that 'array' is not possible (there is no way for us to know the length of the array)
-// @param args       An array of the arguments to the function, as native JS values (as in returnType)
-//                   Note that string arguments will be stored on the stack (the JS string will become a C string on the stack).
-// @return           The return value, as a native JS value (as in returnType)
-function ccall(ident, returnType, argTypes, args) {
-  return ccallFunc(getCFunc(ident), returnType, argTypes, args);
-}
-Module[&quot;ccall&quot;] = ccall;
-// Returns the C function with a specified identifier (for C++, you need to do manual name mangling)
-function getCFunc(ident) {
-  try {
-    var func = Module['_' + ident]; // closure exported function
-    if (!func) func = eval('_' + ident); // explicit lookup
-  } catch(e) {
-  }
-  assert(func, 'Cannot call unknown function ' + ident + ' (perhaps LLVM optimizations or closure removed it?)');
-  return func;
-}
-// Internal function that does a C call using a function, not an identifier
-function ccallFunc(func, returnType, argTypes, args) {
-  var stack = 0;
-  function toC(value, type) {
-    if (type == 'string') {
-      if (value === null || value === undefined || value === 0) return 0; // null string
-      if (!stack) stack = Runtime.stackSave();
-      var ret = Runtime.stackAlloc(value.length+1);
-      writeStringToMemory(value, ret);
-      return ret;
-    } else if (type == 'array') {
-      if (!stack) stack = Runtime.stackSave();
-      var ret = Runtime.stackAlloc(value.length);
-      writeArrayToMemory(value, ret);
-      return ret;
-    }
-    return value;
-  }
-  function fromC(value, type) {
-    if (type == 'string') {
-      return Pointer_stringify(value);
-    }
-    assert(type != 'array');
-    return value;
-  }
-  var i = 0;
-  var cArgs = args ? args.map(function(arg) {
-    return toC(arg, argTypes[i++]);
-  }) : [];
-  var ret = fromC(func.apply(null, cArgs), returnType);
-  if (stack) Runtime.stackRestore(stack);
-  return ret;
-}
-// Returns a native JS wrapper for a C function. This is similar to ccall, but
-// returns a function you can call repeatedly in a normal way. For example:
-//
-//   var my_function = cwrap('my_c_function', 'number', ['number', 'number']);
-//   alert(my_function(5, 22));
-//   alert(my_function(99, 12));
-//
-function cwrap(ident, returnType, argTypes) {
-  var func = getCFunc(ident);
-  return function() {
-    return ccallFunc(func, returnType, argTypes, Array.prototype.slice.call(arguments));
-  }
-}
-Module[&quot;cwrap&quot;] = cwrap;
-// Sets a value in memory in a dynamic way at run-time. Uses the
-// type data. This is the same as makeSetValue, except that
-// makeSetValue is done at compile-time and generates the needed
-// code then, whereas this function picks the right code at
-// run-time.
-// Note that setValue and getValue only do *aligned* writes and reads!
-// Note that ccall uses JS types as for defining types, while setValue and
-// getValue need LLVM types ('i8', 'i32') - this is a lower-level operation
-function setValue(ptr, value, type, noSafe) {
-  type = type || 'i8';
-  if (type.charAt(type.length-1) === '*') type = 'i32'; // pointers are 32-bit
-    switch(type) {
-      case 'i1': HEAP8[(ptr)]=value; break;
-      case 'i8': HEAP8[(ptr)]=value; break;
-      case 'i16': HEAP16[((ptr)&gt;&gt;1)]=value; break;
-      case 'i32': HEAP32[((ptr)&gt;&gt;2)]=value; break;
-      case 'i64': (tempI64 = [value&gt;&gt;&gt;0,((Math.min((+(Math.floor((value)/(+(4294967296))))), (+(4294967295))))|0)&gt;&gt;&gt;0],HEAP32[((ptr)&gt;&gt;2)]=tempI64[0],HEAP32[(((ptr)+(4))&gt;&gt;2)]=tempI64[1]); break;
-      case 'float': HEAPF32[((ptr)&gt;&gt;2)]=value; break;
-      case 'double': HEAPF64[((ptr)&gt;&gt;3)]=value; break;
-      default: abort('invalid type for setValue: ' + type);
-    }
-}
-Module['setValue'] = setValue;
-// Parallel to setValue.
-function getValue(ptr, type, noSafe) {
-  type = type || 'i8';
-  if (type.charAt(type.length-1) === '*') type = 'i32'; // pointers are 32-bit
-    switch(type) {
-      case 'i1': return HEAP8[(ptr)];
-      case 'i8': return HEAP8[(ptr)];
-      case 'i16': return HEAP16[((ptr)&gt;&gt;1)];
-      case 'i32': return HEAP32[((ptr)&gt;&gt;2)];
-      case 'i64': return HEAP32[((ptr)&gt;&gt;2)];
-      case 'float': return HEAPF32[((ptr)&gt;&gt;2)];
-      case 'double': return HEAPF64[((ptr)&gt;&gt;3)];
-      default: abort('invalid type for setValue: ' + type);
-    }
-  return null;
-}
-Module['getValue'] = getValue;
-var ALLOC_NORMAL = 0; // Tries to use _malloc()
-var ALLOC_STACK = 1; // Lives for the duration of the current function call
-var ALLOC_STATIC = 2; // Cannot be freed
-var ALLOC_DYNAMIC = 3; // Cannot be freed except through sbrk
-var ALLOC_NONE = 4; // Do not allocate
-Module['ALLOC_NORMAL'] = ALLOC_NORMAL;
-Module['ALLOC_STACK'] = ALLOC_STACK;
-Module['ALLOC_STATIC'] = ALLOC_STATIC;
-Module['ALLOC_DYNAMIC'] = ALLOC_DYNAMIC;
-Module['ALLOC_NONE'] = ALLOC_NONE;
-// allocate(): This is for internal use. You can use it yourself as well, but the interface
-//             is a little tricky (see docs right below). The reason is that it is optimized
-//             for multiple syntaxes to save space in generated code. So you should
-//             normally not use allocate(), and instead allocate memory using _malloc(),
-//             initialize it with setValue(), and so forth.
-// @slab: An array of data, or a number. If a number, then the size of the block to allocate,
-//        in *bytes* (note that this is sometimes confusing: the next parameter does not
-//        affect this!)
-// @types: Either an array of types, one for each byte (or 0 if no type at that position),
-//         or a single type which is used for the entire block. This only matters if there
-//         is initial data - if @slab is a number, then this does not matter at all and is
-//         ignored.
-// @allocator: How to allocate memory, see ALLOC_*
-function allocate(slab, types, allocator, ptr) {
-  var zeroinit, size;
-  if (typeof slab === 'number') {
-    zeroinit = true;
-    size = slab;
-  } else {
-    zeroinit = false;
-    size = slab.length;
-  }
-  var singleType = typeof types === 'string' ? types : null;
-  var ret;
-  if (allocator == ALLOC_NONE) {
-    ret = ptr;
-  } else {
-    ret = [_malloc, Runtime.stackAlloc, Runtime.staticAlloc, Runtime.dynamicAlloc][allocator === undefined ? ALLOC_STATIC : allocator](Math.max(size, singleType ? 1 : types.length));
-  }
-  if (zeroinit) {
-    var ptr = ret, stop;
-    assert((ret &amp; 3) == 0);
-    stop = ret + (size &amp; ~3);
-    for (; ptr &lt; stop; ptr += 4) {
-      HEAP32[((ptr)&gt;&gt;2)]=0;
-    }
-    stop = ret + size;
-    while (ptr &lt; stop) {
-      HEAP8[((ptr++)|0)]=0;
-    }
-    return ret;
-  }
-  if (singleType === 'i8') {
-    if (slab.subarray || slab.slice) {
-      HEAPU8.set(slab, ret);
-    } else {
-      HEAPU8.set(new Uint8Array(slab), ret);
-    }
-    return ret;
-  }
-  var i = 0, type, typeSize, previousType;
-  while (i &lt; size) {
-    var curr = slab[i];
-    if (typeof curr === 'function') {
-      curr = Runtime.getFunctionIndex(curr);
-    }
-    type = singleType || types[i];
-    if (type === 0) {
-      i++;
-      continue;
-    }
-    if (type == 'i64') type = 'i32'; // special case: we have one i32 here, and one i32 later
-    setValue(ret+i, curr, type);
-    // no need to look up size unless type changes, so cache it
-    if (previousType !== type) {
-      typeSize = Runtime.getNativeTypeSize(type);
-      previousType = type;
-    }
-    i += typeSize;
-  }
-  return ret;
-}
-Module['allocate'] = allocate;
-function Pointer_stringify(ptr, /* optional */ length) {
-  // Find the length, and check for UTF while doing so
-  var hasUtf = false;
-  var t;
-  var i = 0;
-  while (1) {
-    t = HEAPU8[(((ptr)+(i))|0)];
-    if (t &gt;= 128) hasUtf = true;
-    else if (t == 0 &amp;&amp; !length) break;
-    i++;
-    if (length &amp;&amp; i == length) break;
-  }
-  if (!length) length = i;
-  var ret = '';
-  if (!hasUtf) {
-    var MAX_CHUNK = 1024; // split up into chunks, because .apply on a huge string can overflow the stack
-    var curr;
-    while (length &gt; 0) {
-      curr = String.fromCharCode.apply(String, HEAPU8.subarray(ptr, ptr + Math.min(length, MAX_CHUNK)));
-      ret = ret ? ret + curr : curr;
-      ptr += MAX_CHUNK;
-      length -= MAX_CHUNK;
-    }
-    return ret;
-  }
-  var utf8 = new Runtime.UTF8Processor();
-  for (i = 0; i &lt; length; i++) {
-    t = HEAPU8[(((ptr)+(i))|0)];
-    ret += utf8.processCChar(t);
-  }
-  return ret;
-}
-Module['Pointer_stringify'] = Pointer_stringify;
-// Memory management
-var PAGE_SIZE = 4096;
-function alignMemoryPage(x) {
-  return ((x+4095)&gt;&gt;12)&lt;&lt;12;
-}
-var HEAP;
-var HEAP8, HEAPU8, HEAP16, HEAPU16, HEAP32, HEAPU32, HEAPF32, HEAPF64;
-var STATIC_BASE = 0, STATICTOP = 0, staticSealed = false; // static area
-var STACK_BASE = 0, STACKTOP = 0, STACK_MAX = 0; // stack area
-var DYNAMIC_BASE = 0, DYNAMICTOP = 0; // dynamic area handled by sbrk
-function enlargeMemory() {
-  abort('Cannot enlarge memory arrays in asm.js. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value, or (2) set Module.TOTAL_MEMORY before the program runs.');
-}
-var TOTAL_STACK = Module['TOTAL_STACK'] || 5242880;
-var TOTAL_MEMORY = Module['TOTAL_MEMORY'] || 134217728;
-var FAST_MEMORY = Module['FAST_MEMORY'] || 2097152;
-// Initialize the runtime's memory
-// check for full engine support (use string 'subarray' to avoid closure compiler confusion)
-assert(!!Int32Array &amp;&amp; !!Float64Array &amp;&amp; !!(new Int32Array(1)['subarray']) &amp;&amp; !!(new Int32Array(1)['set']),
-       'Cannot fallback to non-typed array case: Code is too specialized');
-var buffer = new ArrayBuffer(TOTAL_MEMORY);
-HEAP8 = new Int8Array(buffer);
-HEAP16 = new Int16Array(buffer);
-HEAP32 = new Int32Array(buffer);
-HEAPU8 = new Uint8Array(buffer);
-HEAPU16 = new Uint16Array(buffer);
-HEAPU32 = new Uint32Array(buffer);
-HEAPF32 = new Float32Array(buffer);
-HEAPF64 = new Float64Array(buffer);
-// Endianness check (note: assumes compiler arch was little-endian)
-HEAP32[0] = 255;
-assert(HEAPU8[0] === 255 &amp;&amp; HEAPU8[3] === 0, 'Typed arrays 2 must be run on a little-endian system');
-Module['HEAP'] = HEAP;
-Module['HEAP8'] = HEAP8;
-Module['HEAP16'] = HEAP16;
-Module['HEAP32'] = HEAP32;
-Module['HEAPU8'] = HEAPU8;
-Module['HEAPU16'] = HEAPU16;
-Module['HEAPU32'] = HEAPU32;
-Module['HEAPF32'] = HEAPF32;
-Module['HEAPF64'] = HEAPF64;
-function callRuntimeCallbacks(callbacks) {
-  while(callbacks.length &gt; 0) {
-    var callback = callbacks.shift();
-    if (typeof callback == 'function') {
-      callback();
-      continue;
-    }
-    var func = callback.func;
-    if (typeof func === 'number') {
-      if (callback.arg === undefined) {
-        Runtime.dynCall('v', func);
-      } else {
-        Runtime.dynCall('vi', func, [callback.arg]);
-      }
-    } else {
-      func(callback.arg === undefined ? null : callback.arg);
-    }
-  }
-}
-var __ATPRERUN__  = []; // functions called before the runtime is initialized
-var __ATINIT__    = []; // functions called during startup
-var __ATMAIN__    = []; // functions called when main() is to be run
-var __ATEXIT__    = []; // functions called during shutdown
-var __ATPOSTRUN__ = []; // functions called after the runtime has exited
-var runtimeInitialized = false;
-function preRun() {
-  // compatibility - merge in anything from Module['preRun'] at this time
-  if (Module['preRun']) {
-    if (typeof Module['preRun'] == 'function') Module['preRun'] = [Module['preRun']];
-    while (Module['preRun'].length) {
-      addOnPreRun(Module['preRun'].shift());
-    }
-  }
-  callRuntimeCallbacks(__ATPRERUN__);
-}
-function ensureInitRuntime() {
-  if (runtimeInitialized) return;
-  runtimeInitialized = true;
-  callRuntimeCallbacks(__ATINIT__);
-}
-function preMain() {
-  callRuntimeCallbacks(__ATMAIN__);
-}
-function exitRuntime() {
-  callRuntimeCallbacks(__ATEXIT__);
-}
-function postRun() {
-  // compatibility - merge in anything from Module['postRun'] at this time
-  if (Module['postRun']) {
-    if (typeof Module['postRun'] == 'function') Module['postRun'] = [Module['postRun']];
-    while (Module['postRun'].length) {
-      addOnPostRun(Module['postRun'].shift());
-    }
-  }
-  callRuntimeCallbacks(__ATPOSTRUN__);
-}
-function addOnPreRun(cb) {
-  __ATPRERUN__.unshift(cb);
-}
-Module['addOnPreRun'] = Module.addOnPreRun = addOnPreRun;
-function addOnInit(cb) {
-  __ATINIT__.unshift(cb);
-}
-Module['addOnInit'] = Module.addOnInit = addOnInit;
-function addOnPreMain(cb) {
-  __ATMAIN__.unshift(cb);
-}
-Module['addOnPreMain'] = Module.addOnPreMain = addOnPreMain;
-function addOnExit(cb) {
-  __ATEXIT__.unshift(cb);
-}
-Module['addOnExit'] = Module.addOnExit = addOnExit;
-function addOnPostRun(cb) {
-  __ATPOSTRUN__.unshift(cb);
-}
-Module['addOnPostRun'] = Module.addOnPostRun = addOnPostRun;
-// Tools
-// This processes a JS string into a C-line array of numbers, 0-terminated.
-// For LLVM-originating strings, see parser.js:parseLLVMString function
-function intArrayFromString(stringy, dontAddNull, length /* optional */) {
-  var ret = (new Runtime.UTF8Processor()).processJSString(stringy);
-  if (length) {
-    ret.length = length;
-  }
-  if (!dontAddNull) {
-    ret.push(0);
-  }
-  return ret;
-}
-Module['intArrayFromString'] = intArrayFromString;
-function intArrayToString(array) {
-  var ret = [];
-  for (var i = 0; i &lt; array.length; i++) {
-    var chr = array[i];
-    if (chr &gt; 0xFF) {
-      chr &amp;= 0xFF;
-    }
-    ret.push(String.fromCharCode(chr));
-  }
-  return ret.join('');
-}
-Module['intArrayToString'] = intArrayToString;
-// Write a Javascript array to somewhere in the heap
-function writeStringToMemory(string, buffer, dontAddNull) {
-  var array = intArrayFromString(string, dontAddNull);
-  var i = 0;
-  while (i &lt; array.length) {
-    var chr = array[i];
-    HEAP8[(((buffer)+(i))|0)]=chr
-    i = i + 1;
-  }
-}
-Module['writeStringToMemory'] = writeStringToMemory;
-function writeArrayToMemory(array, buffer) {
-  for (var i = 0; i &lt; array.length; i++) {
-    HEAP8[(((buffer)+(i))|0)]=array[i];
-  }
-}
-Module['writeArrayToMemory'] = writeArrayToMemory;
-function unSign(value, bits, ignore, sig) {
-  if (value &gt;= 0) {
-    return value;
-  }
-  return bits &lt;= 32 ? 2*Math.abs(1 &lt;&lt; (bits-1)) + value // Need some trickery, since if bits == 32, we are right at the limit of the bits JS uses in bitshifts
-                    : Math.pow(2, bits)         + value;
-}
-function reSign(value, bits, ignore, sig) {
-  if (value &lt;= 0) {
-    return value;
-  }
-  var half = bits &lt;= 32 ? Math.abs(1 &lt;&lt; (bits-1)) // abs is needed if bits == 32
-                        : Math.pow(2, bits-1);
-  if (value &gt;= half &amp;&amp; (bits &lt;= 32 || value &gt; half)) { // for huge values, we can hit the precision limit and always get true here. so don't do that
-                                                       // but, in general there is no perfect solution here. With 64-bit ints, we get rounding and errors
-                                                       // TODO: In i64 mode 1, resign the two parts separately and safely
-    value = -2*half + value; // Cannot bitshift half, as it may be at the limit of the bits JS uses in bitshifts
-  }
-  return value;
-}
-if (!Math['imul']) Math['imul'] = function(a, b) {
-  var ah  = a &gt;&gt;&gt; 16;
-  var al = a &amp; 0xffff;
-  var bh  = b &gt;&gt;&gt; 16;
-  var bl = b &amp; 0xffff;
-  return (al*bl + ((ah*bl + al*bh) &lt;&lt; 16))|0;
-};
-Math.imul = Math['imul'];
-// A counter of dependencies for calling run(). If we need to
-// do asynchronous work before running, increment this and
-// decrement it. Incrementing must happen in a place like
-// PRE_RUN_ADDITIONS (used by emcc to add file preloading).
-// Note that you can add dependencies in preRun, even though
-// it happens right before run - run will be postponed until
-// the dependencies are met.
-var runDependencies = 0;
-var runDependencyTracking = {};
-var calledInit = false, calledRun = false;
-var runDependencyWatcher = null;
-function addRunDependency(id) {
-  runDependencies++;
-  if (Module['monitorRunDependencies']) {
-    Module['monitorRunDependencies'](runDependencies);
-  }
-  if (id) {
-    assert(!runDependencyTracking[id]);
-    runDependencyTracking[id] = 1;
-  } else {
-    Module.printErr('warning: run dependency added without ID');
-  }
-}
-Module['addRunDependency'] = addRunDependency;
-function removeRunDependency(id) {
-  runDependencies--;
-  if (Module['monitorRunDependencies']) {
-    Module['monitorRunDependencies'](runDependencies);
-  }
-  if (id) {
-    assert(runDependencyTracking[id]);
-    delete runDependencyTracking[id];
-  } else {
-    Module.printErr('warning: run dependency removed without ID');
-  }
-  if (runDependencies == 0) {
-    if (runDependencyWatcher !== null) {
-      clearInterval(runDependencyWatcher);
-      runDependencyWatcher = null;
-    } 
-    // If run has never been called, and we should call run (INVOKE_RUN is true, and Module.noInitialRun is not false)
-    if (!calledRun &amp;&amp; shouldRunNow) run([].concat(Module[&quot;arguments&quot;]));
-  }
-}
-Module['removeRunDependency'] = removeRunDependency;
-Module[&quot;preloadedImages&quot;] = {}; // maps url to image data
-Module[&quot;preloadedAudios&quot;] = {}; // maps url to audio data
-function loadMemoryInitializer(filename) {
-  function applyData(data) {
-    HEAPU8.set(data, STATIC_BASE);
-  }
-  // always do this asynchronously, to keep shell and web as similar as possible
-  addOnPreRun(function() {
-    if (ENVIRONMENT_IS_NODE || ENVIRONMENT_IS_SHELL) {
-      applyData(Module['readBinary'](filename));
-    } else {
-      Browser.asyncLoad(filename, function(data) {
-        applyData(data);
-      }, function(data) {
-        throw 'could not load memory initializer ' + filename;
-      });
-    }
-  });
-}
-// === Body ===
-STATIC_BASE = 8;
-STATICTOP = STATIC_BASE + 528;
-/* global initializers */ __ATINIT__.push({ func: function() { runPostSets() } });
-/* memory initializer */ allocate([102,105,110,97,108,58,32,37,100,46,10,0,0,0,0,0,101,114,114,111,114,58,32,37,100,10,0,0,0,0,0,0], &quot;i8&quot;, ALLOC_NONE, Runtime.GLOBAL_BASE)
-var tempDoublePtr = Runtime.alignMemory(allocate(12, &quot;i8&quot;, ALLOC_STATIC), 8);
-assert(tempDoublePtr % 8 == 0);
-function copyTempFloat(ptr) { // functions, because inlining this code increases code size too much
-  HEAP8[tempDoublePtr] = HEAP8[ptr];
-  HEAP8[tempDoublePtr+1] = HEAP8[ptr+1];
-  HEAP8[tempDoublePtr+2] = HEAP8[ptr+2];
-  HEAP8[tempDoublePtr+3] = HEAP8[ptr+3];
-}
-function copyTempDouble(ptr) {
-  HEAP8[tempDoublePtr] = HEAP8[ptr];
-  HEAP8[tempDoublePtr+1] = HEAP8[ptr+1];
-  HEAP8[tempDoublePtr+2] = HEAP8[ptr+2];
-  HEAP8[tempDoublePtr+3] = HEAP8[ptr+3];
-  HEAP8[tempDoublePtr+4] = HEAP8[ptr+4];
-  HEAP8[tempDoublePtr+5] = HEAP8[ptr+5];
-  HEAP8[tempDoublePtr+6] = HEAP8[ptr+6];
-  HEAP8[tempDoublePtr+7] = HEAP8[ptr+7];
-}
-  var ERRNO_CODES={EPERM:1,ENOENT:2,ESRCH:3,EINTR:4,EIO:5,ENXIO:6,E2BIG:7,ENOEXEC:8,EBADF:9,ECHILD:10,EAGAIN:11,EWOULDBLOCK:11,ENOMEM:12,EACCES:13,EFAULT:14,ENOTBLK:15,EBUSY:16,EEXIST:17,EXDEV:18,ENODEV:19,ENOTDIR:20,EISDIR:21,EINVAL:22,ENFILE:23,EMFILE:24,ENOTTY:25,ETXTBSY:26,EFBIG:27,ENOSPC:28,ESPIPE:29,EROFS:30,EMLINK:31,EPIPE:32,EDOM:33,ERANGE:34,ENOMSG:35,EIDRM:36,ECHRNG:37,EL2NSYNC:38,EL3HLT:39,EL3RST:40,ELNRNG:41,EUNATCH:42,ENOCSI:43,EL2HLT:44,EDEADLK:45,ENOLCK:46,EBADE:50,EBADR:51,EXFULL:52,ENOANO:53,EBADRQC:54,EBADSLT:55,EDEADLOCK:56,EBFONT:57,ENOSTR:60,ENODATA:61,ETIME:62,ENOSR:63,ENONET:64,ENOPKG:65,EREMOTE:66,ENOLINK:67,EADV:68,ESRMNT:69,ECOMM:70,EPROTO:71,EMULTIHOP:74,EDOTDOT:76,EBADMSG:77,ENOTUNIQ:80,EBADFD:81,EREMCHG:82,ELIBACC:83,ELIBBAD:84,ELIBSCN:85,ELIBMAX:86,ELIBEXEC:87,ENOSYS:88,ENOTEMPTY:90,ENAMETOOLONG:91,ELOOP:92,EOPNOTSUPP:95,EPFNOSUPPORT:96,ECONNRESET:104,ENOBUFS:105,EAFNOSUPPORT:106,EPROTOTYPE:107,ENOTSOCK:108,ENOPROTOOPT:109,ESHUTDOWN:110,ECONNREFUSED:111,EADDRINUSE:112,ECONNABORTED:113,ENETUNREACH:114,ENETDOWN:115,ETIMEDOUT:116,EHOSTDOWN:117,EHOSTUNREACH:118,EINPROGRESS:119,EALREADY:120,EDESTADDRREQ:121,EMSGSIZE:122,EPROTONOSUPPORT:123,ESOCKTNOSUPPORT:124,EADDRNOTAVAIL:125,ENETRESET:126,EISCONN:127,ENOTCONN:128,ETOOMANYREFS:129,EUSERS:131,EDQUOT:132,ESTALE:133,ENOTSUP:134,ENOMEDIUM:135,EILSEQ:138,EOVERFLOW:139,ECANCELED:140,ENOTRECOVERABLE:141,EOWNERDEAD:142,ESTRPIPE:143};
-  var ERRNO_MESSAGES={0:&quot;Success&quot;,1:&quot;Not super-user&quot;,2:&quot;No such file or directory&quot;,3:&quot;No such process&quot;,4:&quot;Interrupted system call&quot;,5:&quot;I/O error&quot;,6:&quot;No such device or address&quot;,7:&quot;Arg list too long&quot;,8:&quot;Exec format error&quot;,9:&quot;Bad file number&quot;,10:&quot;No children&quot;,11:&quot;No more processes&quot;,12:&quot;Not enough core&quot;,13:&quot;Permission denied&quot;,14:&quot;Bad address&quot;,15:&quot;Block device required&quot;,16:&quot;Mount device busy&quot;,17:&quot;File exists&quot;,18:&quot;Cross-device link&quot;,19:&quot;No such device&quot;,20:&quot;Not a directory&quot;,21:&quot;Is a directory&quot;,22:&quot;Invalid argument&quot;,23:&quot;Too many open files in system&quot;,24:&quot;Too many open files&quot;,25:&quot;Not a typewriter&quot;,26:&quot;Text file busy&quot;,27:&quot;File too large&quot;,28:&quot;No space left on device&quot;,29:&quot;Illegal seek&quot;,30:&quot;Read only file system&quot;,31:&quot;Too many links&quot;,32:&quot;Broken pipe&quot;,33:&quot;Math arg out of domain of func&quot;,34:&quot;Math result not representable&quot;,35:&quot;No message of desired type&quot;,36:&quot;Identifier removed&quot;,37:&quot;Channel number out of range&quot;,38:&quot;Level 2 not synchronized&quot;,39:&quot;Level 3 halted&quot;,40:&quot;Level 3 reset&quot;,41:&quot;Link number out of range&quot;,42:&quot;Protocol driver not attached&quot;,43:&quot;No CSI structure available&quot;,44:&quot;Level 2 halted&quot;,45:&quot;Deadlock condition&quot;,46:&quot;No record locks available&quot;,50:&quot;Invalid exchange&quot;,51:&quot;Invalid request descriptor&quot;,52:&quot;Exchange full&quot;,53:&quot;No anode&quot;,54:&quot;Invalid request code&quot;,55:&quot;Invalid slot&quot;,56:&quot;File locking deadlock error&quot;,57:&quot;Bad font file fmt&quot;,60:&quot;Device not a stream&quot;,61:&quot;No data (for no delay io)&quot;,62:&quot;Timer expired&quot;,63:&quot;Out of streams resources&quot;,64:&quot;Machine is not on the network&quot;,65:&quot;Package not installed&quot;,66:&quot;The object is remote&quot;,67:&quot;The link has been severed&quot;,68:&quot;Advertise error&quot;,69:&quot;Srmount error&quot;,70:&quot;Communication error on send&quot;,71:&quot;Protocol error&quot;,74:&quot;Multihop attempted&quot;,76:&quot;Cross mount point (not really error)&quot;,77:&quot;Trying to read unreadable message&quot;,80:&quot;Given log. name not unique&quot;,81:&quot;f.d. invalid for this operation&quot;,82:&quot;Remote address changed&quot;,83:&quot;Can   access a needed shared lib&quot;,84:&quot;Accessing a corrupted shared lib&quot;,85:&quot;.lib section in a.out corrupted&quot;,86:&quot;Attempting to link in too many libs&quot;,87:&quot;Attempting to exec a shared library&quot;,88:&quot;Function not implemented&quot;,90:&quot;Directory not empty&quot;,91:&quot;File or path name too long&quot;,92:&quot;Too many symbolic links&quot;,95:&quot;Operation not supported on transport endpoint&quot;,96:&quot;Protocol family not supported&quot;,104:&quot;Connection reset by peer&quot;,105:&quot;No buffer space available&quot;,106:&quot;Address family not supported by protocol family&quot;,107:&quot;Protocol wrong type for socket&quot;,108:&quot;Socket operation on non-socket&quot;,109:&quot;Protocol not available&quot;,110:&quot;Can't send after socket shutdown&quot;,111:&quot;Connection refused&quot;,112:&quot;Address already in use&quot;,113:&quot;Connection aborted&quot;,114:&quot;Network is unreachable&quot;,115:&quot;Network interface is not configured&quot;,116:&quot;Connection timed out&quot;,117:&quot;Host is down&quot;,118:&quot;Host is unreachable&quot;,119:&quot;Connection already in progress&quot;,120:&quot;Socket already connected&quot;,121:&quot;Destination address required&quot;,122:&quot;Message too long&quot;,123:&quot;Unknown protocol&quot;,124:&quot;Socket type not supported&quot;,125:&quot;Address not available&quot;,126:&quot;Connection reset by network&quot;,127:&quot;Socket is already connected&quot;,128:&quot;Socket is not connected&quot;,129:&quot;Too many references&quot;,131:&quot;Too many users&quot;,132:&quot;Quota exceeded&quot;,133:&quot;Stale file handle&quot;,134:&quot;Not supported&quot;,135:&quot;No medium (in tape drive)&quot;,138:&quot;Illegal byte sequence&quot;,139:&quot;Value too large for defined data type&quot;,140:&quot;Operation canceled&quot;,141:&quot;State not recoverable&quot;,142:&quot;Previous owner died&quot;,143:&quot;Streams pipe error&quot;};
-  var ___errno_state=0;function ___setErrNo(value) {
-      // For convenient setting and returning of errno.
-      HEAP32[((___errno_state)&gt;&gt;2)]=value
-      return value;
-    }
-  var VFS=undefined;
-  var PATH={splitPath:function (filename) {
-        var splitPathRe = /^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/;
-        return splitPathRe.exec(filename).slice(1);
-      },normalizeArray:function (parts, allowAboveRoot) {
-        // if the path tries to go above the root, `up` ends up &gt; 0
-        var up = 0;
-        for (var i = parts.length - 1; i &gt;= 0; i--) {
-          var last = parts[i];
-          if (last === '.') {
-            parts.splice(i, 1);
-          } else if (last === '..') {
-            parts.splice(i, 1);
-            up++;
-          } else if (up) {
-            parts.splice(i, 1);
-            up--;
-          }
-        }
-        // if the path is allowed to go above the root, restore leading ..s
-        if (allowAboveRoot) {
-          for (; up--; up) {
-            parts.unshift('..');
-          }
-        }
-        return parts;
-      },normalize:function (path) {
-        var isAbsolute = path.charAt(0) === '/',
-            trailingSlash = path.substr(-1) === '/';
-        // Normalize the path
-        path = PATH.normalizeArray(path.split('/').filter(function(p) {
-          return !!p;
-        }), !isAbsolute).join('/');
-        if (!path &amp;&amp; !isAbsolute) {
-          path = '.';
-        }
-        if (path &amp;&amp; trailingSlash) {
-          path += '/';
-        }
-        return (isAbsolute ? '/' : '') + path;
-      },dirname:function (path) {
-        var result = PATH.splitPath(path),
-            root = result[0],
-            dir = result[1];
-        if (!root &amp;&amp; !dir) {
-          // No dirname whatsoever
-          return '.';
-        }
-        if (dir) {
-          // It has a dirname, strip trailing slash
-          dir = dir.substr(0, dir.length - 1);
-        }
-        return root + dir;
-      },basename:function (path, ext) {
-        // EMSCRIPTEN return '/'' for '/', not an empty string
-        if (path === '/') return '/';
-        var f = PATH.splitPath(path)[2];
-        if (ext &amp;&amp; f.substr(-1 * ext.length) === ext) {
-          f = f.substr(0, f.length - ext.length);
-        }
-        return f;
-      },join:function () {
-        var paths = Array.prototype.slice.call(arguments, 0);
-        return PATH.normalize(paths.filter(function(p, index) {
-          if (typeof p !== 'string') {
-            throw new TypeError('Arguments to path.join must be strings');
-          }
-          return p;
-        }).join('/'));
-      },resolve:function () {
-        var resolvedPath = '',
-          resolvedAbsolute = false;
-        for (var i = arguments.length - 1; i &gt;= -1 &amp;&amp; !resolvedAbsolute; i--) {
-          var path = (i &gt;= 0) ? arguments[i] : FS.cwd();
-          // Skip empty and invalid entries
-          if (typeof path !== 'string') {
-            throw new TypeError('Arguments to path.resolve must be strings');
-          } else if (!path) {
-            continue;
-          }
-          resolvedPath = path + '/' + resolvedPath;
-          resolvedAbsolute = path.charAt(0) === '/';
-        }
-        // At this point the path should be resolved to a full absolute path, but
-        // handle relative paths to be safe (might happen when process.cwd() fails)
-        resolvedPath = PATH.normalizeArray(resolvedPath.split('/').filter(function(p) {
-          return !!p;
-        }), !resolvedAbsolute).join('/');
-        return ((resolvedAbsolute ? '/' : '') + resolvedPath) || '.';
-      },relative:function (from, to) {
-        from = PATH.resolve(from).substr(1);
-        to = PATH.resolve(to).substr(1);
-        function trim(arr) {
-          var start = 0;
-          for (; start &lt; arr.length; start++) {
-            if (arr[start] !== '') break;
-          }
-          var end = arr.length - 1;
-          for (; end &gt;= 0; end--) {
-            if (arr[end] !== '') break;
-          }
-          if (start &gt; end) return [];
-          return arr.slice(start, end - start + 1);
-        }
-        var fromParts = trim(from.split('/'));
-        var toParts = trim(to.split('/'));
-        var length = Math.min(fromParts.length, toParts.length);
-        var samePartsLength = length;
-        for (var i = 0; i &lt; length; i++) {
-          if (fromParts[i] !== toParts[i]) {
-            samePartsLength = i;
-            break;
-          }
-        }
-        var outputParts = [];
-        for (var i = samePartsLength; i &lt; fromParts.length; i++) {
-          outputParts.push('..');
-        }
-        outputParts = outputParts.concat(toParts.slice(samePartsLength));
-        return outputParts.join('/');
-      }};
-  var TTY={ttys:[],register:function (dev, ops) {
-        TTY.ttys[dev] = { input: [], output: [], ops: ops };
-        FS.registerDevice(dev, TTY.stream_ops);
-      },stream_ops:{open:function (stream) {
-          // this wouldn't be required if the library wasn't eval'd at first...
-          if (!TTY.utf8) {
-            TTY.utf8 = new Runtime.UTF8Processor();
-          }
-          var tty = TTY.ttys[stream.node.rdev];
-          if (!tty) {
-            throw new FS.ErrnoError(ERRNO_CODES.ENODEV);
-          }
-          stream.tty = tty;
-          stream.seekable = false;
-        },close:function (stream) {
-          // flush any pending line data
-          if (stream.tty.output.length) {
-            stream.tty.ops.put_char(stream.tty, 10);
-          }
-        },read:function (stream, buffer, offset, length, pos /* ignored */) {
-          if (!stream.tty || !stream.tty.ops.get_char) {
-            throw new FS.ErrnoError(ERRNO_CODES.ENXIO);
-          }
-          var bytesRead = 0;
-          for (var i = 0; i &lt; length; i++) {
-            var result;
-            try {
-              result = stream.tty.ops.get_char(stream.tty);
-            } catch (e) {
-              throw new FS.ErrnoError(ERRNO_CODES.EIO);
-            }
-            if (result === undefined &amp;&amp; bytesRead === 0) {
-              throw new FS.ErrnoError(ERRNO_CODES.EAGAIN);
-            }
-            if (result === null || result === undefined) break;
-            bytesRead++;
-            buffer[offset+i] = result;
-          }
-          if (bytesRead) {
-            stream.node.timestamp = Date.now();
-          }
-          return bytesRead;
-        },write:function (stream, buffer, offset, length, pos) {
-          if (!stream.tty || !stream.tty.ops.put_char) {
-            throw new FS.ErrnoError(ERRNO_CODES.ENXIO);
-          }
-          for (var i = 0; i &lt; length; i++) {
-            try {
-              stream.tty.ops.put_char(stream.tty, buffer[offset+i]);
-            } catch (e) {
-              throw new FS.ErrnoError(ERRNO_CODES.EIO);
-            }
-          }
-          if (length) {
-            stream.node.timestamp = Date.now();
-          }
-          return i;
-        }},default_tty_ops:{get_char:function (tty) {
-          if (!tty.input.length) {
-            var result = null;
-            if (ENVIRONMENT_IS_NODE) {
-              if (process.stdin.destroyed) {
-                return undefined;
-              }
-              result = process.stdin.read();
-            } else if (typeof window != 'undefined' &amp;&amp;
-              typeof window.prompt == 'function') {
-              // Browser.
-              result = window.prompt('Input: ');  // returns null on cancel
-              if (result !== null) {
-                result += '\n';
-              }
-            } else if (typeof readline == 'function') {
-              // Command line.
-              result = readline();
-              if (result !== null) {
-                result += '\n';
-              }
-            }
-            if (!result) {
-              return null;
-            }
-            tty.input = intArrayFromString(result, true);
-          }
-          return tty.input.shift();
-        },put_char:function (tty, val) {
-          if (val === null || val === 10) {
-            Module['print'](tty.output.join(''));
-            tty.output = [];
-          } else {
-            tty.output.push(TTY.utf8.processCChar(val));
-          }
-        }},default_tty1_ops:{put_char:function (tty, val) {
-          if (val === null || val === 10) {
-            Module['printErr'](tty.output.join(''));
-            tty.output = [];
-          } else {
-            tty.output.push(TTY.utf8.processCChar(val));
-          }
-        }}};
-  var MEMFS={mount:function (mount) {
-        return MEMFS.create_node(null, '/', 0040000 | 0777, 0);
-      },create_node:function (parent, name, mode, dev) {
-        if (FS.isBlkdev(mode) || FS.isFIFO(mode)) {
-          // no supported
-          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
-        }
-        var node = FS.createNode(parent, name, mode, dev);
-        if (FS.isDir(node.mode)) {
-          node.node_ops = {
-            getattr: MEMFS.node_ops.getattr,
-            setattr: MEMFS.node_ops.setattr,
-            lookup: MEMFS.node_ops.lookup,
-            mknod: MEMFS.node_ops.mknod,
-            mknod: MEMFS.node_ops.mknod,
-            rename: MEMFS.node_ops.rename,
-            unlink: MEMFS.node_ops.unlink,
-            rmdir: MEMFS.node_ops.rmdir,
-            readdir: MEMFS.node_ops.readdir,
-            symlink: MEMFS.node_ops.symlink
-          };
-          node.stream_ops = {
-            llseek: MEMFS.stream_ops.llseek
-          };
-          node.contents = {};
-        } else if (FS.isFile(node.mode)) {
-          node.node_ops = {
-            getattr: MEMFS.node_ops.getattr,
-            setattr: MEMFS.node_ops.setattr
-          };
-          node.stream_ops = {
-            llseek: MEMFS.stream_ops.llseek,
-            read: MEMFS.stream_ops.read,
-            write: MEMFS.stream_ops.write,
-            allocate: MEMFS.stream_ops.allocate,
-            mmap: MEMFS.stream_ops.mmap
-          };
-          node.contents = [];
-        } else if (FS.isLink(node.mode)) {
-          node.node_ops = {
-            getattr: MEMFS.node_ops.getattr,
-            setattr: MEMFS.node_ops.setattr,
-            readlink: MEMFS.node_ops.readlink
-          };
-          node.stream_ops = {};
-        } else if (FS.isChrdev(node.mode)) {
-          node.node_ops = {
-            getattr: MEMFS.node_ops.getattr,
-            setattr: MEMFS.node_ops.setattr
-          };
-          node.stream_ops = FS.chrdev_stream_ops;
-        }
-        node.timestamp = Date.now();
-        // add the new node to the parent
-        if (parent) {
-          parent.contents[name] = node;
-        }
-        return node;
-      },node_ops:{getattr:function (node) {
-          var attr = {};
-          // device numbers reuse inode numbers.
-          attr.dev = FS.isChrdev(node.mode) ? node.id : 1;
-          attr.ino = node.id;
-          attr.mode = node.mode;
-          attr.nlink = 1;
-          attr.uid = 0;
-          attr.gid = 0;
-          attr.rdev = node.rdev;
-          if (FS.isDir(node.mode)) {
-            attr.size = 4096;
-          } else if (FS.isFile(node.mode)) {
-            attr.size = node.contents.length;
-          } else if (FS.isLink(node.mode)) {
-            attr.size = node.link.length;
-          } else {
-            attr.size = 0;
-          }
-          attr.atime = new Date(node.timestamp);
-          attr.mtime = new Date(node.timestamp);
-          attr.ctime = new Date(node.timestamp);
-          // NOTE: In our implementation, st_blocks = Math.ceil(st_size/st_blksize),
-          //       but this is not required by the standard.
-          attr.blksize = 4096;
-          attr.blocks = Math.ceil(attr.size / attr.blksize);
-          return attr;
-        },setattr:function (node, attr) {
-          if (attr.mode !== undefined) {
-            node.mode = attr.mode;
-          }
-          if (attr.timestamp !== undefined) {
-            node.timestamp = attr.timestamp;
-          }
-          if (attr.size !== undefined) {
-            var contents = node.contents;
-            if (attr.size &lt; contents.length) contents.length = attr.size;
-            else while (attr.size &gt; contents.length) contents.push(0);
-          }
-        },lookup:function (parent, name) {
-          throw new FS.ErrnoError(ERRNO_CODES.ENOENT);
-        },mknod:function (parent, name, mode, dev) {
-          return MEMFS.create_node(parent, name, mode, dev);
-        },rename:function (old_node, new_dir, new_name) {
-          // if we're overwriting a directory at new_name, make sure it's empty.
-          if (FS.isDir(old_node.mode)) {
-            var new_node;
-            try {
-              new_node = FS.lookupNode(new_dir, new_name);
-            } catch (e) {
-            }
-            if (new_node) {
-              for (var i in new_node.contents) {
-                throw new FS.ErrnoError(ERRNO_CODES.ENOTEMPTY);
-              }
-            }
-          }
-          // do the internal rewiring
-          delete old_node.parent.contents[old_node.name];
-          old_node.name = new_name;
-          new_dir.contents[new_name] = old_node;
-        },unlink:function (parent, name) {
-          delete parent.contents[name];
-        },rmdir:function (parent, name) {
-          var node = FS.lookupNode(parent, name);
-          for (var i in node.contents) {
-            throw new FS.ErrnoError(ERRNO_CODES.ENOTEMPTY);
-          }
-          delete parent.contents[name];
-        },readdir:function (node) {
-          var entries = ['.', '..']
-          for (var key in node.contents) {
-            if (!node.contents.hasOwnProperty(key)) {
-              continue;
-            }
-            entries.push(key);
-          }
-          return entries;
-        },symlink:function (parent, newname, oldpath) {
-          var node = MEMFS.create_node(parent, newname, 0777 | 0120000, 0);
-          node.link = oldpath;
-          return node;
-        },readlink:function (node) {
-          if (!FS.isLink(node.mode)) {
-            throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
-          }
-          return node.link;
-        }},stream_ops:{read:function (stream, buffer, offset, length, position) {
-          var contents = stream.node.contents;
-          var size = Math.min(contents.length - position, length);
-          if (contents.subarray) { // typed array
-            buffer.set(contents.subarray(position, position + size), offset);
-          } else
-          {
-            for (var i = 0; i &lt; size; i++) {
-              buffer[offset + i] = contents[position + i];
-            }
-          }
-          return size;
-        },write:function (stream, buffer, offset, length, position) {
-          var contents = stream.node.contents;
-          while (contents.length &lt; position) contents.push(0);
-          for (var i = 0; i &lt; length; i++) {
-            contents[position + i] = buffer[offset + i];
-          }
-          stream.node.timestamp = Date.now();
-          return length;
-        },llseek:function (stream, offset, whence) {
-          var position = offset;
-          if (whence === 1) {  // SEEK_CUR.
-            position += stream.position;
-          } else if (whence === 2) {  // SEEK_END.
-            if (FS.isFile(stream.node.mode)) {
-              position += stream.node.contents.length;
-            }
-          }
-          if (position &lt; 0) {
-            throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
-          }
-          stream.ungotten = [];
-          stream.position = position;
-          return position;
-        },allocate:function (stream, offset, length) {
-          var contents = stream.node.contents;
-          var limit = offset + length;
-          while (limit &gt; contents.length) contents.push(0);
-        },mmap:function (stream, buffer, offset, length, position, prot, flags) {
-          if (!FS.isFile(stream.node.mode)) {
-            throw new FS.ErrnoError(ERRNO_CODES.ENODEV);
-          }
-          var ptr;
-          var allocated;
-          var contents = stream.node.contents;
-          // Only make a new copy when MAP_PRIVATE is specified.
-          if (!(flags &amp; 0x02)) {
-            // We can't emulate MAP_SHARED when the file is not backed by the buffer
-            // we're mapping to (e.g. the HEAP buffer).
-            assert(contents.buffer === buffer || contents.buffer === buffer.buffer);
-            allocated = false;
-            ptr = contents.byteOffset;
-          } else {
-            // Try to avoid unnecessary slices.
-            if (position &gt; 0 || position + length &lt; contents.length) {
-              if (contents.subarray) {
-                contents = contents.subarray(position, position + length);
-              } else {
-                contents = Array.prototype.slice.call(contents, position, position + length);
-              }
-            }
-            allocated = true;
-            ptr = _malloc(length);
-            if (!ptr) {
-              throw new FS.ErrnoError(ERRNO_CODES.ENOMEM);
-            }
-            buffer.set(contents, ptr);
-          }
-          return { ptr: ptr, allocated: allocated };
-        }}};
-  var _stdin=allocate(1, &quot;i32*&quot;, ALLOC_STATIC);
-  var _stdout=allocate(1, &quot;i32*&quot;, ALLOC_STATIC);
-  var _stderr=allocate(1, &quot;i32*&quot;, ALLOC_STATIC);
-  function _fflush(stream) {
-      // int fflush(FILE *stream);
-      // http://pubs.opengroup.org/onlinepubs/000095399/functions/fflush.html
-      // we don't currently perform any user-space buffering of data
-    }var FS={root:null,nodes:[null],devices:[null],streams:[null],nextInode:1,name_table:null,currentPath:&quot;/&quot;,initialized:false,ignorePermissions:true,ErrnoError:function ErrnoError(errno) {
-          this.errno = errno;
-          for (var key in ERRNO_CODES) {
-            if (ERRNO_CODES[key] === errno) {
-              this.code = key;
-              break;
-            }
-          }
-          this.message = ERRNO_MESSAGES[errno];
-        },handleFSError:function (e) {
-        if (!(e instanceof FS.ErrnoError)) throw e + ' : ' + new Error().stack;
-        return ___setErrNo(e.errno);
-      },hashName:function (parentid, name) {
-        var hash = 0;
-        for (var i = 0; i &lt; name.length; i++) {
-          hash = ((hash &lt;&lt; 5) - hash + name.charCodeAt(i)) | 0;
-        }
-        return ((parentid + hash) &gt;&gt;&gt; 0) % FS.name_table.length;
-      },hashAddNode:function (node) {
-        var hash = FS.hashName(node.parent.id, node.name);
-        node.name_next = FS.name_table[hash];
-        FS.name_table[hash] = node;
-      },hashRemoveNode:function (node) {
-        var hash = FS.hashName(node.parent.id, node.name);
-        if (FS.name_table[hash] === node) {
-          FS.name_table[hash] = node.name_next;
-        } else {
-          var current = FS.name_table[hash];
-          while (current) {
-            if (current.name_next === node) {
-              current.name_next = node.name_next;
-              break;
-            }
-            current = current.name_next;
-          }
-        }
-      },lookupNode:function (parent, name) {
-        var err = FS.mayLookup(parent);
-        if (err) {
-          throw new FS.ErrnoError(err);
-        }
-        var hash = FS.hashName(parent.id, name);
-        for (var node = FS.name_table[hash]; node; node = node.name_next) {
-          if (node.parent.id === parent.id &amp;&amp; node.name === name) {
-            return node;
-          }
-        }
-        // if we failed to find it in the cache, call into the VFS
-        return FS.lookup(parent, name);
-      },createNode:function (parent, name, mode, rdev) {
-        var node = {
-          id: FS.nextInode++,
-          name: name,
-          mode: mode,
-          node_ops: {},
-          stream_ops: {},
-          rdev: rdev,
-          parent: null,
-          mount: null
-        };
-        if (!parent) {
-          parent = node;  // root node sets parent to itself
-        }
-        node.parent = parent;
-        node.mount = parent.mount;
-        // compatibility
-        var readMode = 292 | 73;
-        var writeMode = 146;
-        // NOTE we must use Object.defineProperties instead of individual calls to
-        // Object.defineProperty in order to make closure compiler happy
-        Object.defineProperties(node, {
-          read: {
-            get: function() { return (node.mode &amp; readMode) === readMode; },
-            set: function(val) { val ? node.mode |= readMode : node.mode &amp;= ~readMode; }
-          },
-          write: {
-            get: function() { return (node.mode &amp; writeMode) === writeMode; },
-            set: function(val) { val ? node.mode |= writeMode : node.mode &amp;= ~writeMode; }
-          },
-          isFolder: {
-            get: function() { return FS.isDir(node.mode); },
-          },
-          isDevice: {
-            get: function() { return FS.isChrdev(node.mode); },
-          },
-        });
-        FS.hashAddNode(node);
-        return node;
-      },destroyNode:function (node) {
-        FS.hashRemoveNode(node);
-      },isRoot:function (node) {
-        return node === node.parent;
-      },isMountpoint:function (node) {
-        return node.mounted;
-      },isFile:function (mode) {
-        return (mode &amp; 0170000) === 0100000;
-      },isDir:function (mode) {
-        return (mode &amp; 0170000) === 0040000;
-      },isLink:function (mode) {
-        return (mode &amp; 0170000) === 0120000;
-      },isChrdev:function (mode) {
-        return (mode &amp; 0170000) === 0020000;
-      },isBlkdev:function (mode) {
-        return (mode &amp; 0170000) === 0060000;
-      },isFIFO:function (mode) {
-        return (mode &amp; 0170000) === 0010000;
-      },cwd:function () {
-        return FS.currentPath;
-      },lookupPath:function (path, opts) {
-        path = PATH.resolve(FS.currentPath, path);
-        opts = opts || { recurse_count: 0 };
-        if (opts.recurse_count &gt; 8) {  // max recursive lookup of 8
-          throw new FS.ErrnoError(ERRNO_CODES.ELOOP);
-        }
-        // split the path
-        var parts = PATH.normalizeArray(path.split('/').filter(function(p) {
-          return !!p;
-        }), false);
-        // start at the root
-        var current = FS.root;
-        var current_path = '/';
-        for (var i = 0; i &lt; parts.length; i++) {
-          var islast = (i === parts.length-1);
-          if (islast &amp;&amp; opts.parent) {
-            // stop resolving
-            break;
-          }
-          current = FS.lookupNode(current, parts[i]);
-          current_path = PATH.join(current_path, parts[i]);
-          // jump to the mount's root node if this is a mountpoint
-          if (FS.isMountpoint(current)) {
-            current = current.mount.root;
-          }
-          // follow symlinks
-          // by default, lookupPath will not follow a symlink if it is the final path component.
-          // setting opts.follow = true will override this behavior.
-          if (!islast || opts.follow) {
-            var count = 0;
-            while (FS.isLink(current.mode)) {
-              var link = FS.readlink(current_path);
-              current_path = PATH.resolve(PATH.dirname(current_path), link);
-              var lookup = FS.lookupPath(current_path, { recurse_count: opts.recurse_count });
-              current = lookup.node;
-              if (count++ &gt; 40) {  // limit max consecutive symlinks to 40 (SYMLOOP_MAX).
-                throw new FS.ErrnoError(ERRNO_CODES.ELOOP);
-              }
-            }
-          }
-        }
-        return { path: current_path, node: current };
-      },getPath:function (node) {
-        var path;
-        while (true) {
-          if (FS.isRoot(node)) {
-            return path ? PATH.join(node.mount.mountpoint, path) : node.mount.mountpoint;
-          }
-          path = path ? PATH.join(node.name, path) : node.name;
-          node = node.parent;
-        }
-      },flagModes:{&quot;r&quot;:0,&quot;rs&quot;:8192,&quot;r+&quot;:2,&quot;w&quot;:1537,&quot;wx&quot;:3585,&quot;xw&quot;:3585,&quot;w+&quot;:1538,&quot;wx+&quot;:3586,&quot;xw+&quot;:3586,&quot;a&quot;:521,&quot;ax&quot;:2569,&quot;xa&quot;:2569,&quot;a+&quot;:522,&quot;ax+&quot;:2570,&quot;xa+&quot;:2570},modeStringToFlags:function (str) {
-        var flags = FS.flagModes[str];
-        if (typeof flags === 'undefined') {
-          throw new Error('Unknown file open mode: ' + str);
-        }
-        return flags;
-      },flagsToPermissionString:function (flag) {
-        var accmode = flag &amp; 3;
-        var perms = ['r', 'w', 'rw'][accmode];
-        if ((flag &amp; 1024)) {
-          perms += 'w';
-        }
-        return perms;
-      },nodePermissions:function (node, perms) {
-        if (FS.ignorePermissions) {
-          return 0;
-        }
-        // return 0 if any user, group or owner bits are set.
-        if (perms.indexOf('r') !== -1 &amp;&amp; !(node.mode &amp; 292)) {
-          return ERRNO_CODES.EACCES;
-        } else if (perms.indexOf('w') !== -1 &amp;&amp; !(node.mode &amp; 146)) {
-          return ERRNO_CODES.EACCES;
-        } else if (perms.indexOf('x') !== -1 &amp;&amp; !(node.mode &amp; 73)) {
-          return ERRNO_CODES.EACCES;
-        }
-        return 0;
-      },mayLookup:function (dir) {
-        return FS.nodePermissions(dir, 'x');
-      },mayMknod:function (mode) {
-        switch (mode &amp; 0170000) {
-          case 0100000:
-          case 0020000:
-          case 0060000:
-          case 0010000:
-          case 0140000:
-            return 0;
-          default:
-            return ERRNO_CODES.EINVAL;
-        }
-      },mayCreate:function (dir, name) {
-        try {
-          var node = FS.lookupNode(dir, name);
-          return ERRNO_CODES.EEXIST;
-        } catch (e) {
-        }
-        return FS.nodePermissions(dir, 'wx');
-      },mayDelete:function (dir, name, isdir) {
-        var node;
-        try {
-          node = FS.lookupNode(dir, name);
-        } catch (e) {
-          return e.errno;
-        }
-        var err = FS.nodePermissions(dir, 'wx');
-        if (err) {
-          return err;
-        }
-        if (isdir) {
-          if (!FS.isDir(node.mode)) {
-            return ERRNO_CODES.ENOTDIR;
-          }
-          if (FS.isRoot(node) || FS.getPath(node) === FS.currentPath) {
-            return ERRNO_CODES.EBUSY;
-          }
-        } else {
-          if (FS.isDir(node.mode)) {
-            return ERRNO_CODES.EISDIR;
-          }
-        }
-        return 0;
-      },mayOpen:function (node, flags) {
-        if (!node) {
-          return ERRNO_CODES.ENOENT;
-        }
-        if (FS.isLink(node.mode)) {
-          return ERRNO_CODES.ELOOP;
-        } else if (FS.isDir(node.mode)) {
-          if ((flags &amp; 3) !== 0 ||  // opening for write
-              (flags &amp; 1024)) {
-            return ERRNO_CODES.EISDIR;
-          }
-        }
-        return FS.nodePermissions(node, FS.flagsToPermissionString(flags));
-      },chrdev_stream_ops:{open:function (stream) {
-          var device = FS.getDevice(stream.node.rdev);
-          // override node's stream ops with the device's
-          stream.stream_ops = device.stream_ops;
-          // forward the open call
-          if (stream.stream_ops.open) {
-            stream.stream_ops.open(stream);
-          }
-        },llseek:function () {
-          throw new FS.ErrnoError(ERRNO_CODES.ESPIPE);
-        }},major:function (dev) {
-        return ((dev) &gt;&gt; 8);
-      },minor:function (dev) {
-        return ((dev) &amp; 0xff);
-      },makedev:function (ma, mi) {
-        return ((ma) &lt;&lt; 8 | (mi));
-      },registerDevice:function (dev, ops) {
-        FS.devices[dev] = { stream_ops: ops };
-      },getDevice:function (dev) {
-        return FS.devices[dev];
-      },MAX_OPEN_FDS:4096,nextfd:function (fd_start, fd_end) {
-        fd_start = fd_start || 1;
-        fd_end = fd_end || FS.MAX_OPEN_FDS;
-        for (var fd = fd_start; fd &lt;= fd_end; fd++) {
-          if (!FS.streams[fd]) {
-            return fd;
-          }
-        }
-        throw new FS.ErrnoError(ERRNO_CODES.EMFILE);
-      },getStream:function (fd) {
-        return FS.streams[fd];
-      },createStream:function (stream, fd_start, fd_end) {
-        var fd = FS.nextfd(fd_start, fd_end);
-        stream.fd = fd;
-        // compatibility
-        Object.defineProperties(stream, {
-          object: {
-            get: function() { return stream.node; },
-            set: function(val) { stream.node = val; }
-          },
-          isRead: {
-            get: function() { return (stream.flags &amp; 3) !== 1; }
-          },
-          isWrite: {
-            get: function() { return (stream.flags &amp; 3) !== 0; }
-          },
-          isAppend: {
-            get: function() { return (stream.flags &amp; 8); }
-          }
-        });
-        FS.streams[fd] = stream;
-        return stream;
-      },closeStream:function (fd) {
-        FS.streams[fd] = null;
-      },getMode:function (canRead, canWrite) {
-        var mode = 0;
-        if (canRead) mode |= 292 | 73;
-        if (canWrite) mode |= 146;
-        return mode;
-      },joinPath:function (parts, forceRelative) {
-        var path = PATH.join.apply(null, parts);
-        if (forceRelative &amp;&amp; path[0] == '/') path = path.substr(1);
-        return path;
-      },absolutePath:function (relative, base) {
-        return PATH.resolve(base, relative);
-      },standardizePath:function (path) {
-        return PATH.normalize(path);
-      },findObject:function (path, dontResolveLastLink) {
-        var ret = FS.analyzePath(path, dontResolveLastLink);
-        if (ret.exists) {
-          return ret.object;
-        } else {
-          ___setErrNo(ret.error);
-          return null;
-        }
-      },analyzePath:function (path, dontResolveLastLink) {
-        // operate from within the context of the symlink's target
-        try {
-          var lookup = FS.lookupPath(path, { follow: !dontResolveLastLink });
-          path = lookup.path;
-        } catch (e) {
-        }
-        var ret = {
-          isRoot: false, exists: false, error: 0, name: null, path: null, object: null,
-          parentExists: false, parentPath: null, parentObject: null
-        };
-        try {
-          var lookup = FS.lookupPath(path, { parent: true });
-          ret.parentExists = true;
-          ret.parentPath = lookup.path;
-          ret.parentObject = lookup.node;
-          ret.name = PATH.basename(path);
-          lookup = FS.lookupPath(path, { follow: !dontResolveLastLink });
-          ret.exists = true;
-          ret.path = lookup.path;
-          ret.object = lookup.node;
-          ret.name = lookup.node.name;
-          ret.isRoot = lookup.path === '/';
-        } catch (e) {
-          ret.error = e.errno;
-        };
-        return ret;
-      },createFolder:function (parent, name, canRead, canWrite) {
-        var path = PATH.join(typeof parent === 'string' ? parent : FS.getPath(parent), name);
-        var mode = FS.getMode(canRead, canWrite);
-        return FS.mkdir(path, mode);
-      },createPath:function (parent, path, canRead, canWrite) {
-        parent = typeof parent === 'string' ? parent : FS.getPath(parent);
-        var parts = path.split('/').reverse();
-        while (parts.length) {
-          var part = parts.pop();
-          if (!part) continue;
-          var current = PATH.join(parent, part);
-          try {
-            FS.mkdir(current, 0777);
-          } catch (e) {
-            // ignore EEXIST
-          }
-          parent = current;
-        }
-        return current;
-      },createFile:function (parent, name, properties, canRead, canWrite) {
-        var path = PATH.join(typeof parent === 'string' ? parent : FS.getPath(parent), name);
-        var mode = FS.getMode(canRead, canWrite);
-        return FS.create(path, mode);
-      },createDataFile:function (parent, name, data, canRead, canWrite) {
-        var path = PATH.join(typeof parent === 'string' ? parent : FS.getPath(parent), name);
-        var mode = FS.getMode(canRead, canWrite);
-        var node = FS.create(path, mode);
-        if (data) {
-          if (typeof data === 'string') {
-            var arr = new Array(data.length);
-            for (var i = 0, len = data.length; i &lt; len; ++i) arr[i] = data.charCodeAt(i);
-            data = arr;
-          }
-          // make sure we can write to the file
-          FS.chmod(path, mode | 146);
-          var stream = FS.open(path, 'w');
-          FS.write(stream, data, 0, data.length, 0);
-          FS.close(stream);
-          FS.chmod(path, mode);
-        }
-        return node;
-      },createDevice:function (parent, name, input, output) {
-        var path = PATH.join(typeof parent === 'string' ? parent : FS.getPath(parent), name);
-        var mode = input &amp;&amp; output ? 0777 : (input ? 0333 : 0555);
-        if (!FS.createDevice.major) FS.createDevice.major = 64;
-        var dev = FS.makedev(FS.createDevice.major++, 0);
-        // Create a fake device that a set of stream ops to emulate
-        // the old behavior.
-        FS.registerDevice(dev, {
-          open: function(stream) {
-            stream.seekable = false;
-          },
-          close: function(stream) {
-            // flush any pending line data
-            if (output &amp;&amp; output.buffer &amp;&amp; output.buffer.length) {
-              output(10);
-            }
-          },
-          read: function(stream, buffer, offset, length, pos /* ignored */) {
-            var bytesRead = 0;
-            for (var i = 0; i &lt; length; i++) {
-              var result;
-              try {
-                result = input();
-              } catch (e) {
-                throw new FS.ErrnoError(ERRNO_CODES.EIO);
-              }
-              if (result === undefined &amp;&amp; bytesRead === 0) {
-                throw new FS.ErrnoError(ERRNO_CODES.EAGAIN);
-              }
-              if (result === null || result === undefined) break;
-              bytesRead++;
-              buffer[offset+i] = result;
-            }
-            if (bytesRead) {
-              stream.node.timestamp = Date.now();
-            }
-            return bytesRead;
-          },
-          write: function(stream, buffer, offset, length, pos) {
-            for (var i = 0; i &lt; length; i++) {
-              try {
-                output(buffer[offset+i]);
-              } catch (e) {
-                throw new FS.ErrnoError(ERRNO_CODES.EIO);
-              }
-            }
-            if (length) {
-              stream.node.timestamp = Date.now();
-            }
-            return i;
-          }
-        });
-        return FS.mkdev(path, mode, dev);
-      },createLink:function (parent, name, target, canRead, canWrite) {
-        var path = PATH.join(typeof parent === 'string' ? parent : FS.getPath(parent), name);
-        return FS.symlink(target, path);
-      },forceLoadFile:function (obj) {
-        if (obj.isDevice || obj.isFolder || obj.link || obj.contents) return true;
-        var success = true;
-        if (typeof XMLHttpRequest !== 'undefined') {
-          throw new Error(&quot;Lazy loading should have been performed (contents set) in createLazyFile, but it was not. Lazy loading only works in web workers. Use --embed-file or --preload-file in emcc on the main thread.&quot;);
-        } else if (Module['read']) {
-          // Command-line.
-          try {
-            // WARNING: Can't read binary files in V8's d8 or tracemonkey's js, as
-            //          read() will try to parse UTF8.
-            obj.contents = intArrayFromString(Module['read'](obj.url), true);
-          } catch (e) {
-            success = false;
-          }
-        } else {
-          throw new Error('Cannot load without read() or XMLHttpRequest.');
-        }
-        if (!success) ___setErrNo(ERRNO_CODES.EIO);
-        return success;
-      },createLazyFile:function (parent, name, url, canRead, canWrite) {
-        if (typeof XMLHttpRequest !== 'undefined') {
-          if (!ENVIRONMENT_IS_WORKER) throw 'Cannot do synchronous binary XHRs outside webworkers in modern browsers. Use --embed-file or --preload-file in emcc';
-          // Lazy chunked Uint8Array (implements get and length from Uint8Array). Actual getting is abstracted away for eventual reuse.
-          var LazyUint8Array = function() {
-            this.lengthKnown = false;
-            this.chunks = []; // Loaded chunks. Index is the chunk number
-          }
-          LazyUint8Array.prototype.get = function(idx) {
-            if (idx &gt; this.length-1 || idx &lt; 0) {
-              return undefined;
-            }
-            var chunkOffset = idx % this.chunkSize;
-            var chunkNum = Math.floor(idx / this.chunkSize);
-            return this.getter(chunkNum)[chunkOffset];
-          }
-          LazyUint8Array.prototype.setDataGetter = function(getter) {
-            this.getter = getter;
-          }
-          LazyUint8Array.prototype.cacheLength = function() {
-              // Find length
-              var xhr = new XMLHttpRequest();
-              xhr.open('HEAD', url, false);
-              xhr.send(null);
-              if (!(xhr.status &gt;= 200 &amp;&amp; xhr.status &lt; 300 || xhr.status === 304)) throw new Error(&quot;Couldn't load &quot; + url + &quot;. Status: &quot; + xhr.status);
-              var datalength = Number(xhr.getResponseHeader(&quot;Content-length&quot;));
-              var header;
-              var hasByteServing = (header = xhr.getResponseHeader(&quot;Accept-Ranges&quot;)) &amp;&amp; header === &quot;bytes&quot;;
-              var chunkSize = 1024*1024; // Chunk size in bytes
-              if (!hasByteServing) chunkSize = datalength;
-              // Function to get a range from the remote URL.
-              var doXHR = (function(from, to) {
-                if (from &gt; to) throw new Error(&quot;invalid range (&quot; + from + &quot;, &quot; + to + &quot;) or no bytes requested!&quot;);
-                if (to &gt; datalength-1) throw new Error(&quot;only &quot; + datalength + &quot; bytes available! programmer error!&quot;);
-                // TODO: Use mozResponseArrayBuffer, responseStream, etc. if available.
-                var xhr = new XMLHttpRequest();
-                xhr.open('GET', url, false);
-                if (datalength !== chunkSize) xhr.setRequestHeader(&quot;Range&quot;, &quot;bytes=&quot; + from + &quot;-&quot; + to);
-                // Some hints to the browser that we want binary data.
-                if (typeof Uint8Array != 'undefined') xhr.responseType = 'arraybuffer';
-                if (xhr.overrideMimeType) {
-                  xhr.overrideMimeType('text/plain; charset=x-user-defined');
-                }
-                xhr.send(null);
-                if (!(xhr.status &gt;= 200 &amp;&amp; xhr.status &lt; 300 || xhr.status === 304)) throw new Error(&quot;Couldn't load &quot; + url + &quot;. Status: &quot; + xhr.status);
-                if (xhr.response !== undefined) {
-                  return new Uint8Array(xhr.response || []);
-                } else {
-                  return intArrayFromString(xhr.responseText || '', true);
-                }
-              });
-              var lazyArray = this;
-              lazyArray.setDataGetter(function(chunkNum) {
-                var start = chunkNum * chunkSize;
-                var end = (chunkNum+1) * chunkSize - 1; // including this byte
-                end = Math.min(end, datalength-1); // if datalength-1 is selected, this is the last block
-                if (typeof(lazyArray.chunks[chunkNum]) === &quot;undefined&quot;) {
-                  lazyArray.chunks[chunkNum] = doXHR(start, end);
-                }
-                if (typeof(lazyArray.chunks[chunkNum]) === &quot;undefined&quot;) throw new Error(&quot;doXHR failed!&quot;);
-                return lazyArray.chunks[chunkNum];
-              });
-              this._length = datalength;
-              this._chunkSize = chunkSize;
-              this.lengthKnown = true;
-          }
-          var lazyArray = new LazyUint8Array();
-          Object.defineProperty(lazyArray, &quot;length&quot;, {
-              get: function() {
-                  if(!this.lengthKnown) {
-                      this.cacheLength();
-                  }
-                  return this._length;
-              }
-          });
-          Object.defineProperty(lazyArray, &quot;chunkSize&quot;, {
-              get: function() {
-                  if(!this.lengthKnown) {
-                      this.cacheLength();
-                  }
-                  return this._chunkSize;
-              }
-          });
-          var properties = { isDevice: false, contents: lazyArray };
-        } else {
-          var properties = { isDevice: false, url: url };
-        }
-        var node = FS.createFile(parent, name, properties, canRead, canWrite);
-        // This is a total hack, but I want to get this lazy file code out of the
-        // core of MEMFS. If we want to keep this lazy file concept I feel it should
-        // be its own thin LAZYFS proxying calls to MEMFS.
-        if (properties.contents) {
-          node.contents = properties.contents;
-        } else if (properties.url) {
-          node.contents = null;
-          node.url = properties.url;
-        }
-        // override each stream op with one that tries to force load the lazy file first
-        var stream_ops = {};
-        var keys = Object.keys(node.stream_ops);
-        keys.forEach(function(key) {
-          var fn = node.stream_ops[key];
-          stream_ops[key] = function() {
-            if (!FS.forceLoadFile(node)) {
-              throw new FS.ErrnoError(ERRNO_CODES.EIO);
-            }
-            return fn.apply(null, arguments);
-          };
-        });
-        // use a custom read function
-        stream_ops.read = function(stream, buffer, offset, length, position) {
-          if (!FS.forceLoadFile(node)) {
-            throw new FS.ErrnoError(ERRNO_CODES.EIO);
-          }
-          var contents = stream.node.contents;
-          var size = Math.min(contents.length - position, length);
-          if (contents.slice) { // normal array
-            for (var i = 0; i &lt; size; i++) {
-              buffer[offset + i] = contents[position + i];
-            }
-          } else {
-            for (var i = 0; i &lt; size; i++) { // LazyUint8Array from sync binary XHR
-              buffer[offset + i] = contents.get(position + i);
-            }
-          }
-          return size;
-        };
-        node.stream_ops = stream_ops;
-        return node;
-      },createPreloadedFile:function (parent, name, url, canRead, canWrite, onload, onerror, dontCreateFile) {
-        Browser.init();
-        // TODO we should allow people to just pass in a complete filename instead
-        // of parent and name being that we just join them anyways
-        var fullname = PATH.resolve(PATH.join(parent, name));
-        function processData(byteArray) {
-          function finish(byteArray) {
-            if (!dontCreateFile) {
-              FS.createDataFile(parent, name, byteArray, canRead, canWrite);
-            }
-            if (onload) onload();
-            removeRunDependency('cp ' + fullname);
-          }
-          var handled = false;
-          Module['preloadPlugins'].forEach(function(plugin) {
-            if (handled) return;
-            if (plugin['canHandle'](fullname)) {
-              plugin['handle'](byteArray, fullname, finish, function() {
-                if (onerror) onerror();
-                removeRunDependency('cp ' + fullname);
-              });
-              handled = true;
-            }
-          });
-          if (!handled) finish(byteArray);
-        }
-        addRunDependency('cp ' + fullname);
-        if (typeof url == 'string') {
-          Browser.asyncLoad(url, function(byteArray) {
-            processData(byteArray);
-          }, onerror);
-        } else {
-          processData(url);
-        }
-      },createDefaultDirectories:function () {
-        FS.mkdir('/tmp', 0777);
-      },createDefaultDevices:function () {
-        // create /dev
-        FS.mkdir('/dev', 0777);
-        // setup /dev/null
-        FS.registerDevice(FS.makedev(1, 3), {
-          read: function() { return 0; },
-          write: function() { return 0; }
-        });
-        FS.mkdev('/dev/null', 0666, FS.makedev(1, 3));
-        // setup /dev/tty and /dev/tty1
-        // stderr needs to print output using Module['printErr']
-        // so we register a second tty just for it.
-        TTY.register(FS.makedev(5, 0), TTY.default_tty_ops);
-        TTY.register(FS.makedev(6, 0), TTY.default_tty1_ops);
-        FS.mkdev('/dev/tty', 0666, FS.makedev(5, 0));
-        FS.mkdev('/dev/tty1', 0666, FS.makedev(6, 0));
-        // we're not going to emulate the actual shm device,
-        // just create the tmp dirs that reside in it commonly
-        FS.mkdir('/dev/shm', 0777);
-        FS.mkdir('/dev/shm/tmp', 0777);
-      },createStandardStreams:function () {
-        // TODO deprecate the old functionality of a single
-        // input / output callback and that utilizes FS.createDevice
-        // and instead require a unique set of stream ops
-        // by default, we symlink the standard streams to the
-        // default tty devices. however, if the standard streams
-        // have been overwritten we create a unique device for
-        // them instead.
-        if (Module['stdin']) {
-          FS.createDevice('/dev', 'stdin', Module['stdin']);
-        } else {
-          FS.symlink('/dev/tty', '/dev/stdin');
-        }
-        if (Module['stdout']) {
-          FS.createDevice('/dev', 'stdout', null, Module['stdout']);
-        } else {
-          FS.symlink('/dev/tty', '/dev/stdout');
-        }
-        if (Module['stderr']) {
-          FS.createDevice('/dev', 'stderr', null, Module['stderr']);
-        } else {
-          FS.symlink('/dev/tty1', '/dev/stderr');
-        }
-        // open default streams for the stdin, stdout and stderr devices
-        var stdin = FS.open('/dev/stdin', 'r');
-        HEAP32[((_stdin)&gt;&gt;2)]=stdin.fd;
-        assert(stdin.fd === 1, 'invalid handle for stdin (' + stdin.fd + ')');
-        var stdout = FS.open('/dev/stdout', 'w');
-        HEAP32[((_stdout)&gt;&gt;2)]=stdout.fd;
-        assert(stdout.fd === 2, 'invalid handle for stdout (' + stdout.fd + ')');
-        var stderr = FS.open('/dev/stderr', 'w');
-        HEAP32[((_stderr)&gt;&gt;2)]=stderr.fd;
-        assert(stderr.fd === 3, 'invalid handle for stderr (' + stderr.fd + ')');
-      },staticInit:function () {
-        FS.name_table = new Array(4096);
-        FS.root = FS.createNode(null, '/', 0040000 | 0777, 0);
-        FS.mount(MEMFS, {}, '/');
-        FS.createDefaultDirectories();
-        FS.createDefaultDevices();
-      },init:function (input, output, error) {
-        assert(!FS.init.initialized, 'FS.init was previously called. If you want to initialize later with custom parameters, remove any earlier calls (note that one is automatically added to the generated code)');
-        FS.init.initialized = true;
-        // Allow Module.stdin etc. to provide defaults, if none explicitly passed to us here
-        Module['stdin'] = input || Module['stdin'];
-        Module['stdout'] = output || Module['stdout'];
-        Module['stderr'] = error || Module['stderr'];
-        FS.createStandardStreams();
-      },quit:function () {
-        FS.init.initialized = false;
-        for (var i = 0; i &lt; FS.streams.length; i++) {
-          var stream = FS.streams[i];
-          if (!stream) {
-            continue;
-          }
-          FS.close(stream);
-        }
-      },mount:function (type, opts, mountpoint) {
-        var mount = {
-          type: type,
-          opts: opts,
-          mountpoint: mountpoint,
-          root: null
-        };
-        var lookup;
-        if (mountpoint) {
-          lookup = FS.lookupPath(mountpoint, { follow: false });
-        }
-        // create a root node for the fs
-        var root = type.mount(mount);
-        root.mount = mount;
-        mount.root = root;
-        // assign the mount info to the mountpoint's node
-        if (lookup) {
-          lookup.node.mount = mount;
-          lookup.node.mounted = true;
-          // compatibility update FS.root if we mount to /
-          if (mountpoint === '/') {
-            FS.root = mount.root;
-          }
-        }
-        return root;
-      },lookup:function (parent, name) {
-        return parent.node_ops.lookup(parent, name);
-      },mknod:function (path, mode, dev) {
-        var lookup = FS.lookupPath(path, { parent: true });
-        var parent = lookup.node;
-        var name = PATH.basename(path);
-        var err = FS.mayCreate(parent, name);
-        if (err) {
-          throw new FS.ErrnoError(err);
-        }
-        if (!parent.node_ops.mknod) {
-          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
-        }
-        return parent.node_ops.mknod(parent, name, mode, dev);
-      },create:function (path, mode) {
-        mode &amp;= 4095;
-        mode |= 0100000;
-        return FS.mknod(path, mode, 0);
-      },mkdir:function (path, mode) {
-        mode &amp;= 511 | 0001000;
-        mode |= 0040000;
-        return FS.mknod(path, mode, 0);
-      },mkdev:function (path, mode, dev) {
-        mode |= 0020000;
-        return FS.mknod(path, mode, dev);
-      },symlink:function (oldpath, newpath) {
-        var lookup = FS.lookupPath(newpath, { parent: true });
-        var parent = lookup.node;
-        var newname = PATH.basename(newpath);
-        var err = FS.mayCreate(parent, newname);
-        if (err) {
-          throw new FS.ErrnoError(err);
-        }
-        if (!parent.node_ops.symlink) {
-          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
-        }
-        return parent.node_ops.symlink(parent, newname, oldpath);
-      },rename:function (old_path, new_path) {
-        var old_dirname = PATH.dirname(old_path);
-        var new_dirname = PATH.dirname(new_path);
-        var old_name = PATH.basename(old_path);
-        var new_name = PATH.basename(new_path);
-        // parents must exist
-        var lookup, old_dir, new_dir;
-        try {
-          lookup = FS.lookupPath(old_path, { parent: true });
-          old_dir = lookup.node;
-          lookup = FS.lookupPath(new_path, { parent: true });
-          new_dir = lookup.node;
-        } catch (e) {
-          throw new FS.ErrnoError(ERRNO_CODES.EBUSY);
-        }
-        // need to be part of the same mount
-        if (old_dir.mount !== new_dir.mount) {
-          throw new FS.ErrnoError(ERRNO_CODES.EXDEV);
-        }
-        // source must exist
-        var old_node = FS.lookupNode(old_dir, old_name);
-        // old path should not be an ancestor of the new path
-        var relative = PATH.relative(old_path, new_dirname);
-        if (relative.charAt(0) !== '.') {
-          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
-        }
-        // new path should not be an ancestor of the old path
-        relative = PATH.relative(new_path, old_dirname);
-        if (relative.charAt(0) !== '.') {
-          throw new FS.ErrnoError(ERRNO_CODES.ENOTEMPTY);
-        }
-        // see if the new path already exists
-        var new_node;
-        try {
-          new_node = FS.lookupNode(new_dir, new_name);
-        } catch (e) {
-          // not fatal
-        }
-        // early out if nothing needs to change
-        if (old_node === new_node) {
-          return;
-        }
-        // we'll need to delete the old entry
-        var isdir = FS.isDir(old_node.mode);
-        var err = FS.mayDelete(old_dir, old_name, isdir);
-        if (err) {
-          throw new FS.ErrnoError(err);
-        }
-        // need delete permissions if we'll be overwriting.
-        // need create permissions if new doesn't already exist.
-        err = new_node ?
-          FS.mayDelete(new_dir, new_name, isdir) :
-          FS.mayCreate(new_dir, new_name);
-        if (err) {
-          throw new FS.ErrnoError(err);
-        }
-        if (!old_dir.node_ops.rename) {
-          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
-        }
-        if (FS.isMountpoint(old_node) || (new_node &amp;&amp; FS.isMountpoint(new_node))) {
-          throw new FS.ErrnoError(ERRNO_CODES.EBUSY);
-        }
-        // if we are going to change the parent, check write permissions
-        if (new_dir !== old_dir) {
-          err = FS.nodePermissions(old_dir, 'w');
-          if (err) {
-            throw new FS.ErrnoError(err);
-          }
-        }
-        // remove the node from the lookup hash
-        FS.hashRemoveNode(old_node);
-        // do the underlying fs rename
-        try {
-          old_dir.node_ops.rename(old_node, new_dir, new_name);
-        } catch (e) {
-          throw e;
-        } finally {
-          // add the node back to the hash (in case node_ops.rename
-          // changed its name)
-          FS.hashAddNode(old_node);
-        }
-      },rmdir:function (path) {
-        var lookup = FS.lookupPath(path, { parent: true });
-        var parent = lookup.node;
-        var name = PATH.basename(path);
-        var node = FS.lookupNode(parent, name);
-        var err = FS.mayDelete(parent, name, true);
-        if (err) {
-          throw new FS.ErrnoError(err);
-        }
-        if (!parent.node_ops.rmdir) {
-          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
-        }
-        if (FS.isMountpoint(node)) {
-          throw new FS.ErrnoError(ERRNO_CODES.EBUSY);
-        }
-        parent.node_ops.rmdir(parent, name);
-        FS.destroyNode(node);
-      },readdir:function (path) {
-        var lookup = FS.lookupPath(path, { follow: true });
-        var node = lookup.node;
-        if (!node.node_ops.readdir) {
-          throw new FS.ErrnoError(ERRNO_CODES.ENOTDIR);
-        }
-        return node.node_ops.readdir(node);
-      },unlink:function (path) {
-        var lookup = FS.lookupPath(path, { parent: true });
-        var parent = lookup.node;
-        var name = PATH.basename(path);
-        var node = FS.lookupNode(parent, name);
-        var err = FS.mayDelete(parent, name, false);
-        if (err) {
-          // POSIX says unlink should set EPERM, not EISDIR
-          if (err === ERRNO_CODES.EISDIR) err = ERRNO_CODES.EPERM;
-          throw new FS.ErrnoError(err);
-        }
-        if (!parent.node_ops.unlink) {
-          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
-        }
-        if (FS.isMountpoint(node)) {
-          throw new FS.ErrnoError(ERRNO_CODES.EBUSY);
-        }
-        parent.node_ops.unlink(parent, name);
-        FS.destroyNode(node);
-      },readlink:function (path) {
-        var lookup = FS.lookupPath(path, { follow: false });
-        var link = lookup.node;
-        if (!link.node_ops.readlink) {
-          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
-        }
-        return link.node_ops.readlink(link);
-      },stat:function (path, dontFollow) {
-        var lookup = FS.lookupPath(path, { follow: !dontFollow });
-        var node = lookup.node;
-        if (!node.node_ops.getattr) {
-          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
-        }
-        return node.node_ops.getattr(node);
-      },lstat:function (path) {
-        return FS.stat(path, true);
-      },chmod:function (path, mode, dontFollow) {
-        var node;
-        if (typeof path === 'string') {
-          var lookup = FS.lookupPath(path, { follow: !dontFollow });
-          node = lookup.node;
-        } else {
-          node = path;
-        }
-        if (!node.node_ops.setattr) {
-          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
-        }
-        node.node_ops.setattr(node, {
-          mode: (mode &amp; 4095) | (node.mode &amp; ~4095),
-          timestamp: Date.now()
-        });
-      },lchmod:function (path, mode) {
-        FS.chmod(path, mode, true);
-      },fchmod:function (fd, mode) {
-        var stream = FS.getStream(fd);
-        if (!stream) {
-          throw new FS.ErrnoError(ERRNO_CODES.EBADF);
-        }
-        FS.chmod(stream.node, mode);
-      },chown:function (path, uid, gid, dontFollow) {
-        var node;
-        if (typeof path === 'string') {
-          var lookup = FS.lookupPath(path, { follow: !dontFollow });
-          node = lookup.node;
-        } else {
-          node = path;
-        }
-        if (!node.node_ops.setattr) {
-          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
-        }
-        node.node_ops.setattr(node, {
-          timestamp: Date.now()
-          // we ignore the uid / gid for now
-        });
-      },lchown:function (path, uid, gid) {
-        FS.chown(path, uid, gid, true);
-      },fchown:function (fd, uid, gid) {
-        var stream = FS.getStream(fd);
-        if (!stream) {
-          throw new FS.ErrnoError(ERRNO_CODES.EBADF);
-        }
-        FS.chown(stream.node, uid, gid);
-      },truncate:function (path, len) {
-        if (len &lt; 0) {
-          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
-        }
-        var node;
-        if (typeof path === 'string') {
-          var lookup = FS.lookupPath(path, { follow: true });
-          node = lookup.node;
-        } else {
-          node = path;
-        }
-        if (!node.node_ops.setattr) {
-          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
-        }
-        if (FS.isDir(node.mode)) {
-          throw new FS.ErrnoError(ERRNO_CODES.EISDIR);
-        }
-        if (!FS.isFile(node.mode)) {
-          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
-        }
-        var err = FS.nodePermissions(node, 'w');
-        if (err) {
-          throw new FS.ErrnoError(err);
-        }
-        node.node_ops.setattr(node, {
-          size: len,
-          timestamp: Date.now()
-        });
-      },ftruncate:function (fd, len) {
-        var stream = FS.getStream(fd);
-        if (!stream) {
-          throw new FS.ErrnoError(ERRNO_CODES.EBADF);
-        }
-        if ((stream.flags &amp; 3) === 0) {
-          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
-        }
-        FS.truncate(stream.node, len);
-      },utime:function (path, atime, mtime) {
-        var lookup = FS.lookupPath(path, { follow: true });
-        var node = lookup.node;
-        node.node_ops.setattr(node, {
-          timestamp: Math.max(atime, mtime)
-        });
-      },open:function (path, flags, mode, fd_start, fd_end) {
-        path = PATH.normalize(path);
-        flags = typeof flags === 'string' ? FS.modeStringToFlags(flags) : flags;
-        mode = typeof mode === 'undefined' ? 0666 : mode;
-        if ((flags &amp; 512)) {
-          mode = (mode &amp; 4095) | 0100000;
-        } else {
-          mode = 0;
-        }
-        var node;
-        try {
-          var lookup = FS.lookupPath(path, {
-            follow: !(flags &amp; 0200000)
-          });
-          node = lookup.node;
-          path = lookup.path;
-        } catch (e) {
-          // ignore
-        }
-        // perhaps we need to create the node
-        if ((flags &amp; 512)) {
-          if (node) {
-            // if O_CREAT and O_EXCL are set, error out if the node already exists
-            if ((flags &amp; 2048)) {
-              throw new FS.ErrnoError(ERRNO_CODES.EEXIST);
-            }
-          } else {
-            // node doesn't exist, try to create it
-            node = FS.mknod(path, mode, 0);
-          }
-        }
-        if (!node) {
-          throw new FS.ErrnoError(ERRNO_CODES.ENOENT);
-        }
-        // can't truncate a device
-        if (FS.isChrdev(node.mode)) {
-          flags &amp;= ~1024;
-        }
-        // check permissions
-        var err = FS.mayOpen(node, flags);
-        if (err) {
-          throw new FS.ErrnoError(err);
-        }
-        // do truncation if necessary
-        if ((flags &amp; 1024)) {
-          FS.truncate(node, 0);
-        }
-        // register the stream with the filesystem
-        var stream = FS.createStream({
-          path: path,
-          node: node,
-          flags: flags,
-          seekable: true,
-          position: 0,
-          stream_ops: node.stream_ops,
-          // used by the file family libc calls (fopen, fwrite, ferror, etc.)
-          ungotten: [],
-          error: false
-        }, fd_start, fd_end);
-        // call the new stream's open function
-        if (stream.stream_ops.open) {
-          stream.stream_ops.open(stream);
-        }
-        return stream;
-      },close:function (stream) {
-        try {
-          if (stream.stream_ops.close) {
-            stream.stream_ops.close(stream);
-          }
-        } catch (e) {
-          throw e;
-        } finally {
-          FS.closeStream(stream.fd);
-        }
-      },llseek:function (stream, offset, whence) {
-        if (!stream.seekable || !stream.stream_ops.llseek) {
-          throw new FS.ErrnoError(ERRNO_CODES.ESPIPE);
-        }
-        return stream.stream_ops.llseek(stream, offset, whence);
-      },read:function (stream, buffer, offset, length, position) {
-        if (length &lt; 0 || position &lt; 0) {
-          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
-        }
-        if ((stream.flags &amp; 3) === 1) {
-          throw new FS.ErrnoError(ERRNO_CODES.EBADF);
-        }
-        if (FS.isDir(stream.node.mode)) {
-          throw new FS.ErrnoError(ERRNO_CODES.EISDIR);
-        }
-        if (!stream.stream_ops.read) {
-          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
-        }
-        var seeking = true;
-        if (typeof position === 'undefined') {
-          position = stream.position;
-          seeking = false;
-        } else if (!stream.seekable) {
-          throw new FS.ErrnoError(ERRNO_CODES.ESPIPE);
-        }
-        var bytesRead = stream.stream_ops.read(stream, buffer, offset, length, position);
-        if (!seeking) stream.position += bytesRead;
-        return bytesRead;
-      },write:function (stream, buffer, offset, length, position) {
-        if (length &lt; 0 || position &lt; 0) {
-          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
-        }
-        if ((stream.flags &amp; 3) === 0) {
-          throw new FS.ErrnoError(ERRNO_CODES.EBADF);
-        }
-        if (FS.isDir(stream.node.mode)) {
-          throw new FS.ErrnoError(ERRNO_CODES.EISDIR);
-        }
-        if (!stream.stream_ops.write) {
-          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
-        }
-        var seeking = true;
-        if (typeof position === 'undefined') {
-          position = stream.position;
-          seeking = false;
-        } else if (!stream.seekable) {
-          throw new FS.ErrnoError(ERRNO_CODES.ESPIPE);
-        }
-        if (stream.flags &amp; 8) {
-          // seek to the end before writing in append mode
-          FS.llseek(stream, 0, 2);
-        }
-        var bytesWritten = stream.stream_ops.write(stream, buffer, offset, length, position);
-        if (!seeking) stream.position += bytesWritten;
-        return bytesWritten;
-      },allocate:function (stream, offset, length) {
-        if (offset &lt; 0 || length &lt;= 0) {
-          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
-        }
-        if ((stream.flags &amp; 3) === 0) {
-          throw new FS.ErrnoError(ERRNO_CODES.EBADF);
-        }
-        if (!FS.isFile(stream.node.mode) &amp;&amp; !FS.isDir(node.mode)) {
-          throw new FS.ErrnoError(ERRNO_CODES.ENODEV);
-        }
-        if (!stream.stream_ops.allocate) {
-          throw new FS.ErrnoError(ERRNO_CODES.EOPNOTSUPP);
-        }
-        stream.stream_ops.allocate(stream, offset, length);
-      },mmap:function (stream, buffer, offset, length, position, prot, flags) {
-        // TODO if PROT is PROT_WRITE, make sure we have write access
-        if ((stream.flags &amp; 3) === 1) {
-          throw new FS.ErrnoError(ERRNO_CODES.EACCES);
-        }
-        if (!stream.stream_ops.mmap) {
-          throw new FS.errnoError(ERRNO_CODES.ENODEV);
-        }
-        return stream.stream_ops.mmap(stream, buffer, offset, length, position, prot, flags);
-      }};
-  function _send(fd, buf, len, flags) {
-      var info = FS.getStream(fd);
-      if (!info) {
-        ___setErrNo(ERRNO_CODES.EBADF);
-        return -1;
-      }
-      if (info.socket.readyState === WebSocket.CLOSING || info.socket.readyState === WebSocket.CLOSED) {
-        ___setErrNo(ERRNO_CODES.ENOTCONN);
-        return -1;
-      } else if (info.socket.readyState === WebSocket.CONNECTING) {
-        ___setErrNo(ERRNO_CODES.EAGAIN);
-        return -1;
-      }
-      info.sender(HEAPU8.subarray(buf, buf+len));
-      return len;
-    }
-  function _pwrite(fildes, buf, nbyte, offset) {
-      // ssize_t pwrite(int fildes, const void *buf, size_t nbyte, off_t offset);
-      // http://pubs.opengroup.org/onlinepubs/000095399/functions/write.html
-      var stream = FS.getStream(fildes);
-      if (!stream) {
-        ___setErrNo(ERRNO_CODES.EBADF);
-        return -1;
-      }
-      try {
-        var slab = HEAP8;
-        return FS.write(stream, slab, buf, nbyte, offset);
-      } catch (e) {
-        FS.handleFSError(e);
-        return -1;
-      }
-    }function _write(fildes, buf, nbyte) {
-      // ssize_t write(int fildes, const void *buf, size_t nbyte);
-      // http://pubs.opengroup.org/onlinepubs/000095399/functions/write.html
-      var stream = FS.getStream(fildes);
-      if (!stream) {
-        ___setErrNo(ERRNO_CODES.EBADF);
-        return -1;
-      }
-      if (stream &amp;&amp; ('socket' in stream)) {
-        return _send(fildes, buf, nbyte, 0);
-      }
-      try {
-        var slab = HEAP8;
-        return FS.write(stream, slab, buf, nbyte);
-      } catch (e) {
-        FS.handleFSError(e);
-        return -1;
-      }
-    }function _fwrite(ptr, size, nitems, stream) {
-      // size_t fwrite(const void *restrict ptr, size_t size, size_t nitems, FILE *restrict stream);
-      // http://pubs.opengroup.org/onlinepubs/000095399/functions/fwrite.html
-      var bytesToWrite = nitems * size;
-      if (bytesToWrite == 0) return 0;
-      var bytesWritten = _write(stream, ptr, bytesToWrite);
-      if (bytesWritten == -1) {
-        var streamObj = FS.getStream(stream);
-        if (streamObj) streamObj.error = true;
-        return 0;
-      } else {
-        return Math.floor(bytesWritten / size);
-      }
-    }
-  Module[&quot;_strlen&quot;] = _strlen;
-  function __reallyNegative(x) {
-      return x &lt; 0 || (x === 0 &amp;&amp; (1/x) === -Infinity);
-    }function __formatString(format, varargs) {
-      var textIndex = format;
-      var argIndex = 0;
-      function getNextArg(type) {
-        // NOTE: Explicitly ignoring type safety. Otherwise this fails:
-        //       int x = 4; printf(&quot;%c\n&quot;, (char)x);
-        var ret;
-        if (type === 'double') {
-          ret = HEAPF64[(((varargs)+(argIndex))&gt;&gt;3)];
-        } else if (type == 'i64') {
-          ret = [HEAP32[(((varargs)+(argIndex))&gt;&gt;2)],
-                 HEAP32[(((varargs)+(argIndex+8))&gt;&gt;2)]];
-          argIndex += 8; // each 32-bit chunk is in a 64-bit block
-        } else {
-          type = 'i32'; // varargs are always i32, i64, or double
-          ret = HEAP32[(((varargs)+(argIndex))&gt;&gt;2)];
-        }
-        argIndex += Math.max(Runtime.getNativeFieldSize(type), Runtime.getAlignSize(type, null, true));
-        return ret;
-      }
-      var ret = [];
-      var curr, next, currArg;
-      while(1) {
-        var startTextIndex = textIndex;
-        curr = HEAP8[(textIndex)];
-        if (curr === 0) break;
-        next = HEAP8[((textIndex+1)|0)];
-        if (curr == 37) {
-          // Handle flags.
-          var flagAlwaysSigned = false;
-          var flagLeftAlign = false;
-          var flagAlternative = false;
-          var flagZeroPad = false;
-          flagsLoop: while (1) {
-            switch (next) {
-              case 43:
-                flagAlwaysSigned = true;
-                break;
-              case 45:
-                flagLeftAlign = true;
-                break;
-              case 35:
-                flagAlternative = true;
-                break;
-              case 48:
-                if (flagZeroPad) {
-                  break flagsLoop;
-                } else {
-                  flagZeroPad = true;
-                  break;
-                }
-              default:
-                break flagsLoop;
-            }
-            textIndex++;
-            next = HEAP8[((textIndex+1)|0)];
-          }
-          // Handle width.
-          var width = 0;
-          if (next == 42) {
-            width = getNextArg('i32');
-            textIndex++;
-            next = HEAP8[((textIndex+1)|0)];
-          } else {
-            while (next &gt;= 48 &amp;&amp; next &lt;= 57) {
-              width = width * 10 + (next - 48);
-              textIndex++;
-              next = HEAP8[((textIndex+1)|0)];
-            }
-          }
-          // Handle precision.
-          var precisionSet = false;
-          if (next == 46) {
-            var precision = 0;
-            precisionSet = true;
-            textIndex++;
-            next = HEAP8[((textIndex+1)|0)];
-            if (next == 42) {
-              precision = getNextArg('i32');
-              textIndex++;
-            } else {
-              while(1) {
-                var precisionChr = HEAP8[((textIndex+1)|0)];
-                if (precisionChr &lt; 48 ||
-                    precisionChr &gt; 57) break;
-                precision = precision * 10 + (precisionChr - 48);
-                textIndex++;
-              }
-            }
-            next = HEAP8[((textIndex+1)|0)];
-          } else {
-            var precision = 6; // Standard default.
-          }
-          // Handle integer sizes. WARNING: These assume a 32-bit architecture!
-          var argSize;
-          switch (String.fromCharCode(next)) {
-            case 'h':
-              var nextNext = HEAP8[((textIndex+2)|0)];
-              if (nextNext == 104) {
-                textIndex++;
-                argSize = 1; // char (actually i32 in varargs)
-              } else {
-                argSize = 2; // short (actually i32 in varargs)
-              }
-              break;
-            case 'l':
-              var nextNext = HEAP8[((textIndex+2)|0)];
-              if (nextNext == 108) {
-                textIndex++;
-                argSize = 8; // long long
-              } else {
-                argSize = 4; // long
-              }
-              break;
-            case 'L': // long long
-            case 'q': // int64_t
-            case 'j': // intmax_t
-              argSize = 8;
-              break;
-            case 'z': // size_t
-            case 't': // ptrdiff_t
-            case 'I': // signed ptrdiff_t or unsigned size_t
-              argSize = 4;
-              break;
-            default:
-              argSize = null;
-          }
-          if (argSize) textIndex++;
-          next = HEAP8[((textIndex+1)|0)];
-          // Handle type specifier.
-          switch (String.fromCharCode(next)) {
-            case 'd': case 'i': case 'u': case 'o': case 'x': case 'X': case 'p': {
-              // Integer.
-              var signed = next == 100 || next == 105;
-              argSize = argSize || 4;
-              var currArg = getNextArg('i' + (argSize * 8));
-              var argText;
-              // Flatten i64-1 [low, high] into a (slightly rounded) double
-              if (argSize == 8) {
-                currArg = Runtime.makeBigInt(currArg[0], currArg[1], next == 117);
-              }
-              // Truncate to requested size.
-              if (argSize &lt;= 4) {
-                var limit = Math.pow(256, argSize) - 1;
-                currArg = (signed ? reSign : unSign)(currArg &amp; limit, argSize * 8);
-              }
-              // Format the number.
-              var currAbsArg = Math.abs(currArg);
-              var prefix = '';
-              if (next == 100 || next == 105) {
-                argText = reSign(currArg, 8 * argSize, 1).toString(10);
-              } else if (next == 117) {
-                argText = unSign(currArg, 8 * argSize, 1).toString(10);
-                currArg = Math.abs(currArg);
-              } else if (next == 111) {
-                argText = (flagAlternative ? '0' : '') + currAbsArg.toString(8);
-              } else if (next == 120 || next == 88) {
-                prefix = (flagAlternative &amp;&amp; currArg != 0) ? '0x' : '';
-                if (currArg &lt; 0) {
-                  // Represent negative numbers in hex as 2's complement.
-                  currArg = -currArg;
-                  argText = (currAbsArg - 1).toString(16);
-                  var buffer = [];
-                  for (var i = 0; i &lt; argText.length; i++) {
-                    buffer.push((0xF - parseInt(argText[i], 16)).toString(16));
-                  }
-                  argText = buffer.join('');
-                  while (argText.length &lt; argSize * 2) argText = 'f' + argText;
-                } else {
-                  argText = currAbsArg.toString(16);
-                }
-                if (next == 88) {
-                  prefix = prefix.toUpperCase();
-                  argText = argText.toUpperCase();
-                }
-              } else if (next == 112) {
-                if (currAbsArg === 0) {
-                  argText = '(nil)';
-                } else {
-                  prefix = '0x';
-                  argText = currAbsArg.toString(16);
-                }
-              }
-              if (precisionSet) {
-                while (argText.length &lt; precision) {
-                  argText = '0' + argText;
-                }
-              }
-              // Add sign if needed
-              if (flagAlwaysSigned) {
-                if (currArg &lt; 0) {
-                  prefix = '-' + prefix;
-                } else {
-                  prefix = '+' + prefix;
-                }
-              }
-              // Add padding.
-              while (prefix.length + argText.length &lt; width) {
-                if (flagLeftAlign) {
-                  argText += ' ';
-                } else {
-                  if (flagZeroPad) {
-                    argText = '0' + argText;
-                  } else {
-                    prefix = ' ' + prefix;
-                  }
-                }
-              }
-              // Insert the result into the buffer.
-              argText = prefix + argText;
-              argText.split('').forEach(function(chr) {
-                ret.push(chr.charCodeAt(0));
-              });
-              break;
-            }
-            case 'f': case 'F': case 'e': case 'E': case 'g': case 'G': {
-              // Float.
-              var currArg = getNextArg('double');
-              var argText;
-              if (isNaN(currArg)) {
-                argText = 'nan';
-                flagZeroPad = false;
-              } else if (!isFinite(currArg)) {
-                argText = (currArg &lt; 0 ? '-' : '') + 'inf';
-                flagZeroPad = false;
-              } else {
-                var isGeneral = false;
-                var effectivePrecision = Math.min(precision, 20);
-                // Convert g/G to f/F or e/E, as per:
-                // http://pubs.opengroup.org/onlinepubs/9699919799/functions/printf.html
-                if (next == 103 || next == 71) {
-                  isGeneral = true;
-                  precision = precision || 1;
-                  var exponent = parseInt(currArg.toExponential(effectivePrecision).split('e')[1], 10);
-                  if (precision &gt; exponent &amp;&amp; exponent &gt;= -4) {
-                    next = ((next == 103) ? 'f' : 'F').charCodeAt(0);
-                    precision -= exponent + 1;
-                  } else {
-                    next = ((next == 103) ? 'e' : 'E').charCodeAt(0);
-                    precision--;
-                  }
-                  effectivePrecision = Math.min(precision, 20);
-                }
-                if (next == 101 || next == 69) {
-                  argText = currArg.toExponential(effectivePrecision);
-                  // Make sure the exponent has at least 2 digits.
-                  if (/[eE][-+]\d$/.test(argText)) {
-                    argText = argText.slice(0, -1) + '0' + argText.slice(-1);
-                  }
-                } else if (next == 102 || next == 70) {
-                  argText = currArg.toFixed(effectivePrecision);
-                  if (currArg === 0 &amp;&amp; __reallyNegative(currArg)) {
-                    argText = '-' + argText;
-                  }
-                }
-                var parts = argText.split('e');
-                if (isGeneral &amp;&amp; !flagAlternative) {
-                  // Discard trailing zeros and periods.
-                  while (parts[0].length &gt; 1 &amp;&amp; parts[0].indexOf('.') != -1 &amp;&amp;
-                         (parts[0].slice(-1) == '0' || parts[0].slice(-1) == '.')) {
-                    parts[0] = parts[0].slice(0, -1);
-                  }
-                } else {
-                  // Make sure we have a period in alternative mode.
-                  if (flagAlternative &amp;&amp; argText.indexOf('.') == -1) parts[0] += '.';
-                  // Zero pad until required precision.
-                  while (precision &gt; effectivePrecision++) parts[0] += '0';
-                }
-                argText = parts[0] + (parts.length &gt; 1 ? 'e' + parts[1] : '');
-                // Capitalize 'E' if needed.
-                if (next == 69) argText = argText.toUpperCase();
-                // Add sign.
-                if (flagAlwaysSigned &amp;&amp; currArg &gt;= 0) {
-                  argText = '+' + argText;
-                }
-              }
-              // Add padding.
-              while (argText.length &lt; width) {
-                if (flagLeftAlign) {
-                  argText += ' ';
-                } else {
-                  if (flagZeroPad &amp;&amp; (argText[0] == '-' || argText[0] == '+')) {
-                    argText = argText[0] + '0' + argText.slice(1);
-                  } else {
-                    argText = (flagZeroPad ? '0' : ' ') + argText;
-                  }
-                }
-              }
-              // Adjust case.
-              if (next &lt; 97) argText = argText.toUpperCase();
-              // Insert the result into the buffer.
-              argText.split('').forEach(function(chr) {
-                ret.push(chr.charCodeAt(0));
-              });
-              break;
-            }
-            case 's': {
-              // String.
-              var arg = getNextArg('i8*');
-              var argLength = arg ? _strlen(arg) : '(null)'.length;
-              if (precisionSet) argLength = Math.min(argLength, precision);
-              if (!flagLeftAlign) {
-                while (argLength &lt; width--) {
-                  ret.push(32);
-                }
-              }
-              if (arg) {
-                for (var i = 0; i &lt; argLength; i++) {
-                  ret.push(HEAPU8[((arg++)|0)]);
-                }
-              } else {
-                ret = ret.concat(intArrayFromString('(null)'.substr(0, argLength), true));
-              }
-              if (flagLeftAlign) {
-                while (argLength &lt; width--) {
-                  ret.push(32);
-                }
-              }
-              break;
-            }
-            case 'c': {
-              // Character.
-              if (flagLeftAlign) ret.push(getNextArg('i8'));
-              while (--width &gt; 0) {
-                ret.push(32);
-              }
-              if (!flagLeftAlign) ret.push(getNextArg('i8'));
-              break;
-            }
-            case 'n': {
-              // Write the length written so far to the next parameter.
-              var ptr = getNextArg('i32*');
-              HEAP32[((ptr)&gt;&gt;2)]=ret.length
-              break;
-            }
-            case '%': {
-              // Literal percent sign.
-              ret.push(curr);
-              break;
-            }
-            default: {
-              // Unknown specifiers remain untouched.
-              for (var i = startTextIndex; i &lt; textIndex + 2; i++) {
-                ret.push(HEAP8[(i)]);
-              }
-            }
-          }
-          textIndex += 2;
-          // TODO: Support a/A (hex float) and m (last error) specifiers.
-          // TODO: Support %1${specifier} for arg selection.
-        } else {
-          ret.push(curr);
-          textIndex += 1;
-        }
-      }
-      return ret;
-    }function _fprintf(stream, format, varargs) {
-      // int fprintf(FILE *restrict stream, const char *restrict format, ...);
-      // http://pubs.opengroup.org/onlinepubs/000095399/functions/printf.html
-      var result = __formatString(format, varargs);
-      var stack = Runtime.stackSave();
-      var ret = _fwrite(allocate(result, 'i8', ALLOC_STACK), 1, result.length, stream);
-      Runtime.stackRestore(stack);
-      return ret;
-    }function _printf(format, varargs) {
-      // int printf(const char *restrict format, ...);
-      // http://pubs.opengroup.org/onlinepubs/000095399/functions/printf.html
-      var stdout = HEAP32[((_stdout)&gt;&gt;2)];
-      return _fprintf(stdout, format, varargs);
-    }
-  function _abort() {
-      Module['abort']();
-    }
-  function ___errno_location() {
-      return ___errno_state;
-    }var ___errno=___errno_location;
-  Module[&quot;_memcpy&quot;] = _memcpy;var _llvm_memcpy_p0i8_p0i8_i32=_memcpy;
-  function _sbrk(bytes) {
-      // Implement a Linux-like 'memory area' for our 'process'.
-      // Changes the size of the memory area by |bytes|; returns the
-      // address of the previous top ('break') of the memory area
-      // We control the &quot;dynamic&quot; memory - DYNAMIC_BASE to DYNAMICTOP
-      var self = _sbrk;
-      if (!self.called) {
-        DYNAMICTOP = alignMemoryPage(DYNAMICTOP); // make sure we start out aligned
-        self.called = true;
-        assert(Runtime.dynamicAlloc);
-        self.alloc = Runtime.dynamicAlloc;
-        Runtime.dynamicAlloc = function() { abort('cannot dynamically allocate, sbrk now has control') };
-      }
-      var ret = DYNAMICTOP;
-      if (bytes != 0) self.alloc(bytes);
-      return ret;  // Previous break location.
-    }
-  function _sysconf(name) {
-      // long sysconf(int name);
-      // http://pubs.opengroup.org/onlinepubs/009695399/functions/sysconf.html
-      switch(name) {
-        case 8: return PAGE_SIZE;
-        case 54:
-        case 56:
-        case 21:
-        case 61:
-        case 63:
-        case 22:
-        case 67:
-        case 23:
-        case 24:
-        case 25:
-        case 26:
-        case 27:
-        case 69:
-        case 28:
-        case 101:
-        case 70:
-        case 71:
-        case 29:
-        case 30:
-        case 199:
-        case 75:
-        case 76:
-        case 32:
-        case 43:
-        case 44:
-        case 80:
-        case 46:
-        case 47:
-        case 45:
-        case 48:
-        case 49:
-        case 42:
-        case 82:
-        case 33:
-        case 7:
-        case 108:
-        case 109:
-        case 107:
-        case 112:
-        case 119:
-        case 121:
-          return 200809;
-        case 13:
-        case 104:
-        case 94:
-        case 95:
-        case 34:
-        case 35:
-        case 77:
-        case 81:
-        case 83:
-        case 84:
-        case 85:
-        case 86:
-        case 87:
-        case 88:
-        case 89:
-        case 90:
-        case 91:
-        case 94:
-        case 95:
-        case 110:
-        case 111:
-        case 113:
-        case 114:
-        case 115:
-        case 116:
-        case 117:
-        case 118:
-        case 120:
-        case 40:
-        case 16:
-        case 79:
-        case 19:
-          return -1;
-        case 92:
-        case 93:
-        case 5:
-        case 72:
-        case 6:
-        case 74:
-        case 92:
-        case 93:
-        case 96:
-        case 97:
-        case 98:
-        case 99:
-        case 102:
-        case 103:
-        case 105:
-          return 1;
-        case 38:
-        case 66:
-        case 50:
-        case 51:
-        case 4:
-          return 1024;
-        case 15:
-        case 64:
-        case 41:
-          return 32;
-        case 55:
-        case 37:
-        case 17:
-          return 2147483647;
-        case 18:
-        case 1:
-          return 47839;
-        case 59:
-        case 57:
-          return 99;
-        case 68:
-        case 58:
-          return 2048;
-        case 0: return 2097152;
-        case 3: return 65536;
-        case 14: return 32768;
-        case 73: return 32767;
-        case 39: return 16384;
-        case 60: return 1000;
-        case 106: return 700;
-        case 52: return 256;
-        case 62: return 255;
-        case 2: return 100;
-        case 65: return 64;
-        case 36: return 20;
-        case 100: return 16;
-        case 20: return 6;
-        case 53: return 4;
-        case 10: return 1;
-      }
-      ___setErrNo(ERRNO_CODES.EINVAL);
-      return -1;
-    }
-  function _time(ptr) {
-      var ret = Math.floor(Date.now()/1000);
-      if (ptr) {
-        HEAP32[((ptr)&gt;&gt;2)]=ret
-      }
-      return ret;
-    }
-  Module[&quot;_memset&quot;] = _memset;
-  var Browser={mainLoop:{scheduler:null,shouldPause:false,paused:false,queue:[],pause:function () {
-          Browser.mainLoop.shouldPause = true;
-        },resume:function () {
-          if (Browser.mainLoop.paused) {
-            Browser.mainLoop.paused = false;
-            Browser.mainLoop.scheduler();
-          }
-          Browser.mainLoop.shouldPause = false;
-        },updateStatus:function () {
-          if (Module['setStatus']) {
-            var message = Module['statusMessage'] || 'Please wait...';
-            var remaining = Browser.mainLoop.remainingBlockers;
-            var expected = Browser.mainLoop.expectedBlockers;
-            if (remaining) {
-              if (remaining &lt; expected) {
-                Module['setStatus'](message + ' (' + (expected - remaining) + '/' + expected + ')');
-              } else {
-                Module['setStatus'](message);
-              }
-            } else {
-              Module['setStatus']('');
-            }
-          }
-        }},isFullScreen:false,pointerLock:false,moduleContextCreatedCallbacks:[],workers:[],init:function () {
-        if (!Module[&quot;preloadPlugins&quot;]) Module[&quot;preloadPlugins&quot;] = []; // needs to exist even in workers
-        if (Browser.initted || ENVIRONMENT_IS_WORKER) return;
-        Browser.initted = true;
-        try {
-          new Blob();
-          Browser.hasBlobConstructor = true;
-        } catch(e) {
-          Browser.hasBlobConstructor = false;
-          console.log(&quot;warning: no blob constructor, cannot create blobs with mimetypes&quot;);
-        }
-        Browser.BlobBuilder = typeof MozBlobBuilder != &quot;undefined&quot; ? MozBlobBuilder : (typeof WebKitBlobBuilder != &quot;undefined&quot; ? WebKitBlobBuilder : (!Browser.hasBlobConstructor ? console.log(&quot;warning: no BlobBuilder&quot;) : null));
-        Browser.URLObject = typeof window != &quot;undefined&quot; ? (window.URL ? window.URL : window.webkitURL) : undefined;
-        if (!Module.noImageDecoding &amp;&amp; typeof Browser.URLObject === 'undefined') {
-          console.log(&quot;warning: Browser does not support creating object URLs. Built-in browser image decoding will not be available.&quot;);
-          Module.noImageDecoding = true;
-        }
-        // Support for plugins that can process preloaded files. You can add more of these to
-        // your app by creating and appending to Module.preloadPlugins.
-        //
-        // Each plugin is asked if it can handle a file based on the file's name. If it can,
-        // it is given the file's raw data. When it is done, it calls a callback with the file's
-        // (possibly modified) data. For example, a plugin might decompress a file, or it
-        // might create some side data structure for use later (like an Image element, etc.).
-        var imagePlugin = {};
-        imagePlugin['canHandle'] = function(name) {
-          return !Module.noImageDecoding &amp;&amp; /\.(jpg|jpeg|png|bmp)$/i.test(name);
-        };
-        imagePlugin['handle'] = function(byteArray, name, onload, onerror) {
-          var b = null;
-          if (Browser.hasBlobConstructor) {
-            try {
-              b = new Blob([byteArray], { type: Browser.getMimetype(name) });
-              if (b.size !== byteArray.length) { // Safari bug #118630
-                // Safari's Blob can only take an ArrayBuffer
-                b = new Blob([(new Uint8Array(byteArray)).buffer], { type: Browser.getMimetype(name) });
-              }
-            } catch(e) {
-              Runtime.warnOnce('Blob constructor present but fails: ' + e + '; falling back to blob builder');
-            }
-          }
-          if (!b) {
-            var bb = new Browser.BlobBuilder();
-            bb.append((new Uint8Array(byteArray)).buffer); // we need to pass a buffer, and must copy the array to get the right data range
-            b = bb.getBlob();
-          }
-          var url = Browser.URLObject.createObjectURL(b);
-          var img = new Image();
-          img.onload = function() {
-            assert(img.complete, 'Image ' + name + ' could not be decoded');
-            var canvas = document.createElement('canvas');
-            canvas.width = img.width;
-            canvas.height = img.height;
-            var ctx = canvas.getContext('2d');
-            ctx.drawImage(img, 0, 0);
-            Module[&quot;preloadedImages&quot;][name] = canvas;
-            Browser.URLObject.revokeObjectURL(url);
-            if (onload) onload(byteArray);
-          };
-          img.onerror = function(event) {
-            console.log('Image ' + url + ' could not be decoded');
-            if (onerror) onerror();
-          };
-          img.src = url;
-        };
-        Module['preloadPlugins'].push(imagePlugin);
-        var audioPlugin = {};
-        audioPlugin['canHandle'] = function(name) {
-          return !Module.noAudioDecoding &amp;&amp; name.substr(-4) in { '.ogg': 1, '.wav': 1, '.mp3': 1 };
-        };
-        audioPlugin['handle'] = function(byteArray, name, onload, onerror) {
-          var done = false;
-          function finish(audio) {
-            if (done) return;
-            done = true;
-            Module[&quot;preloadedAudios&quot;][name] = audio;
-            if (onload) onload(byteArray);
-          }
-          function fail() {
-            if (done) return;
-            done = true;
-            Module[&quot;preloadedAudios&quot;][name] = new Audio(); // empty shim
-            if (onerror) onerror();
-          }
-          if (Browser.hasBlobConstructor) {
-            try {
-              var b = new Blob([byteArray], { type: Browser.getMimetype(name) });
-            } catch(e) {
-              return fail();
-            }
-            var url = Browser.URLObject.createObjectURL(b); // XXX we never revoke this!
-            var audio = new Audio();
-            audio.addEventListener('canplaythrough', function() { finish(audio) }, false); // use addEventListener due to chromium bug 124926
-            audio.onerror = function(event) {
-              if (done) return;
-              console.log('warning: browser could not fully decode audio ' + name + ', trying slower base64 approach');
-              function encode64(data) {
-                var BASE = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';
-                var PAD = '=';
-                var ret = '';
-                var leftchar = 0;
-                var leftbits = 0;
-                for (var i = 0; i &lt; data.length; i++) {
-                  leftchar = (leftchar &lt;&lt; 8) | data[i];
-                  leftbits += 8;
-                  while (leftbits &gt;= 6) {
-                    var curr = (leftchar &gt;&gt; (leftbits-6)) &amp; 0x3f;
-                    leftbits -= 6;
-                    ret += BASE[curr];
-                  }
-                }
-                if (leftbits == 2) {
-                  ret += BASE[(leftchar&amp;3) &lt;&lt; 4];
-                  ret += PAD + PAD;
-                } else if (leftbits == 4) {
-                  ret += BASE[(leftchar&amp;0xf) &lt;&lt; 2];
-                  ret += PAD;
-                }
-                return ret;
-              }
-              audio.src = 'data:audio/x-' + name.substr(-3) + ';base64,' + encode64(byteArray);
-              finish(audio); // we don't wait for confirmation this worked - but it's worth trying
-            };
-            audio.src = url;
-            // workaround for chrome bug 124926 - we do not always get oncanplaythrough or onerror
-            Browser.safeSetTimeout(function() {
-              finish(audio); // try to use it even though it is not necessarily ready to play
-            }, 10000);
-          } else {
-            return fail();
-          }
-        };
-        Module['preloadPlugins'].push(audioPlugin);
-        // Canvas event setup
-        var canvas = Module['canvas'];
-        canvas.requestPointerLock = canvas['requestPointerLock'] ||
-                                    canvas['mozRequestPointerLock'] ||
-                                    canvas['webkitRequestPointerLock'];
-        canvas.exitPointerLock = document['exitPointerLock'] ||
-                                 document['mozExitPointerLock'] ||
-                                 document['webkitExitPointerLock'] ||
-                                 function(){}; // no-op if function does not exist
-        canvas.exitPointerLock = canvas.exitPointerLock.bind(document);
-        function pointerLockChange() {
-          Browser.pointerLock = document['pointerLockElement'] === canvas ||
-                                document['mozPointerLockElement'] === canvas ||
-                                document['webkitPointerLockElement'] === canvas;
-        }
-        document.addEventListener('pointerlockchange', pointerLockChange, false);
-        document.addEventListener('mozpointerlockchange', pointerLockChange, false);
-        document.addEventListener('webkitpointerlockchange', pointerLockChange, false);
-        if (Module['elementPointerLock']) {
-          canvas.addEventListener(&quot;click&quot;, function(ev) {
-            if (!Browser.pointerLock &amp;&amp; canvas.requestPointerLock) {
-              canvas.requestPointerLock();
-              ev.preventDefault();
-            }
-          }, false);
-        }
-      },createContext:function (canvas, useWebGL, setInModule) {
-        var ctx;
-        try {
-          if (useWebGL) {
-            ctx = canvas.getContext('experimental-webgl', {
-              alpha: false
-            });
-          } else {
-            ctx = canvas.getContext('2d');
-          }
-          if (!ctx) throw ':(';
-        } catch (e) {
-          Module.print('Could not create canvas - ' + e);
-          return null;
-        }
-        if (useWebGL) {
-          // Set the background of the WebGL canvas to black
-          canvas.style.backgroundColor = &quot;black&quot;;
-          // Warn on context loss
-          canvas.addEventListener('webglcontextlost', function(event) {
-            alert('WebGL context lost. You will need to reload the page.');
-          }, false);
-        }
-        if (setInModule) {
-          Module.ctx = ctx;
-          Module.useWebGL = useWebGL;
-          Browser.moduleContextCreatedCallbacks.forEach(function(callback) { callback() });
-          Browser.init();
-        }
-        return ctx;
-      },destroyContext:function (canvas, useWebGL, setInModule) {},fullScreenHandlersInstalled:false,lockPointer:undefined,resizeCanvas:undefined,requestFullScreen:function (lockPointer, resizeCanvas) {
-        Browser.lockPointer = lockPointer;
-        Browser.resizeCanvas = resizeCanvas;
-        if (typeof Browser.lockPointer === 'undefined') Browser.lockPointer = true;
-        if (typeof Browser.resizeCanvas === 'undefined') Browser.resizeCanvas = false;
-        var canvas = Module['canvas'];
-        function fullScreenChange() {
-          Browser.isFullScreen = false;
-          if ((document['webkitFullScreenElement'] || document['webkitFullscreenElement'] ||
-               document['mozFullScreenElement'] || document['mozFullscreenElement'] ||
-               document['fullScreenElement'] || document['fullscreenElement']) === canvas) {
-            canvas.cancelFullScreen = document['cancelFullScreen'] ||
-                                      document['mozCancelFullScreen'] ||
-                                      document['webkitCancelFullScreen'];
-            canvas.cancelFullScreen = canvas.cancelFullScreen.bind(document);
-            if (Browser.lockPointer) canvas.requestPointerLock();
-            Browser.isFullScreen = true;
-            if (Browser.resizeCanvas) Browser.setFullScreenCanvasSize();
-          } else if (Browser.resizeCanvas){
-            Browser.setWindowedCanvasSize();
-          }
-          if (Module['onFullScreen']) Module['onFullScreen'](Browser.isFullScreen);
-        }
-        if (!Browser.fullScreenHandlersInstalled) {
-          Browser.fullScreenHandlersInstalled = true;
-          document.addEventListener('fullscreenchange', fullScreenChange, false);
-          document.addEventListener('mozfullscreenchange', fullScreenChange, false);
-          document.addEventListener('webkitfullscreenchange', fullScreenChange, false);
-        }
-        canvas.requestFullScreen = canvas['requestFullScreen'] ||
-                                   canvas['mozRequestFullScreen'] ||
-                                   (canvas['webkitRequestFullScreen'] ? function() { canvas['webkitRequestFullScreen'](Element['ALLOW_KEYBOARD_INPUT']) } : null);
-        canvas.requestFullScreen();
-      },requestAnimationFrame:function (func) {
-        if (!window.requestAnimationFrame) {
-          window.requestAnimationFrame = window['requestAnimationFrame'] ||
-                                         window['mozRequestAnimationFrame'] ||
-                                         window['webkitRequestAnimationFrame'] ||
-                                         window['msRequestAnimationFrame'] ||
-                                         window['oRequestAnimationFrame'] ||
-                                         window['setTimeout'];
-        }
-        window.requestAnimationFrame(func);
-      },safeCallback:function (func) {
-        return function() {
-          if (!ABORT) return func.apply(null, arguments);
-        };
-      },safeRequestAnimationFrame:function (func) {
-        return Browser.requestAnimationFrame(function() {
-          if (!ABORT) func();
-        });
-      },safeSetTimeout:function (func, timeout) {
-        return setTimeout(function() {
-          if (!ABORT) func();
-        }, timeout);
-      },safeSetInterval:function (func, timeout) {
-        return setInterval(function() {
-          if (!ABORT) func();
-        }, timeout);
-      },getMimetype:function (name) {
-        return {
-          'jpg': 'image/jpeg',
-          'jpeg': 'image/jpeg',
-          'png': 'image/png',
-          'bmp': 'image/bmp',
-          'ogg': 'audio/ogg',
-          'wav': 'audio/wav',
-          'mp3': 'audio/mpeg'
-        }[name.substr(name.lastIndexOf('.')+1)];
-      },getUserMedia:function (func) {
-        if(!window.getUserMedia) {
-          window.getUserMedia = navigator['getUserMedia'] ||
-                                navigator['mozGetUserMedia'];
-        }
-        window.getUserMedia(func);
-      },getMovementX:function (event) {
-        return event['movementX'] ||
-               event['mozMovementX'] ||
-               event['webkitMovementX'] ||
-               0;
-      },getMovementY:function (event) {
-        return event['movementY'] ||
-               event['mozMovementY'] ||
-               event['webkitMovementY'] ||
-               0;
-      },mouseX:0,mouseY:0,mouseMovementX:0,mouseMovementY:0,calculateMouseEvent:function (event) { // event should be mousemove, mousedown or mouseup
-        if (Browser.pointerLock) {
-          // When the pointer is locked, calculate the coordinates
-          // based on the movement of the mouse.
-          // Workaround for Firefox bug 764498
-          if (event.type != 'mousemove' &amp;&amp;
-              ('mozMovementX' in event)) {
-            Browser.mouseMovementX = Browser.mouseMovementY = 0;
-          } else {
-            Browser.mouseMovementX = Browser.getMovementX(event);
-            Browser.mouseMovementY = Browser.getMovementY(event);
-          }
-          // check if SDL is available
-          if (typeof SDL != &quot;undefined&quot;) {
-                  Browser.mouseX = SDL.mouseX + Browser.mouseMovementX;
-                  Browser.mouseY = SDL.mouseY + Browser.mouseMovementY;
-          } else {
-                  // just add the mouse delta to the current absolut mouse position
-                  // FIXME: ideally this should be clamped against the canvas size and zero
-                  Browser.mouseX += Browser.mouseMovementX;
-                  Browser.mouseY += Browser.mouseMovementY;
-          }        
-        } else {
-          // Otherwise, calculate the movement based on the changes
-          // in the coordinates.
-          var rect = Module[&quot;canvas&quot;].getBoundingClientRect();
-          var x = event.pageX - (window.scrollX + rect.left);
-          var y = event.pageY - (window.scrollY + rect.top);
-          // the canvas might be CSS-scaled compared to its backbuffer;
-          // SDL-using content will want mouse coordinates in terms
-          // of backbuffer units.
-          var cw = Module[&quot;canvas&quot;].width;
-          var ch = Module[&quot;canvas&quot;].height;
-          x = x * (cw / rect.width);
-          y = y * (ch / rect.height);
-          Browser.mouseMovementX = x - Browser.mouseX;
-          Browser.mouseMovementY = y - Browser.mouseY;
-          Browser.mouseX = x;
-          Browser.mouseY = y;
-        }
-      },xhrLoad:function (url, onload, onerror) {
-        var xhr = new XMLHttpRequest();
-        xhr.open('GET', url, true);
-        xhr.responseType = 'arraybuffer';
-        xhr.onload = function() {
-          if (xhr.status == 200 || (xhr.status == 0 &amp;&amp; xhr.response)) { // file URLs can return 0
-            onload(xhr.response);
-          } else {
-            onerror();
-          }
-        };
-        xhr.onerror = onerror;
-        xhr.send(null);
-      },asyncLoad:function (url, onload, onerror, noRunDep) {
-        Browser.xhrLoad(url, function(arrayBuffer) {
-          assert(arrayBuffer, 'Loading data file &quot;' + url + '&quot; failed (no arrayBuffer).');
-          onload(new Uint8Array(arrayBuffer));
-          if (!noRunDep) removeRunDependency('al ' + url);
-        }, function(event) {
-          if (onerror) {
-            onerror();
-          } else {
-            throw 'Loading data file &quot;' + url + '&quot; failed.';
-          }
-        });
-        if (!noRunDep) addRunDependency('al ' + url);
-      },resizeListeners:[],updateResizeListeners:function () {
-        var canvas = Module['canvas'];
-        Browser.resizeListeners.forEach(function(listener) {
-          listener(canvas.width, canvas.height);
-        });
-      },setCanvasSize:function (width, height, noUpdates) {
-        var canvas = Module['canvas'];
-        canvas.width = width;
-        canvas.height = height;
-        if (!noUpdates) Browser.updateResizeListeners();
-      },windowedWidth:0,windowedHeight:0,setFullScreenCanvasSize:function () {
-        var canvas = Module['canvas'];
-        this.windowedWidth = canvas.width;
-        this.windowedHeight = canvas.height;
-        canvas.width = screen.width;
-        canvas.height = screen.height;
-        // check if SDL is available   
-        if (typeof SDL != &quot;undefined&quot;) {
-                var flags = HEAPU32[((SDL.screen+Runtime.QUANTUM_SIZE*0)&gt;&gt;2)];
-                flags = flags | 0x00800000; // set SDL_FULLSCREEN flag
-                HEAP32[((SDL.screen+Runtime.QUANTUM_SIZE*0)&gt;&gt;2)]=flags
-        }
-        Browser.updateResizeListeners();
-      },setWindowedCanvasSize:function () {
-        var canvas = Module['canvas'];
-        canvas.width = this.windowedWidth;
-        canvas.height = this.windowedHeight;
-        // check if SDL is available       
-        if (typeof SDL != &quot;undefined&quot;) {
-                var flags = HEAPU32[((SDL.screen+Runtime.QUANTUM_SIZE*0)&gt;&gt;2)];
-                flags = flags &amp; ~0x00800000; // clear SDL_FULLSCREEN flag
-                HEAP32[((SDL.screen+Runtime.QUANTUM_SIZE*0)&gt;&gt;2)]=flags
-        }
-        Browser.updateResizeListeners();
-      }};
-FS.staticInit();__ATINIT__.unshift({ func: function() { if (!Module[&quot;noFSInit&quot;] &amp;&amp; !FS.init.initialized) FS.init() } });__ATMAIN__.push({ func: function() { FS.ignorePermissions = false } });__ATEXIT__.push({ func: function() { FS.quit() } });Module[&quot;FS_createFolder&quot;] = FS.createFolder;Module[&quot;FS_createPath&quot;] = FS.createPath;Module[&quot;FS_createDataFile&quot;] = FS.createDataFile;Module[&quot;FS_createPreloadedFile&quot;] = FS.createPreloadedFile;Module[&quot;FS_createLazyFile&quot;] = FS.createLazyFile;Module[&quot;FS_createLink&quot;] = FS.createLink;Module[&quot;FS_createDevice&quot;] = FS.createDevice;
-___errno_state = Runtime.staticAlloc(4); HEAP32[((___errno_state)&gt;&gt;2)]=0;
-Module[&quot;requestFullScreen&quot;] = function(lockPointer, resizeCanvas) { Browser.requestFullScreen(lockPointer, resizeCanvas) };
-  Module[&quot;requestAnimationFrame&quot;] = function(func) { Browser.requestAnimationFrame(func) };
-  Module[&quot;setCanvasSize&quot;] = function(width, height, noUpdates) { Browser.setCanvasSize(width, height, noUpdates) };
-  Module[&quot;pauseMainLoop&quot;] = function() { Browser.mainLoop.pause() };
-  Module[&quot;resumeMainLoop&quot;] = function() { Browser.mainLoop.resume() };
-  Module[&quot;getUserMedia&quot;] = function() { Browser.getUserMedia() }
-STACK_BASE = STACKTOP = Runtime.alignMemory(STATICTOP);
-staticSealed = true; // seal the static portion of memory
-STACK_MAX = STACK_BASE + 5242880;
-DYNAMIC_BASE = DYNAMICTOP = Runtime.alignMemory(STACK_MAX);
-assert(DYNAMIC_BASE &lt; TOTAL_MEMORY); // Stack must fit in TOTAL_MEMORY; allocations from here on may enlarge TOTAL_MEMORY
-var Math_min = Math.min;
-function invoke_ii(index,a1) {
-  try {
-    return Module[&quot;dynCall_ii&quot;](index,a1);
-  } catch(e) {
-    if (typeof e !== 'number' &amp;&amp; e !== 'longjmp') throw e;
-    asm[&quot;setThrew&quot;](1, 0);
-  }
-}
-function invoke_v(index) {
-  try {
-    Module[&quot;dynCall_v&quot;](index);
-  } catch(e) {
-    if (typeof e !== 'number' &amp;&amp; e !== 'longjmp') throw e;
-    asm[&quot;setThrew&quot;](1, 0);
-  }
-}
-function invoke_iii(index,a1,a2) {
-  try {
-    return Module[&quot;dynCall_iii&quot;](index,a1,a2);
-  } catch(e) {
-    if (typeof e !== 'number' &amp;&amp; e !== 'longjmp') throw e;
-    asm[&quot;setThrew&quot;](1, 0);
-  }
-}
-function invoke_vi(index,a1) {
-  try {
-    Module[&quot;dynCall_vi&quot;](index,a1);
-  } catch(e) {
-    if (typeof e !== 'number' &amp;&amp; e !== 'longjmp') throw e;
-    asm[&quot;setThrew&quot;](1, 0);
-  }
-}
-function asmPrintInt(x, y) {
-  Module.print('int ' + x + ',' + y);// + ' ' + new Error().stack);
-}
-function asmPrintFloat(x, y) {
-  Module.print('float ' + x + ',' + y);// + ' ' + new Error().stack);
-}
-// EMSCRIPTEN_START_ASM
-var asm = (function(global, env, buffer) {
-  'use asm';
-  var HEAP8 = new global.Int8Array(buffer);
-  var HEAP16 = new global.Int16Array(buffer);
-  var HEAP32 = new global.Int32Array(buffer);
-  var HEAPU8 = new global.Uint8Array(buffer);
-  var HEAPU16 = new global.Uint16Array(buffer);
-  var HEAPU32 = new global.Uint32Array(buffer);
-  var HEAPF32 = new global.Float32Array(buffer);
-  var HEAPF64 = new global.Float64Array(buffer);
-  var STACKTOP=env.STACKTOP|0;
-  var STACK_MAX=env.STACK_MAX|0;
-  var tempDoublePtr=env.tempDoublePtr|0;
-  var ABORT=env.ABORT|0;
-  var NaN=+env.NaN;
-  var Infinity=+env.Infinity;
-  var __THREW__ = 0;
-  var threwValue = 0;
-  var setjmpId = 0;
-  var undef = 0;
-  var tempInt = 0, tempBigInt = 0, tempBigIntP = 0, tempBigIntS = 0, tempBigIntR = 0.0, tempBigIntI = 0, tempBigIntD = 0, tempValue = 0, tempDouble = 0.0;
-  var tempRet0 = 0;
-  var tempRet1 = 0;
-  var tempRet2 = 0;
-  var tempRet3 = 0;
-  var tempRet4 = 0;
-  var tempRet5 = 0;
-  var tempRet6 = 0;
-  var tempRet7 = 0;
-  var tempRet8 = 0;
-  var tempRet9 = 0;
-  var Math_floor=global.Math.floor;
-  var Math_abs=global.Math.abs;
-  var Math_sqrt=global.Math.sqrt;
-  var Math_pow=global.Math.pow;
-  var Math_cos=global.Math.cos;
-  var Math_sin=global.Math.sin;
-  var Math_tan=global.Math.tan;
-  var Math_acos=global.Math.acos;
-  var Math_asin=global.Math.asin;
-  var Math_atan=global.Math.atan;
-  var Math_atan2=global.Math.atan2;
-  var Math_exp=global.Math.exp;
-  var Math_log=global.Math.log;
-  var Math_ceil=global.Math.ceil;
-  var Math_imul=global.Math.imul;
-  var abort=env.abort;
-  var assert=env.assert;
-  var asmPrintInt=env.asmPrintInt;
-  var asmPrintFloat=env.asmPrintFloat;
-  var Math_min=env.min;
-  var invoke_ii=env.invoke_ii;
-  var invoke_v=env.invoke_v;
-  var invoke_iii=env.invoke_iii;
-  var invoke_vi=env.invoke_vi;
-  var _pwrite=env._pwrite;
-  var _sysconf=env._sysconf;
-  var _sbrk=env._sbrk;
-  var ___setErrNo=env.___setErrNo;
-  var _fwrite=env._fwrite;
-  var __reallyNegative=env.__reallyNegative;
-  var _time=env._time;
-  var __formatString=env.__formatString;
-  var _send=env._send;
-  var _write=env._write;
-  var _abort=env._abort;
-  var _fprintf=env._fprintf;
-  var _printf=env._printf;
-  var ___errno_location=env.___errno_location;
-  var _fflush=env._fflush;
-// EMSCRIPTEN_START_FUNCS
-function stackAlloc(i1) {
- i1 = i1 | 0;
- var i2 = 0;
- i2 = STACKTOP;
- STACKTOP = STACKTOP + i1 | 0;
- STACKTOP = STACKTOP + 7 &gt;&gt; 3 &lt;&lt; 3;
- return i2 | 0;
-}
-function stackSave() {
- return STACKTOP | 0;
-}
-function stackRestore(i1) {
- i1 = i1 | 0;
- STACKTOP = i1;
-}
-function setThrew(i1, i2) {
- i1 = i1 | 0;
- i2 = i2 | 0;
- if ((__THREW__ | 0) == 0) {
-  __THREW__ = i1;
-  threwValue = i2;
- }
-}
-function copyTempFloat(i1) {
- i1 = i1 | 0;
- HEAP8[tempDoublePtr] = HEAP8[i1];
- HEAP8[tempDoublePtr + 1 | 0] = HEAP8[i1 + 1 | 0];
- HEAP8[tempDoublePtr + 2 | 0] = HEAP8[i1 + 2 | 0];
- HEAP8[tempDoublePtr + 3 | 0] = HEAP8[i1 + 3 | 0];
-}
-function copyTempDouble(i1) {
- i1 = i1 | 0;
- HEAP8[tempDoublePtr] = HEAP8[i1];
- HEAP8[tempDoublePtr + 1 | 0] = HEAP8[i1 + 1 | 0];
- HEAP8[tempDoublePtr + 2 | 0] = HEAP8[i1 + 2 | 0];
- HEAP8[tempDoublePtr + 3 | 0] = HEAP8[i1 + 3 | 0];
- HEAP8[tempDoublePtr + 4 | 0] = HEAP8[i1 + 4 | 0];
- HEAP8[tempDoublePtr + 5 | 0] = HEAP8[i1 + 5 | 0];
- HEAP8[tempDoublePtr + 6 | 0] = HEAP8[i1 + 6 | 0];
- HEAP8[tempDoublePtr + 7 | 0] = HEAP8[i1 + 7 | 0];
-}
-function setTempRet0(i1) {
- i1 = i1 | 0;
- tempRet0 = i1;
-}
-function setTempRet1(i1) {
- i1 = i1 | 0;
- tempRet1 = i1;
-}
-function setTempRet2(i1) {
- i1 = i1 | 0;
- tempRet2 = i1;
-}
-function setTempRet3(i1) {
- i1 = i1 | 0;
- tempRet3 = i1;
-}
-function setTempRet4(i1) {
- i1 = i1 | 0;
- tempRet4 = i1;
-}
-function setTempRet5(i1) {
- i1 = i1 | 0;
- tempRet5 = i1;
-}
-function setTempRet6(i1) {
- i1 = i1 | 0;
- tempRet6 = i1;
-}
-function setTempRet7(i1) {
- i1 = i1 | 0;
- tempRet7 = i1;
-}
-function setTempRet8(i1) {
- i1 = i1 | 0;
- tempRet8 = i1;
-}
-function setTempRet9(i1) {
- i1 = i1 | 0;
- tempRet9 = i1;
-}
-function runPostSets() {
-}
-function _main(i1, i2) {
- i1 = i1 | 0;
- i2 = i2 | 0;
- var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0;
- i3 = STACKTOP;
- do {
-  if ((i1 | 0) &gt; 1) {
-   i4 = HEAP8[HEAP32[i2 + 4 &gt;&gt; 2] | 0] | 0;
-   if ((i4 | 0) == 50) {
-    i5 = 400;
-    break;
-   } else if ((i4 | 0) == 51) {
-    i6 = 4;
-    break;
-   } else if ((i4 | 0) == 52) {
-    i5 = 4e3;
-    break;
-   } else if ((i4 | 0) == 53) {
-    i5 = 8e3;
-    break;
-   } else if ((i4 | 0) == 49) {
-    i5 = 55;
-    break;
-   } else if ((i4 | 0) == 48) {
-    i7 = 0;
-    STACKTOP = i3;
-    return i7 | 0;
-   } else {
-    _printf(24, (i8 = STACKTOP, STACKTOP = STACKTOP + 8 | 0, HEAP32[i8 &gt;&gt; 2] = i4 - 48, i8) | 0) | 0;
-    STACKTOP = i8;
-    i7 = -1;
-    STACKTOP = i3;
-    return i7 | 0;
-   }
-  } else {
-   i6 = 4;
-  }
- } while (0);
- if ((i6 | 0) == 4) {
-  i5 = 800;
- }
- i6 = _malloc(1048576) | 0;
- i2 = 0;
- i1 = 0;
- do {
-  i4 = 0;
-  while (1) {
-   HEAP8[i6 + i4 | 0] = i4 + i2 &amp; 255;
-   i9 = i4 + 1 | 0;
-   if ((i9 | 0) &lt; 1048576) {
-    i4 = i9;
-   } else {
-    i10 = i2;
-    i11 = 0;
-    break;
-   }
-  }
-  do {
-   i10 = (HEAP8[i6 + i11 | 0] &amp; 1) + i10 | 0;
-   i11 = i11 + 1 | 0;
-  } while ((i11 | 0) &lt; 1048576);
-  i2 = (i10 | 0) % 1e3 | 0;
-  i1 = i1 + 1 | 0;
- } while ((i1 | 0) &lt; (i5 | 0));
- _printf(8, (i8 = STACKTOP, STACKTOP = STACKTOP + 8 | 0, HEAP32[i8 &gt;&gt; 2] = i2, i8) | 0) | 0;
- STACKTOP = i8;
- i7 = 0;
- STACKTOP = i3;
- return i7 | 0;
-}
-function _malloc(i1) {
- i1 = i1 | 0;
- var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, i32 = 0, i33 = 0, i34 = 0, i35 = 0, i36 = 0, i37 = 0, i38 = 0, i39 = 0, i40 = 0, i41 = 0, i42 = 0, i43 = 0, i44 = 0, i45 = 0, i46 = 0, i47 = 0, i48 = 0, i49 = 0, i50 = 0, i51 = 0, i52 = 0, i53 = 0, i54 = 0, i55 = 0, i56 = 0, i57 = 0, i58 = 0, i59 = 0, i60 = 0, i61 = 0, i62 = 0, i63 = 0, i64 = 0, i65 = 0, i66 = 0, i67 = 0, i68 = 0, i69 = 0, i70 = 0, i71 = 0, i72 = 0, i73 = 0, i74 = 0, i75 = 0, i76 = 0, i77 = 0, i78 = 0, i79 = 0, i80 = 0, i81 = 0, i82 = 0, i83 = 0, i84 = 0, i85 = 0, i86 = 0;
- do {
-  if (i1 &gt;&gt;&gt; 0 &lt; 245) {
-   if (i1 &gt;&gt;&gt; 0 &lt; 11) {
-    i2 = 16;
-   } else {
-    i2 = i1 + 11 &amp; -8;
-   }
-   i3 = i2 &gt;&gt;&gt; 3;
-   i4 = HEAP32[16] | 0;
-   i5 = i4 &gt;&gt;&gt; (i3 &gt;&gt;&gt; 0);
-   if ((i5 &amp; 3 | 0) != 0) {
-    i6 = (i5 &amp; 1 ^ 1) + i3 | 0;
-    i7 = i6 &lt;&lt; 1;
-    i8 = 104 + (i7 &lt;&lt; 2) | 0;
-    i9 = 104 + (i7 + 2 &lt;&lt; 2) | 0;
-    i7 = HEAP32[i9 &gt;&gt; 2] | 0;
-    i10 = i7 + 8 | 0;
-    i11 = HEAP32[i10 &gt;&gt; 2] | 0;
-    do {
-     if ((i8 | 0) == (i11 | 0)) {
-      HEAP32[16] = i4 &amp; ~(1 &lt;&lt; i6);
-     } else {
-      if (i11 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-       _abort();
-       return 0;
-      }
-      i12 = i11 + 12 | 0;
-      if ((HEAP32[i12 &gt;&gt; 2] | 0) == (i7 | 0)) {
-       HEAP32[i12 &gt;&gt; 2] = i8;
-       HEAP32[i9 &gt;&gt; 2] = i11;
-       break;
-      } else {
-       _abort();
-       return 0;
-      }
-     }
-    } while (0);
-    i11 = i6 &lt;&lt; 3;
-    HEAP32[i7 + 4 &gt;&gt; 2] = i11 | 3;
-    i9 = i7 + (i11 | 4) | 0;
-    HEAP32[i9 &gt;&gt; 2] = HEAP32[i9 &gt;&gt; 2] | 1;
-    i13 = i10;
-    return i13 | 0;
-   }
-   if (i2 &gt;&gt;&gt; 0 &lt;= (HEAP32[18] | 0) &gt;&gt;&gt; 0) {
-    i14 = i2;
-    break;
-   }
-   if ((i5 | 0) != 0) {
-    i9 = 2 &lt;&lt; i3;
-    i11 = i5 &lt;&lt; i3 &amp; (i9 | -i9);
-    i9 = (i11 &amp; -i11) - 1 | 0;
-    i11 = i9 &gt;&gt;&gt; 12 &amp; 16;
-    i8 = i9 &gt;&gt;&gt; (i11 &gt;&gt;&gt; 0);
-    i9 = i8 &gt;&gt;&gt; 5 &amp; 8;
-    i12 = i8 &gt;&gt;&gt; (i9 &gt;&gt;&gt; 0);
-    i8 = i12 &gt;&gt;&gt; 2 &amp; 4;
-    i15 = i12 &gt;&gt;&gt; (i8 &gt;&gt;&gt; 0);
-    i12 = i15 &gt;&gt;&gt; 1 &amp; 2;
-    i16 = i15 &gt;&gt;&gt; (i12 &gt;&gt;&gt; 0);
-    i15 = i16 &gt;&gt;&gt; 1 &amp; 1;
-    i17 = (i9 | i11 | i8 | i12 | i15) + (i16 &gt;&gt;&gt; (i15 &gt;&gt;&gt; 0)) | 0;
-    i15 = i17 &lt;&lt; 1;
-    i16 = 104 + (i15 &lt;&lt; 2) | 0;
-    i12 = 104 + (i15 + 2 &lt;&lt; 2) | 0;
-    i15 = HEAP32[i12 &gt;&gt; 2] | 0;
-    i8 = i15 + 8 | 0;
-    i11 = HEAP32[i8 &gt;&gt; 2] | 0;
-    do {
-     if ((i16 | 0) == (i11 | 0)) {
-      HEAP32[16] = i4 &amp; ~(1 &lt;&lt; i17);
-     } else {
-      if (i11 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-       _abort();
-       return 0;
-      }
-      i9 = i11 + 12 | 0;
-      if ((HEAP32[i9 &gt;&gt; 2] | 0) == (i15 | 0)) {
-       HEAP32[i9 &gt;&gt; 2] = i16;
-       HEAP32[i12 &gt;&gt; 2] = i11;
-       break;
-      } else {
-       _abort();
-       return 0;
-      }
-     }
-    } while (0);
-    i11 = i17 &lt;&lt; 3;
-    i12 = i11 - i2 | 0;
-    HEAP32[i15 + 4 &gt;&gt; 2] = i2 | 3;
-    i16 = i15;
-    i4 = i16 + i2 | 0;
-    HEAP32[i16 + (i2 | 4) &gt;&gt; 2] = i12 | 1;
-    HEAP32[i16 + i11 &gt;&gt; 2] = i12;
-    i11 = HEAP32[18] | 0;
-    if ((i11 | 0) != 0) {
-     i16 = HEAP32[21] | 0;
-     i3 = i11 &gt;&gt;&gt; 3;
-     i11 = i3 &lt;&lt; 1;
-     i5 = 104 + (i11 &lt;&lt; 2) | 0;
-     i10 = HEAP32[16] | 0;
-     i7 = 1 &lt;&lt; i3;
-     do {
-      if ((i10 &amp; i7 | 0) == 0) {
-       HEAP32[16] = i10 | i7;
-       i18 = i5;
-       i19 = 104 + (i11 + 2 &lt;&lt; 2) | 0;
-      } else {
-       i3 = 104 + (i11 + 2 &lt;&lt; 2) | 0;
-       i6 = HEAP32[i3 &gt;&gt; 2] | 0;
-       if (i6 &gt;&gt;&gt; 0 &gt;= (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-        i18 = i6;
-        i19 = i3;
-        break;
-       }
-       _abort();
-       return 0;
-      }
-     } while (0);
-     HEAP32[i19 &gt;&gt; 2] = i16;
-     HEAP32[i18 + 12 &gt;&gt; 2] = i16;
-     HEAP32[i16 + 8 &gt;&gt; 2] = i18;
-     HEAP32[i16 + 12 &gt;&gt; 2] = i5;
-    }
-    HEAP32[18] = i12;
-    HEAP32[21] = i4;
-    i13 = i8;
-    return i13 | 0;
-   }
-   i11 = HEAP32[17] | 0;
-   if ((i11 | 0) == 0) {
-    i14 = i2;
-    break;
-   }
-   i7 = (i11 &amp; -i11) - 1 | 0;
-   i11 = i7 &gt;&gt;&gt; 12 &amp; 16;
-   i10 = i7 &gt;&gt;&gt; (i11 &gt;&gt;&gt; 0);
-   i7 = i10 &gt;&gt;&gt; 5 &amp; 8;
-   i15 = i10 &gt;&gt;&gt; (i7 &gt;&gt;&gt; 0);
-   i10 = i15 &gt;&gt;&gt; 2 &amp; 4;
-   i17 = i15 &gt;&gt;&gt; (i10 &gt;&gt;&gt; 0);
-   i15 = i17 &gt;&gt;&gt; 1 &amp; 2;
-   i3 = i17 &gt;&gt;&gt; (i15 &gt;&gt;&gt; 0);
-   i17 = i3 &gt;&gt;&gt; 1 &amp; 1;
-   i6 = HEAP32[368 + ((i7 | i11 | i10 | i15 | i17) + (i3 &gt;&gt;&gt; (i17 &gt;&gt;&gt; 0)) &lt;&lt; 2) &gt;&gt; 2] | 0;
-   i17 = i6;
-   i3 = i6;
-   i15 = (HEAP32[i6 + 4 &gt;&gt; 2] &amp; -8) - i2 | 0;
-   while (1) {
-    i6 = HEAP32[i17 + 16 &gt;&gt; 2] | 0;
-    if ((i6 | 0) == 0) {
-     i10 = HEAP32[i17 + 20 &gt;&gt; 2] | 0;
-     if ((i10 | 0) == 0) {
-      break;
-     } else {
-      i20 = i10;
-     }
-    } else {
-     i20 = i6;
-    }
-    i6 = (HEAP32[i20 + 4 &gt;&gt; 2] &amp; -8) - i2 | 0;
-    i10 = i6 &gt;&gt;&gt; 0 &lt; i15 &gt;&gt;&gt; 0;
-    i17 = i20;
-    i3 = i10 ? i20 : i3;
-    i15 = i10 ? i6 : i15;
-   }
-   i17 = i3;
-   i8 = HEAP32[20] | 0;
-   if (i17 &gt;&gt;&gt; 0 &lt; i8 &gt;&gt;&gt; 0) {
-    _abort();
-    return 0;
-   }
-   i4 = i17 + i2 | 0;
-   i12 = i4;
-   if (i17 &gt;&gt;&gt; 0 &gt;= i4 &gt;&gt;&gt; 0) {
-    _abort();
-    return 0;
-   }
-   i4 = HEAP32[i3 + 24 &gt;&gt; 2] | 0;
-   i5 = HEAP32[i3 + 12 &gt;&gt; 2] | 0;
-   do {
-    if ((i5 | 0) == (i3 | 0)) {
-     i16 = i3 + 20 | 0;
-     i6 = HEAP32[i16 &gt;&gt; 2] | 0;
-     if ((i6 | 0) == 0) {
-      i10 = i3 + 16 | 0;
-      i11 = HEAP32[i10 &gt;&gt; 2] | 0;
-      if ((i11 | 0) == 0) {
-       i21 = 0;
-       break;
-      } else {
-       i22 = i11;
-       i23 = i10;
-      }
-     } else {
-      i22 = i6;
-      i23 = i16;
-     }
-     while (1) {
-      i16 = i22 + 20 | 0;
-      i6 = HEAP32[i16 &gt;&gt; 2] | 0;
-      if ((i6 | 0) != 0) {
-       i22 = i6;
-       i23 = i16;
-       continue;
-      }
-      i16 = i22 + 16 | 0;
-      i6 = HEAP32[i16 &gt;&gt; 2] | 0;
-      if ((i6 | 0) == 0) {
-       break;
-      } else {
-       i22 = i6;
-       i23 = i16;
-      }
-     }
-     if (i23 &gt;&gt;&gt; 0 &lt; i8 &gt;&gt;&gt; 0) {
-      _abort();
-      return 0;
-     } else {
-      HEAP32[i23 &gt;&gt; 2] = 0;
-      i21 = i22;
-      break;
-     }
-    } else {
-     i16 = HEAP32[i3 + 8 &gt;&gt; 2] | 0;
-     if (i16 &gt;&gt;&gt; 0 &lt; i8 &gt;&gt;&gt; 0) {
-      _abort();
-      return 0;
-     }
-     i6 = i16 + 12 | 0;
-     if ((HEAP32[i6 &gt;&gt; 2] | 0) != (i3 | 0)) {
-      _abort();
-      return 0;
-     }
-     i10 = i5 + 8 | 0;
-     if ((HEAP32[i10 &gt;&gt; 2] | 0) == (i3 | 0)) {
-      HEAP32[i6 &gt;&gt; 2] = i5;
-      HEAP32[i10 &gt;&gt; 2] = i16;
-      i21 = i5;
-      break;
-     } else {
-      _abort();
-      return 0;
-     }
-    }
-   } while (0);
-   L100 : do {
-    if ((i4 | 0) != 0) {
-     i5 = i3 + 28 | 0;
-     i8 = 368 + (HEAP32[i5 &gt;&gt; 2] &lt;&lt; 2) | 0;
-     do {
-      if ((i3 | 0) == (HEAP32[i8 &gt;&gt; 2] | 0)) {
-       HEAP32[i8 &gt;&gt; 2] = i21;
-       if ((i21 | 0) != 0) {
-        break;
-       }
-       HEAP32[17] = HEAP32[17] &amp; ~(1 &lt;&lt; HEAP32[i5 &gt;&gt; 2]);
-       break L100;
-      } else {
-       if (i4 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-        _abort();
-        return 0;
-       }
-       i16 = i4 + 16 | 0;
-       if ((HEAP32[i16 &gt;&gt; 2] | 0) == (i3 | 0)) {
-        HEAP32[i16 &gt;&gt; 2] = i21;
-       } else {
-        HEAP32[i4 + 20 &gt;&gt; 2] = i21;
-       }
-       if ((i21 | 0) == 0) {
-        break L100;
-       }
-      }
-     } while (0);
-     if (i21 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-      _abort();
-      return 0;
-     }
-     HEAP32[i21 + 24 &gt;&gt; 2] = i4;
-     i5 = HEAP32[i3 + 16 &gt;&gt; 2] | 0;
-     do {
-      if ((i5 | 0) != 0) {
-       if (i5 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-        _abort();
-        return 0;
-       } else {
-        HEAP32[i21 + 16 &gt;&gt; 2] = i5;
-        HEAP32[i5 + 24 &gt;&gt; 2] = i21;
-        break;
-       }
-      }
-     } while (0);
-     i5 = HEAP32[i3 + 20 &gt;&gt; 2] | 0;
-     if ((i5 | 0) == 0) {
-      break;
-     }
-     if (i5 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-      _abort();
-      return 0;
-     } else {
-      HEAP32[i21 + 20 &gt;&gt; 2] = i5;
-      HEAP32[i5 + 24 &gt;&gt; 2] = i21;
-      break;
-     }
-    }
-   } while (0);
-   if (i15 &gt;&gt;&gt; 0 &lt; 16) {
-    i4 = i15 + i2 | 0;
-    HEAP32[i3 + 4 &gt;&gt; 2] = i4 | 3;
-    i5 = i17 + (i4 + 4) | 0;
-    HEAP32[i5 &gt;&gt; 2] = HEAP32[i5 &gt;&gt; 2] | 1;
-   } else {
-    HEAP32[i3 + 4 &gt;&gt; 2] = i2 | 3;
-    HEAP32[i17 + (i2 | 4) &gt;&gt; 2] = i15 | 1;
-    HEAP32[i17 + (i15 + i2) &gt;&gt; 2] = i15;
-    i5 = HEAP32[18] | 0;
-    if ((i5 | 0) != 0) {
-     i4 = HEAP32[21] | 0;
-     i8 = i5 &gt;&gt;&gt; 3;
-     i5 = i8 &lt;&lt; 1;
-     i16 = 104 + (i5 &lt;&lt; 2) | 0;
-     i10 = HEAP32[16] | 0;
-     i6 = 1 &lt;&lt; i8;
-     do {
-      if ((i10 &amp; i6 | 0) == 0) {
-       HEAP32[16] = i10 | i6;
-       i24 = i16;
-       i25 = 104 + (i5 + 2 &lt;&lt; 2) | 0;
-      } else {
-       i8 = 104 + (i5 + 2 &lt;&lt; 2) | 0;
-       i11 = HEAP32[i8 &gt;&gt; 2] | 0;
-       if (i11 &gt;&gt;&gt; 0 &gt;= (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-        i24 = i11;
-        i25 = i8;
-        break;
-       }
-       _abort();
-       return 0;
-      }
-     } while (0);
-     HEAP32[i25 &gt;&gt; 2] = i4;
-     HEAP32[i24 + 12 &gt;&gt; 2] = i4;
-     HEAP32[i4 + 8 &gt;&gt; 2] = i24;
-     HEAP32[i4 + 12 &gt;&gt; 2] = i16;
-    }
-    HEAP32[18] = i15;
-    HEAP32[21] = i12;
-   }
-   i5 = i3 + 8 | 0;
-   if ((i5 | 0) == 0) {
-    i14 = i2;
-    break;
-   } else {
-    i13 = i5;
-   }
-   return i13 | 0;
-  } else {
-   if (i1 &gt;&gt;&gt; 0 &gt; 4294967231) {
-    i14 = -1;
-    break;
-   }
-   i5 = i1 + 11 | 0;
-   i6 = i5 &amp; -8;
-   i10 = HEAP32[17] | 0;
-   if ((i10 | 0) == 0) {
-    i14 = i6;
-    break;
-   }
-   i17 = -i6 | 0;
-   i8 = i5 &gt;&gt;&gt; 8;
-   do {
-    if ((i8 | 0) == 0) {
-     i26 = 0;
-    } else {
-     if (i6 &gt;&gt;&gt; 0 &gt; 16777215) {
-      i26 = 31;
-      break;
-     }
-     i5 = (i8 + 1048320 | 0) &gt;&gt;&gt; 16 &amp; 8;
-     i11 = i8 &lt;&lt; i5;
-     i7 = (i11 + 520192 | 0) &gt;&gt;&gt; 16 &amp; 4;
-     i9 = i11 &lt;&lt; i7;
-     i11 = (i9 + 245760 | 0) &gt;&gt;&gt; 16 &amp; 2;
-     i27 = 14 - (i7 | i5 | i11) + (i9 &lt;&lt; i11 &gt;&gt;&gt; 15) | 0;
-     i26 = i6 &gt;&gt;&gt; ((i27 + 7 | 0) &gt;&gt;&gt; 0) &amp; 1 | i27 &lt;&lt; 1;
-    }
-   } while (0);
-   i8 = HEAP32[368 + (i26 &lt;&lt; 2) &gt;&gt; 2] | 0;
-   L148 : do {
-    if ((i8 | 0) == 0) {
-     i28 = 0;
-     i29 = i17;
-     i30 = 0;
-    } else {
-     if ((i26 | 0) == 31) {
-      i31 = 0;
-     } else {
-      i31 = 25 - (i26 &gt;&gt;&gt; 1) | 0;
-     }
-     i3 = 0;
-     i12 = i17;
-     i15 = i8;
-     i16 = i6 &lt;&lt; i31;
-     i4 = 0;
-     while (1) {
-      i27 = HEAP32[i15 + 4 &gt;&gt; 2] &amp; -8;
-      i11 = i27 - i6 | 0;
-      if (i11 &gt;&gt;&gt; 0 &lt; i12 &gt;&gt;&gt; 0) {
-       if ((i27 | 0) == (i6 | 0)) {
-        i28 = i15;
-        i29 = i11;
-        i30 = i15;
-        break L148;
-       } else {
-        i32 = i15;
-        i33 = i11;
-       }
-      } else {
-       i32 = i3;
-       i33 = i12;
-      }
-      i11 = HEAP32[i15 + 20 &gt;&gt; 2] | 0;
-      i27 = HEAP32[i15 + 16 + (i16 &gt;&gt;&gt; 31 &lt;&lt; 2) &gt;&gt; 2] | 0;
-      i9 = (i11 | 0) == 0 | (i11 | 0) == (i27 | 0) ? i4 : i11;
-      if ((i27 | 0) == 0) {
-       i28 = i32;
-       i29 = i33;
-       i30 = i9;
-       break;
-      } else {
-       i3 = i32;
-       i12 = i33;
-       i15 = i27;
-       i16 = i16 &lt;&lt; 1;
-       i4 = i9;
-      }
-     }
-    }
-   } while (0);
-   if ((i30 | 0) == 0 &amp; (i28 | 0) == 0) {
-    i8 = 2 &lt;&lt; i26;
-    i17 = (i8 | -i8) &amp; i10;
-    if ((i17 | 0) == 0) {
-     i14 = i6;
-     break;
-    }
-    i8 = (i17 &amp; -i17) - 1 | 0;
-    i17 = i8 &gt;&gt;&gt; 12 &amp; 16;
-    i4 = i8 &gt;&gt;&gt; (i17 &gt;&gt;&gt; 0);
-    i8 = i4 &gt;&gt;&gt; 5 &amp; 8;
-    i16 = i4 &gt;&gt;&gt; (i8 &gt;&gt;&gt; 0);
-    i4 = i16 &gt;&gt;&gt; 2 &amp; 4;
-    i15 = i16 &gt;&gt;&gt; (i4 &gt;&gt;&gt; 0);
-    i16 = i15 &gt;&gt;&gt; 1 &amp; 2;
-    i12 = i15 &gt;&gt;&gt; (i16 &gt;&gt;&gt; 0);
-    i15 = i12 &gt;&gt;&gt; 1 &amp; 1;
-    i34 = HEAP32[368 + ((i8 | i17 | i4 | i16 | i15) + (i12 &gt;&gt;&gt; (i15 &gt;&gt;&gt; 0)) &lt;&lt; 2) &gt;&gt; 2] | 0;
-   } else {
-    i34 = i30;
-   }
-   if ((i34 | 0) == 0) {
-    i35 = i29;
-    i36 = i28;
-   } else {
-    i15 = i34;
-    i12 = i29;
-    i16 = i28;
-    while (1) {
-     i4 = (HEAP32[i15 + 4 &gt;&gt; 2] &amp; -8) - i6 | 0;
-     i17 = i4 &gt;&gt;&gt; 0 &lt; i12 &gt;&gt;&gt; 0;
-     i8 = i17 ? i4 : i12;
-     i4 = i17 ? i15 : i16;
-     i17 = HEAP32[i15 + 16 &gt;&gt; 2] | 0;
-     if ((i17 | 0) != 0) {
-      i15 = i17;
-      i12 = i8;
-      i16 = i4;
-      continue;
-     }
-     i17 = HEAP32[i15 + 20 &gt;&gt; 2] | 0;
-     if ((i17 | 0) == 0) {
-      i35 = i8;
-      i36 = i4;
-      break;
-     } else {
-      i15 = i17;
-      i12 = i8;
-      i16 = i4;
-     }
-    }
-   }
-   if ((i36 | 0) == 0) {
-    i14 = i6;
-    break;
-   }
-   if (i35 &gt;&gt;&gt; 0 &gt;= ((HEAP32[18] | 0) - i6 | 0) &gt;&gt;&gt; 0) {
-    i14 = i6;
-    break;
-   }
-   i16 = i36;
-   i12 = HEAP32[20] | 0;
-   if (i16 &gt;&gt;&gt; 0 &lt; i12 &gt;&gt;&gt; 0) {
-    _abort();
-    return 0;
-   }
-   i15 = i16 + i6 | 0;
-   i10 = i15;
-   if (i16 &gt;&gt;&gt; 0 &gt;= i15 &gt;&gt;&gt; 0) {
-    _abort();
-    return 0;
-   }
-   i4 = HEAP32[i36 + 24 &gt;&gt; 2] | 0;
-   i8 = HEAP32[i36 + 12 &gt;&gt; 2] | 0;
-   do {
-    if ((i8 | 0) == (i36 | 0)) {
-     i17 = i36 + 20 | 0;
-     i3 = HEAP32[i17 &gt;&gt; 2] | 0;
-     if ((i3 | 0) == 0) {
-      i9 = i36 + 16 | 0;
-      i27 = HEAP32[i9 &gt;&gt; 2] | 0;
-      if ((i27 | 0) == 0) {
-       i37 = 0;
-       break;
-      } else {
-       i38 = i27;
-       i39 = i9;
-      }
-     } else {
-      i38 = i3;
-      i39 = i17;
-     }
-     while (1) {
-      i17 = i38 + 20 | 0;
-      i3 = HEAP32[i17 &gt;&gt; 2] | 0;
-      if ((i3 | 0) != 0) {
-       i38 = i3;
-       i39 = i17;
-       continue;
-      }
-      i17 = i38 + 16 | 0;
-      i3 = HEAP32[i17 &gt;&gt; 2] | 0;
-      if ((i3 | 0) == 0) {
-       break;
-      } else {
-       i38 = i3;
-       i39 = i17;
-      }
-     }
-     if (i39 &gt;&gt;&gt; 0 &lt; i12 &gt;&gt;&gt; 0) {
-      _abort();
-      return 0;
-     } else {
-      HEAP32[i39 &gt;&gt; 2] = 0;
-      i37 = i38;
-      break;
-     }
-    } else {
-     i17 = HEAP32[i36 + 8 &gt;&gt; 2] | 0;
-     if (i17 &gt;&gt;&gt; 0 &lt; i12 &gt;&gt;&gt; 0) {
-      _abort();
-      return 0;
-     }
-     i3 = i17 + 12 | 0;
-     if ((HEAP32[i3 &gt;&gt; 2] | 0) != (i36 | 0)) {
-      _abort();
-      return 0;
-     }
-     i9 = i8 + 8 | 0;
-     if ((HEAP32[i9 &gt;&gt; 2] | 0) == (i36 | 0)) {
-      HEAP32[i3 &gt;&gt; 2] = i8;
-      HEAP32[i9 &gt;&gt; 2] = i17;
-      i37 = i8;
-      break;
-     } else {
-      _abort();
-      return 0;
-     }
-    }
-   } while (0);
-   L198 : do {
-    if ((i4 | 0) != 0) {
-     i8 = i36 + 28 | 0;
-     i12 = 368 + (HEAP32[i8 &gt;&gt; 2] &lt;&lt; 2) | 0;
-     do {
-      if ((i36 | 0) == (HEAP32[i12 &gt;&gt; 2] | 0)) {
-       HEAP32[i12 &gt;&gt; 2] = i37;
-       if ((i37 | 0) != 0) {
-        break;
-       }
-       HEAP32[17] = HEAP32[17] &amp; ~(1 &lt;&lt; HEAP32[i8 &gt;&gt; 2]);
-       break L198;
-      } else {
-       if (i4 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-        _abort();
-        return 0;
-       }
-       i17 = i4 + 16 | 0;
-       if ((HEAP32[i17 &gt;&gt; 2] | 0) == (i36 | 0)) {
-        HEAP32[i17 &gt;&gt; 2] = i37;
-       } else {
-        HEAP32[i4 + 20 &gt;&gt; 2] = i37;
-       }
-       if ((i37 | 0) == 0) {
-        break L198;
-       }
-      }
-     } while (0);
-     if (i37 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-      _abort();
-      return 0;
-     }
-     HEAP32[i37 + 24 &gt;&gt; 2] = i4;
-     i8 = HEAP32[i36 + 16 &gt;&gt; 2] | 0;
-     do {
-      if ((i8 | 0) != 0) {
-       if (i8 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-        _abort();
-        return 0;
-       } else {
-        HEAP32[i37 + 16 &gt;&gt; 2] = i8;
-        HEAP32[i8 + 24 &gt;&gt; 2] = i37;
-        break;
-       }
-      }
-     } while (0);
-     i8 = HEAP32[i36 + 20 &gt;&gt; 2] | 0;
-     if ((i8 | 0) == 0) {
-      break;
-     }
-     if (i8 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-      _abort();
-      return 0;
-     } else {
-      HEAP32[i37 + 20 &gt;&gt; 2] = i8;
-      HEAP32[i8 + 24 &gt;&gt; 2] = i37;
-      break;
-     }
-    }
-   } while (0);
-   do {
-    if (i35 &gt;&gt;&gt; 0 &lt; 16) {
-     i4 = i35 + i6 | 0;
-     HEAP32[i36 + 4 &gt;&gt; 2] = i4 | 3;
-     i8 = i16 + (i4 + 4) | 0;
-     HEAP32[i8 &gt;&gt; 2] = HEAP32[i8 &gt;&gt; 2] | 1;
-    } else {
-     HEAP32[i36 + 4 &gt;&gt; 2] = i6 | 3;
-     HEAP32[i16 + (i6 | 4) &gt;&gt; 2] = i35 | 1;
-     HEAP32[i16 + (i35 + i6) &gt;&gt; 2] = i35;
-     i8 = i35 &gt;&gt;&gt; 3;
-     if (i35 &gt;&gt;&gt; 0 &lt; 256) {
-      i4 = i8 &lt;&lt; 1;
-      i12 = 104 + (i4 &lt;&lt; 2) | 0;
-      i17 = HEAP32[16] | 0;
-      i9 = 1 &lt;&lt; i8;
-      do {
-       if ((i17 &amp; i9 | 0) == 0) {
-        HEAP32[16] = i17 | i9;
-        i40 = i12;
-        i41 = 104 + (i4 + 2 &lt;&lt; 2) | 0;
-       } else {
-        i8 = 104 + (i4 + 2 &lt;&lt; 2) | 0;
-        i3 = HEAP32[i8 &gt;&gt; 2] | 0;
-        if (i3 &gt;&gt;&gt; 0 &gt;= (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-         i40 = i3;
-         i41 = i8;
-         break;
-        }
-        _abort();
-        return 0;
-       }
-      } while (0);
-      HEAP32[i41 &gt;&gt; 2] = i10;
-      HEAP32[i40 + 12 &gt;&gt; 2] = i10;
-      HEAP32[i16 + (i6 + 8) &gt;&gt; 2] = i40;
-      HEAP32[i16 + (i6 + 12) &gt;&gt; 2] = i12;
-      break;
-     }
-     i4 = i15;
-     i9 = i35 &gt;&gt;&gt; 8;
-     do {
-      if ((i9 | 0) == 0) {
-       i42 = 0;
-      } else {
-       if (i35 &gt;&gt;&gt; 0 &gt; 16777215) {
-        i42 = 31;
-        break;
-       }
-       i17 = (i9 + 1048320 | 0) &gt;&gt;&gt; 16 &amp; 8;
-       i8 = i9 &lt;&lt; i17;
-       i3 = (i8 + 520192 | 0) &gt;&gt;&gt; 16 &amp; 4;
-       i27 = i8 &lt;&lt; i3;
-       i8 = (i27 + 245760 | 0) &gt;&gt;&gt; 16 &amp; 2;
-       i11 = 14 - (i3 | i17 | i8) + (i27 &lt;&lt; i8 &gt;&gt;&gt; 15) | 0;
-       i42 = i35 &gt;&gt;&gt; ((i11 + 7 | 0) &gt;&gt;&gt; 0) &amp; 1 | i11 &lt;&lt; 1;
-      }
-     } while (0);
-     i9 = 368 + (i42 &lt;&lt; 2) | 0;
-     HEAP32[i16 + (i6 + 28) &gt;&gt; 2] = i42;
-     HEAP32[i16 + (i6 + 20) &gt;&gt; 2] = 0;
-     HEAP32[i16 + (i6 + 16) &gt;&gt; 2] = 0;
-     i12 = HEAP32[17] | 0;
-     i11 = 1 &lt;&lt; i42;
-     if ((i12 &amp; i11 | 0) == 0) {
-      HEAP32[17] = i12 | i11;
-      HEAP32[i9 &gt;&gt; 2] = i4;
-      HEAP32[i16 + (i6 + 24) &gt;&gt; 2] = i9;
-      HEAP32[i16 + (i6 + 12) &gt;&gt; 2] = i4;
-      HEAP32[i16 + (i6 + 8) &gt;&gt; 2] = i4;
-      break;
-     }
-     if ((i42 | 0) == 31) {
-      i43 = 0;
-     } else {
-      i43 = 25 - (i42 &gt;&gt;&gt; 1) | 0;
-     }
-     i11 = i35 &lt;&lt; i43;
-     i12 = HEAP32[i9 &gt;&gt; 2] | 0;
-     while (1) {
-      if ((HEAP32[i12 + 4 &gt;&gt; 2] &amp; -8 | 0) == (i35 | 0)) {
-       break;
-      }
-      i44 = i12 + 16 + (i11 &gt;&gt;&gt; 31 &lt;&lt; 2) | 0;
-      i9 = HEAP32[i44 &gt;&gt; 2] | 0;
-      if ((i9 | 0) == 0) {
-       i45 = 168;
-       break;
-      } else {
-       i11 = i11 &lt;&lt; 1;
-       i12 = i9;
-      }
-     }
-     if ((i45 | 0) == 168) {
-      if (i44 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-       _abort();
-       return 0;
-      } else {
-       HEAP32[i44 &gt;&gt; 2] = i4;
-       HEAP32[i16 + (i6 + 24) &gt;&gt; 2] = i12;
-       HEAP32[i16 + (i6 + 12) &gt;&gt; 2] = i4;
-       HEAP32[i16 + (i6 + 8) &gt;&gt; 2] = i4;
-       break;
-      }
-     }
-     i11 = i12 + 8 | 0;
-     i9 = HEAP32[i11 &gt;&gt; 2] | 0;
-     i8 = HEAP32[20] | 0;
-     if (i12 &gt;&gt;&gt; 0 &lt; i8 &gt;&gt;&gt; 0) {
-      _abort();
-      return 0;
-     }
-     if (i9 &gt;&gt;&gt; 0 &lt; i8 &gt;&gt;&gt; 0) {
-      _abort();
-      return 0;
-     } else {
-      HEAP32[i9 + 12 &gt;&gt; 2] = i4;
-      HEAP32[i11 &gt;&gt; 2] = i4;
-      HEAP32[i16 + (i6 + 8) &gt;&gt; 2] = i9;
-      HEAP32[i16 + (i6 + 12) &gt;&gt; 2] = i12;
-      HEAP32[i16 + (i6 + 24) &gt;&gt; 2] = 0;
-      break;
-     }
-    }
-   } while (0);
-   i16 = i36 + 8 | 0;
-   if ((i16 | 0) == 0) {
-    i14 = i6;
-    break;
-   } else {
-    i13 = i16;
-   }
-   return i13 | 0;
-  }
- } while (0);
- i36 = HEAP32[18] | 0;
- if (i14 &gt;&gt;&gt; 0 &lt;= i36 &gt;&gt;&gt; 0) {
-  i44 = i36 - i14 | 0;
-  i35 = HEAP32[21] | 0;
-  if (i44 &gt;&gt;&gt; 0 &gt; 15) {
-   i43 = i35;
-   HEAP32[21] = i43 + i14;
-   HEAP32[18] = i44;
-   HEAP32[i43 + (i14 + 4) &gt;&gt; 2] = i44 | 1;
-   HEAP32[i43 + i36 &gt;&gt; 2] = i44;
-   HEAP32[i35 + 4 &gt;&gt; 2] = i14 | 3;
-  } else {
-   HEAP32[18] = 0;
-   HEAP32[21] = 0;
-   HEAP32[i35 + 4 &gt;&gt; 2] = i36 | 3;
-   i44 = i35 + (i36 + 4) | 0;
-   HEAP32[i44 &gt;&gt; 2] = HEAP32[i44 &gt;&gt; 2] | 1;
-  }
-  i13 = i35 + 8 | 0;
-  return i13 | 0;
- }
- i35 = HEAP32[19] | 0;
- if (i14 &gt;&gt;&gt; 0 &lt; i35 &gt;&gt;&gt; 0) {
-  i44 = i35 - i14 | 0;
-  HEAP32[19] = i44;
-  i35 = HEAP32[22] | 0;
-  i36 = i35;
-  HEAP32[22] = i36 + i14;
-  HEAP32[i36 + (i14 + 4) &gt;&gt; 2] = i44 | 1;
-  HEAP32[i35 + 4 &gt;&gt; 2] = i14 | 3;
-  i13 = i35 + 8 | 0;
-  return i13 | 0;
- }
- do {
-  if ((HEAP32[10] | 0) == 0) {
-   i35 = _sysconf(8) | 0;
-   if ((i35 - 1 &amp; i35 | 0) == 0) {
-    HEAP32[12] = i35;
-    HEAP32[11] = i35;
-    HEAP32[13] = -1;
-    HEAP32[14] = -1;
-    HEAP32[15] = 0;
-    HEAP32[127] = 0;
-    HEAP32[10] = (_time(0) | 0) &amp; -16 ^ 1431655768;
-    break;
-   } else {
-    _abort();
-    return 0;
-   }
-  }
- } while (0);
- i35 = i14 + 48 | 0;
- i44 = HEAP32[12] | 0;
- i36 = i14 + 47 | 0;
- i43 = i44 + i36 | 0;
- i42 = -i44 | 0;
- i44 = i43 &amp; i42;
- if (i44 &gt;&gt;&gt; 0 &lt;= i14 &gt;&gt;&gt; 0) {
-  i13 = 0;
-  return i13 | 0;
- }
- i40 = HEAP32[126] | 0;
- do {
-  if ((i40 | 0) != 0) {
-   i41 = HEAP32[124] | 0;
-   i37 = i41 + i44 | 0;
-   if (i37 &gt;&gt;&gt; 0 &lt;= i41 &gt;&gt;&gt; 0 | i37 &gt;&gt;&gt; 0 &gt; i40 &gt;&gt;&gt; 0) {
-    i13 = 0;
-   } else {
-    break;
-   }
-   return i13 | 0;
-  }
- } while (0);
- L290 : do {
-  if ((HEAP32[127] &amp; 4 | 0) == 0) {
-   i40 = HEAP32[22] | 0;
-   L292 : do {
-    if ((i40 | 0) == 0) {
-     i45 = 198;
-    } else {
-     i37 = i40;
-     i41 = 512;
-     while (1) {
-      i46 = i41 | 0;
-      i38 = HEAP32[i46 &gt;&gt; 2] | 0;
-      if (i38 &gt;&gt;&gt; 0 &lt;= i37 &gt;&gt;&gt; 0) {
-       i47 = i41 + 4 | 0;
-       if ((i38 + (HEAP32[i47 &gt;&gt; 2] | 0) | 0) &gt;&gt;&gt; 0 &gt; i37 &gt;&gt;&gt; 0) {
-        break;
-       }
-      }
-      i38 = HEAP32[i41 + 8 &gt;&gt; 2] | 0;
-      if ((i38 | 0) == 0) {
-       i45 = 198;
-       break L292;
-      } else {
-       i41 = i38;
-      }
-     }
-     if ((i41 | 0) == 0) {
-      i45 = 198;
-      break;
-     }
-     i37 = i43 - (HEAP32[19] | 0) &amp; i42;
-     if (i37 &gt;&gt;&gt; 0 &gt;= 2147483647) {
-      i48 = 0;
-      break;
-     }
-     i12 = _sbrk(i37 | 0) | 0;
-     i4 = (i12 | 0) == ((HEAP32[i46 &gt;&gt; 2] | 0) + (HEAP32[i47 &gt;&gt; 2] | 0) | 0);
-     i49 = i4 ? i12 : -1;
-     i50 = i4 ? i37 : 0;
-     i51 = i12;
-     i52 = i37;
-     i45 = 207;
-    }
-   } while (0);
-   do {
-    if ((i45 | 0) == 198) {
-     i40 = _sbrk(0) | 0;
-     if ((i40 | 0) == -1) {
-      i48 = 0;
-      break;
-     }
-     i6 = i40;
-     i37 = HEAP32[11] | 0;
-     i12 = i37 - 1 | 0;
-     if ((i12 &amp; i6 | 0) == 0) {
-      i53 = i44;
-     } else {
-      i53 = i44 - i6 + (i12 + i6 &amp; -i37) | 0;
-     }
-     i37 = HEAP32[124] | 0;
-     i6 = i37 + i53 | 0;
-     if (!(i53 &gt;&gt;&gt; 0 &gt; i14 &gt;&gt;&gt; 0 &amp; i53 &gt;&gt;&gt; 0 &lt; 2147483647)) {
-      i48 = 0;
-      break;
-     }
-     i12 = HEAP32[126] | 0;
-     if ((i12 | 0) != 0) {
-      if (i6 &gt;&gt;&gt; 0 &lt;= i37 &gt;&gt;&gt; 0 | i6 &gt;&gt;&gt; 0 &gt; i12 &gt;&gt;&gt; 0) {
-       i48 = 0;
-       break;
-      }
-     }
-     i12 = _sbrk(i53 | 0) | 0;
-     i6 = (i12 | 0) == (i40 | 0);
-     i49 = i6 ? i40 : -1;
-     i50 = i6 ? i53 : 0;
-     i51 = i12;
-     i52 = i53;
-     i45 = 207;
-    }
-   } while (0);
-   L312 : do {
-    if ((i45 | 0) == 207) {
-     i12 = -i52 | 0;
-     if ((i49 | 0) != -1) {
-      i54 = i50;
-      i55 = i49;
-      i45 = 218;
-      break L290;
-     }
-     do {
-      if ((i51 | 0) != -1 &amp; i52 &gt;&gt;&gt; 0 &lt; 2147483647 &amp; i52 &gt;&gt;&gt; 0 &lt; i35 &gt;&gt;&gt; 0) {
-       i6 = HEAP32[12] | 0;
-       i40 = i36 - i52 + i6 &amp; -i6;
-       if (i40 &gt;&gt;&gt; 0 &gt;= 2147483647) {
-        i56 = i52;
-        break;
-       }
-       if ((_sbrk(i40 | 0) | 0) == -1) {
-        _sbrk(i12 | 0) | 0;
-        i48 = i50;
-        break L312;
-       } else {
-        i56 = i40 + i52 | 0;
-        break;
-       }
-      } else {
-       i56 = i52;
-      }
-     } while (0);
-     if ((i51 | 0) == -1) {
-      i48 = i50;
-     } else {
-      i54 = i56;
-      i55 = i51;
-      i45 = 218;
-      break L290;
-     }
-    }
-   } while (0);
-   HEAP32[127] = HEAP32[127] | 4;
-   i57 = i48;
-   i45 = 215;
-  } else {
-   i57 = 0;
-   i45 = 215;
-  }
- } while (0);
- do {
-  if ((i45 | 0) == 215) {
-   if (i44 &gt;&gt;&gt; 0 &gt;= 2147483647) {
-    break;
-   }
-   i48 = _sbrk(i44 | 0) | 0;
-   i51 = _sbrk(0) | 0;
-   if (!((i51 | 0) != -1 &amp; (i48 | 0) != -1 &amp; i48 &gt;&gt;&gt; 0 &lt; i51 &gt;&gt;&gt; 0)) {
-    break;
-   }
-   i56 = i51 - i48 | 0;
-   i51 = i56 &gt;&gt;&gt; 0 &gt; (i14 + 40 | 0) &gt;&gt;&gt; 0;
-   i50 = i51 ? i48 : -1;
-   if ((i50 | 0) != -1) {
-    i54 = i51 ? i56 : i57;
-    i55 = i50;
-    i45 = 218;
-   }
-  }
- } while (0);
- do {
-  if ((i45 | 0) == 218) {
-   i57 = (HEAP32[124] | 0) + i54 | 0;
-   HEAP32[124] = i57;
-   if (i57 &gt;&gt;&gt; 0 &gt; (HEAP32[125] | 0) &gt;&gt;&gt; 0) {
-    HEAP32[125] = i57;
-   }
-   i57 = HEAP32[22] | 0;
-   L332 : do {
-    if ((i57 | 0) == 0) {
-     i44 = HEAP32[20] | 0;
-     if ((i44 | 0) == 0 | i55 &gt;&gt;&gt; 0 &lt; i44 &gt;&gt;&gt; 0) {
-      HEAP32[20] = i55;
-     }
-     HEAP32[128] = i55;
-     HEAP32[129] = i54;
-     HEAP32[131] = 0;
-     HEAP32[25] = HEAP32[10];
-     HEAP32[24] = -1;
-     i44 = 0;
-     do {
-      i50 = i44 &lt;&lt; 1;
-      i56 = 104 + (i50 &lt;&lt; 2) | 0;
-      HEAP32[104 + (i50 + 3 &lt;&lt; 2) &gt;&gt; 2] = i56;
-      HEAP32[104 + (i50 + 2 &lt;&lt; 2) &gt;&gt; 2] = i56;
-      i44 = i44 + 1 | 0;
-     } while (i44 &gt;&gt;&gt; 0 &lt; 32);
-     i44 = i55 + 8 | 0;
-     if ((i44 &amp; 7 | 0) == 0) {
-      i58 = 0;
-     } else {
-      i58 = -i44 &amp; 7;
-     }
-     i44 = i54 - 40 - i58 | 0;
-     HEAP32[22] = i55 + i58;
-     HEAP32[19] = i44;
-     HEAP32[i55 + (i58 + 4) &gt;&gt; 2] = i44 | 1;
-     HEAP32[i55 + (i54 - 36) &gt;&gt; 2] = 40;
-     HEAP32[23] = HEAP32[14];
-    } else {
-     i44 = 512;
-     while (1) {
-      i59 = HEAP32[i44 &gt;&gt; 2] | 0;
-      i60 = i44 + 4 | 0;
-      i61 = HEAP32[i60 &gt;&gt; 2] | 0;
-      if ((i55 | 0) == (i59 + i61 | 0)) {
-       i45 = 230;
-       break;
-      }
-      i56 = HEAP32[i44 + 8 &gt;&gt; 2] | 0;
-      if ((i56 | 0) == 0) {
-       break;
-      } else {
-       i44 = i56;
-      }
-     }
-     do {
-      if ((i45 | 0) == 230) {
-       if ((HEAP32[i44 + 12 &gt;&gt; 2] &amp; 8 | 0) != 0) {
-        break;
-       }
-       i56 = i57;
-       if (!(i56 &gt;&gt;&gt; 0 &gt;= i59 &gt;&gt;&gt; 0 &amp; i56 &gt;&gt;&gt; 0 &lt; i55 &gt;&gt;&gt; 0)) {
-        break;
-       }
-       HEAP32[i60 &gt;&gt; 2] = i61 + i54;
-       i56 = HEAP32[22] | 0;
-       i50 = (HEAP32[19] | 0) + i54 | 0;
-       i51 = i56;
-       i48 = i56 + 8 | 0;
-       if ((i48 &amp; 7 | 0) == 0) {
-        i62 = 0;
-       } else {
-        i62 = -i48 &amp; 7;
-       }
-       i48 = i50 - i62 | 0;
-       HEAP32[22] = i51 + i62;
-       HEAP32[19] = i48;
-       HEAP32[i51 + (i62 + 4) &gt;&gt; 2] = i48 | 1;
-       HEAP32[i51 + (i50 + 4) &gt;&gt; 2] = 40;
-       HEAP32[23] = HEAP32[14];
-       break L332;
-      }
-     } while (0);
-     if (i55 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-      HEAP32[20] = i55;
-     }
-     i44 = i55 + i54 | 0;
-     i50 = 512;
-     while (1) {
-      i63 = i50 | 0;
-      if ((HEAP32[i63 &gt;&gt; 2] | 0) == (i44 | 0)) {
-       i45 = 240;
-       break;
-      }
-      i51 = HEAP32[i50 + 8 &gt;&gt; 2] | 0;
-      if ((i51 | 0) == 0) {
-       break;
-      } else {
-       i50 = i51;
-      }
-     }
-     do {
-      if ((i45 | 0) == 240) {
-       if ((HEAP32[i50 + 12 &gt;&gt; 2] &amp; 8 | 0) != 0) {
-        break;
-       }
-       HEAP32[i63 &gt;&gt; 2] = i55;
-       i44 = i50 + 4 | 0;
-       HEAP32[i44 &gt;&gt; 2] = (HEAP32[i44 &gt;&gt; 2] | 0) + i54;
-       i44 = i55 + 8 | 0;
-       if ((i44 &amp; 7 | 0) == 0) {
-        i64 = 0;
-       } else {
-        i64 = -i44 &amp; 7;
-       }
-       i44 = i55 + (i54 + 8) | 0;
-       if ((i44 &amp; 7 | 0) == 0) {
-        i65 = 0;
-       } else {
-        i65 = -i44 &amp; 7;
-       }
-       i44 = i55 + (i65 + i54) | 0;
-       i51 = i44;
-       i48 = i64 + i14 | 0;
-       i56 = i55 + i48 | 0;
-       i52 = i56;
-       i36 = i44 - (i55 + i64) - i14 | 0;
-       HEAP32[i55 + (i64 + 4) &gt;&gt; 2] = i14 | 3;
-       do {
-        if ((i51 | 0) == (HEAP32[22] | 0)) {
-         i35 = (HEAP32[19] | 0) + i36 | 0;
-         HEAP32[19] = i35;
-         HEAP32[22] = i52;
-         HEAP32[i55 + (i48 + 4) &gt;&gt; 2] = i35 | 1;
-        } else {
-         if ((i51 | 0) == (HEAP32[21] | 0)) {
-          i35 = (HEAP32[18] | 0) + i36 | 0;
-          HEAP32[18] = i35;
-          HEAP32[21] = i52;
-          HEAP32[i55 + (i48 + 4) &gt;&gt; 2] = i35 | 1;
-          HEAP32[i55 + (i35 + i48) &gt;&gt; 2] = i35;
-          break;
-         }
-         i35 = i54 + 4 | 0;
-         i49 = HEAP32[i55 + (i65 + i35) &gt;&gt; 2] | 0;
-         if ((i49 &amp; 3 | 0) == 1) {
-          i53 = i49 &amp; -8;
-          i47 = i49 &gt;&gt;&gt; 3;
-          L377 : do {
-           if (i49 &gt;&gt;&gt; 0 &lt; 256) {
-            i46 = HEAP32[i55 + ((i65 | 8) + i54) &gt;&gt; 2] | 0;
-            i42 = HEAP32[i55 + (i54 + 12 + i65) &gt;&gt; 2] | 0;
-            i43 = 104 + (i47 &lt;&lt; 1 &lt;&lt; 2) | 0;
-            do {
-             if ((i46 | 0) != (i43 | 0)) {
-              if (i46 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-               _abort();
-               return 0;
-              }
-              if ((HEAP32[i46 + 12 &gt;&gt; 2] | 0) == (i51 | 0)) {
-               break;
-              }
-              _abort();
-              return 0;
-             }
-            } while (0);
-            if ((i42 | 0) == (i46 | 0)) {
-             HEAP32[16] = HEAP32[16] &amp; ~(1 &lt;&lt; i47);
-             break;
-            }
-            do {
-             if ((i42 | 0) == (i43 | 0)) {
-              i66 = i42 + 8 | 0;
-             } else {
-              if (i42 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-               _abort();
-               return 0;
-              }
-              i12 = i42 + 8 | 0;
-              if ((HEAP32[i12 &gt;&gt; 2] | 0) == (i51 | 0)) {
-               i66 = i12;
-               break;
-              }
-              _abort();
-              return 0;
-             }
-            } while (0);
-            HEAP32[i46 + 12 &gt;&gt; 2] = i42;
-            HEAP32[i66 &gt;&gt; 2] = i46;
-           } else {
-            i43 = i44;
-            i12 = HEAP32[i55 + ((i65 | 24) + i54) &gt;&gt; 2] | 0;
-            i41 = HEAP32[i55 + (i54 + 12 + i65) &gt;&gt; 2] | 0;
-            do {
-             if ((i41 | 0) == (i43 | 0)) {
-              i40 = i65 | 16;
-              i6 = i55 + (i40 + i35) | 0;
-              i37 = HEAP32[i6 &gt;&gt; 2] | 0;
-              if ((i37 | 0) == 0) {
-               i4 = i55 + (i40 + i54) | 0;
-               i40 = HEAP32[i4 &gt;&gt; 2] | 0;
-               if ((i40 | 0) == 0) {
-                i67 = 0;
-                break;
-               } else {
-                i68 = i40;
-                i69 = i4;
-               }
-              } else {
-               i68 = i37;
-               i69 = i6;
-              }
-              while (1) {
-               i6 = i68 + 20 | 0;
-               i37 = HEAP32[i6 &gt;&gt; 2] | 0;
-               if ((i37 | 0) != 0) {
-                i68 = i37;
-                i69 = i6;
-                continue;
-               }
-               i6 = i68 + 16 | 0;
-               i37 = HEAP32[i6 &gt;&gt; 2] | 0;
-               if ((i37 | 0) == 0) {
-                break;
-               } else {
-                i68 = i37;
-                i69 = i6;
-               }
-              }
-              if (i69 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-               _abort();
-               return 0;
-              } else {
-               HEAP32[i69 &gt;&gt; 2] = 0;
-               i67 = i68;
-               break;
-              }
-             } else {
-              i6 = HEAP32[i55 + ((i65 | 8) + i54) &gt;&gt; 2] | 0;
-              if (i6 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-               _abort();
-               return 0;
-              }
-              i37 = i6 + 12 | 0;
-              if ((HEAP32[i37 &gt;&gt; 2] | 0) != (i43 | 0)) {
-               _abort();
-               return 0;
-              }
-              i4 = i41 + 8 | 0;
-              if ((HEAP32[i4 &gt;&gt; 2] | 0) == (i43 | 0)) {
-               HEAP32[i37 &gt;&gt; 2] = i41;
-               HEAP32[i4 &gt;&gt; 2] = i6;
-               i67 = i41;
-               break;
-              } else {
-               _abort();
-               return 0;
-              }
-             }
-            } while (0);
-            if ((i12 | 0) == 0) {
-             break;
-            }
-            i41 = i55 + (i54 + 28 + i65) | 0;
-            i46 = 368 + (HEAP32[i41 &gt;&gt; 2] &lt;&lt; 2) | 0;
-            do {
-             if ((i43 | 0) == (HEAP32[i46 &gt;&gt; 2] | 0)) {
-              HEAP32[i46 &gt;&gt; 2] = i67;
-              if ((i67 | 0) != 0) {
-               break;
-              }
-              HEAP32[17] = HEAP32[17] &amp; ~(1 &lt;&lt; HEAP32[i41 &gt;&gt; 2]);
-              break L377;
-             } else {
-              if (i12 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-               _abort();
-               return 0;
-              }
-              i42 = i12 + 16 | 0;
-              if ((HEAP32[i42 &gt;&gt; 2] | 0) == (i43 | 0)) {
-               HEAP32[i42 &gt;&gt; 2] = i67;
-              } else {
-               HEAP32[i12 + 20 &gt;&gt; 2] = i67;
-              }
-              if ((i67 | 0) == 0) {
-               break L377;
-              }
-             }
-            } while (0);
-            if (i67 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-             _abort();
-             return 0;
-            }
-            HEAP32[i67 + 24 &gt;&gt; 2] = i12;
-            i43 = i65 | 16;
-            i41 = HEAP32[i55 + (i43 + i54) &gt;&gt; 2] | 0;
-            do {
-             if ((i41 | 0) != 0) {
-              if (i41 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-               _abort();
-               return 0;
-              } else {
-               HEAP32[i67 + 16 &gt;&gt; 2] = i41;
-               HEAP32[i41 + 24 &gt;&gt; 2] = i67;
-               break;
-              }
-             }
-            } while (0);
-            i41 = HEAP32[i55 + (i43 + i35) &gt;&gt; 2] | 0;
-            if ((i41 | 0) == 0) {
-             break;
-            }
-            if (i41 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-             _abort();
-             return 0;
-            } else {
-             HEAP32[i67 + 20 &gt;&gt; 2] = i41;
-             HEAP32[i41 + 24 &gt;&gt; 2] = i67;
-             break;
-            }
-           }
-          } while (0);
-          i70 = i55 + ((i53 | i65) + i54) | 0;
-          i71 = i53 + i36 | 0;
-         } else {
-          i70 = i51;
-          i71 = i36;
-         }
-         i35 = i70 + 4 | 0;
-         HEAP32[i35 &gt;&gt; 2] = HEAP32[i35 &gt;&gt; 2] &amp; -2;
-         HEAP32[i55 + (i48 + 4) &gt;&gt; 2] = i71 | 1;
-         HEAP32[i55 + (i71 + i48) &gt;&gt; 2] = i71;
-         i35 = i71 &gt;&gt;&gt; 3;
-         if (i71 &gt;&gt;&gt; 0 &lt; 256) {
-          i47 = i35 &lt;&lt; 1;
-          i49 = 104 + (i47 &lt;&lt; 2) | 0;
-          i41 = HEAP32[16] | 0;
-          i12 = 1 &lt;&lt; i35;
-          do {
-           if ((i41 &amp; i12 | 0) == 0) {
-            HEAP32[16] = i41 | i12;
-            i72 = i49;
-            i73 = 104 + (i47 + 2 &lt;&lt; 2) | 0;
-           } else {
-            i35 = 104 + (i47 + 2 &lt;&lt; 2) | 0;
-            i46 = HEAP32[i35 &gt;&gt; 2] | 0;
-            if (i46 &gt;&gt;&gt; 0 &gt;= (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-             i72 = i46;
-             i73 = i35;
-             break;
-            }
-            _abort();
-            return 0;
-           }
-          } while (0);
-          HEAP32[i73 &gt;&gt; 2] = i52;
-          HEAP32[i72 + 12 &gt;&gt; 2] = i52;
-          HEAP32[i55 + (i48 + 8) &gt;&gt; 2] = i72;
-          HEAP32[i55 + (i48 + 12) &gt;&gt; 2] = i49;
-          break;
-         }
-         i47 = i56;
-         i12 = i71 &gt;&gt;&gt; 8;
-         do {
-          if ((i12 | 0) == 0) {
-           i74 = 0;
-          } else {
-           if (i71 &gt;&gt;&gt; 0 &gt; 16777215) {
-            i74 = 31;
-            break;
-           }
-           i41 = (i12 + 1048320 | 0) &gt;&gt;&gt; 16 &amp; 8;
-           i53 = i12 &lt;&lt; i41;
-           i35 = (i53 + 520192 | 0) &gt;&gt;&gt; 16 &amp; 4;
-           i46 = i53 &lt;&lt; i35;
-           i53 = (i46 + 245760 | 0) &gt;&gt;&gt; 16 &amp; 2;
-           i42 = 14 - (i35 | i41 | i53) + (i46 &lt;&lt; i53 &gt;&gt;&gt; 15) | 0;
-           i74 = i71 &gt;&gt;&gt; ((i42 + 7 | 0) &gt;&gt;&gt; 0) &amp; 1 | i42 &lt;&lt; 1;
-          }
-         } while (0);
-         i12 = 368 + (i74 &lt;&lt; 2) | 0;
-         HEAP32[i55 + (i48 + 28) &gt;&gt; 2] = i74;
-         HEAP32[i55 + (i48 + 20) &gt;&gt; 2] = 0;
-         HEAP32[i55 + (i48 + 16) &gt;&gt; 2] = 0;
-         i49 = HEAP32[17] | 0;
-         i42 = 1 &lt;&lt; i74;
-         if ((i49 &amp; i42 | 0) == 0) {
-          HEAP32[17] = i49 | i42;
-          HEAP32[i12 &gt;&gt; 2] = i47;
-          HEAP32[i55 + (i48 + 24) &gt;&gt; 2] = i12;
-          HEAP32[i55 + (i48 + 12) &gt;&gt; 2] = i47;
-          HEAP32[i55 + (i48 + 8) &gt;&gt; 2] = i47;
-          break;
-         }
-         if ((i74 | 0) == 31) {
-          i75 = 0;
-         } else {
-          i75 = 25 - (i74 &gt;&gt;&gt; 1) | 0;
-         }
-         i42 = i71 &lt;&lt; i75;
-         i49 = HEAP32[i12 &gt;&gt; 2] | 0;
-         while (1) {
-          if ((HEAP32[i49 + 4 &gt;&gt; 2] &amp; -8 | 0) == (i71 | 0)) {
-           break;
-          }
-          i76 = i49 + 16 + (i42 &gt;&gt;&gt; 31 &lt;&lt; 2) | 0;
-          i12 = HEAP32[i76 &gt;&gt; 2] | 0;
-          if ((i12 | 0) == 0) {
-           i45 = 313;
-           break;
-          } else {
-           i42 = i42 &lt;&lt; 1;
-           i49 = i12;
-          }
-         }
-         if ((i45 | 0) == 313) {
-          if (i76 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-           _abort();
-           return 0;
-          } else {
-           HEAP32[i76 &gt;&gt; 2] = i47;
-           HEAP32[i55 + (i48 + 24) &gt;&gt; 2] = i49;
-           HEAP32[i55 + (i48 + 12) &gt;&gt; 2] = i47;
-           HEAP32[i55 + (i48 + 8) &gt;&gt; 2] = i47;
-           break;
-          }
-         }
-         i42 = i49 + 8 | 0;
-         i12 = HEAP32[i42 &gt;&gt; 2] | 0;
-         i53 = HEAP32[20] | 0;
-         if (i49 &gt;&gt;&gt; 0 &lt; i53 &gt;&gt;&gt; 0) {
-          _abort();
-          return 0;
-         }
-         if (i12 &gt;&gt;&gt; 0 &lt; i53 &gt;&gt;&gt; 0) {
-          _abort();
-          return 0;
-         } else {
-          HEAP32[i12 + 12 &gt;&gt; 2] = i47;
-          HEAP32[i42 &gt;&gt; 2] = i47;
-          HEAP32[i55 + (i48 + 8) &gt;&gt; 2] = i12;
-          HEAP32[i55 + (i48 + 12) &gt;&gt; 2] = i49;
-          HEAP32[i55 + (i48 + 24) &gt;&gt; 2] = 0;
-          break;
-         }
-        }
-       } while (0);
-       i13 = i55 + (i64 | 8) | 0;
-       return i13 | 0;
-      }
-     } while (0);
-     i50 = i57;
-     i48 = 512;
-     while (1) {
-      i77 = HEAP32[i48 &gt;&gt; 2] | 0;
-      if (i77 &gt;&gt;&gt; 0 &lt;= i50 &gt;&gt;&gt; 0) {
-       i78 = HEAP32[i48 + 4 &gt;&gt; 2] | 0;
-       i79 = i77 + i78 | 0;
-       if (i79 &gt;&gt;&gt; 0 &gt; i50 &gt;&gt;&gt; 0) {
-        break;
-       }
-      }
-      i48 = HEAP32[i48 + 8 &gt;&gt; 2] | 0;
-     }
-     i48 = i77 + (i78 - 39) | 0;
-     if ((i48 &amp; 7 | 0) == 0) {
-      i80 = 0;
-     } else {
-      i80 = -i48 &amp; 7;
-     }
-     i48 = i77 + (i78 - 47 + i80) | 0;
-     i56 = i48 &gt;&gt;&gt; 0 &lt; (i57 + 16 | 0) &gt;&gt;&gt; 0 ? i50 : i48;
-     i48 = i56 + 8 | 0;
-     i52 = i55 + 8 | 0;
-     if ((i52 &amp; 7 | 0) == 0) {
-      i81 = 0;
-     } else {
-      i81 = -i52 &amp; 7;
-     }
-     i52 = i54 - 40 - i81 | 0;
-     HEAP32[22] = i55 + i81;
-     HEAP32[19] = i52;
-     HEAP32[i55 + (i81 + 4) &gt;&gt; 2] = i52 | 1;
-     HEAP32[i55 + (i54 - 36) &gt;&gt; 2] = 40;
-     HEAP32[23] = HEAP32[14];
-     HEAP32[i56 + 4 &gt;&gt; 2] = 27;
-     HEAP32[i48 &gt;&gt; 2] = HEAP32[128];
-     HEAP32[i48 + 4 &gt;&gt; 2] = HEAP32[516 &gt;&gt; 2];
-     HEAP32[i48 + 8 &gt;&gt; 2] = HEAP32[520 &gt;&gt; 2];
-     HEAP32[i48 + 12 &gt;&gt; 2] = HEAP32[524 &gt;&gt; 2];
-     HEAP32[128] = i55;
-     HEAP32[129] = i54;
-     HEAP32[131] = 0;
-     HEAP32[130] = i48;
-     i48 = i56 + 28 | 0;
-     HEAP32[i48 &gt;&gt; 2] = 7;
-     if ((i56 + 32 | 0) &gt;&gt;&gt; 0 &lt; i79 &gt;&gt;&gt; 0) {
-      i52 = i48;
-      while (1) {
-       i48 = i52 + 4 | 0;
-       HEAP32[i48 &gt;&gt; 2] = 7;
-       if ((i52 + 8 | 0) &gt;&gt;&gt; 0 &lt; i79 &gt;&gt;&gt; 0) {
-        i52 = i48;
-       } else {
-        break;
-       }
-      }
-     }
-     if ((i56 | 0) == (i50 | 0)) {
-      break;
-     }
-     i52 = i56 - i57 | 0;
-     i48 = i50 + (i52 + 4) | 0;
-     HEAP32[i48 &gt;&gt; 2] = HEAP32[i48 &gt;&gt; 2] &amp; -2;
-     HEAP32[i57 + 4 &gt;&gt; 2] = i52 | 1;
-     HEAP32[i50 + i52 &gt;&gt; 2] = i52;
-     i48 = i52 &gt;&gt;&gt; 3;
-     if (i52 &gt;&gt;&gt; 0 &lt; 256) {
-      i36 = i48 &lt;&lt; 1;
-      i51 = 104 + (i36 &lt;&lt; 2) | 0;
-      i44 = HEAP32[16] | 0;
-      i12 = 1 &lt;&lt; i48;
-      do {
-       if ((i44 &amp; i12 | 0) == 0) {
-        HEAP32[16] = i44 | i12;
-        i82 = i51;
-        i83 = 104 + (i36 + 2 &lt;&lt; 2) | 0;
-       } else {
-        i48 = 104 + (i36 + 2 &lt;&lt; 2) | 0;
-        i42 = HEAP32[i48 &gt;&gt; 2] | 0;
-        if (i42 &gt;&gt;&gt; 0 &gt;= (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-         i82 = i42;
-         i83 = i48;
-         break;
-        }
-        _abort();
-        return 0;
-       }
-      } while (0);
-      HEAP32[i83 &gt;&gt; 2] = i57;
-      HEAP32[i82 + 12 &gt;&gt; 2] = i57;
-      HEAP32[i57 + 8 &gt;&gt; 2] = i82;
-      HEAP32[i57 + 12 &gt;&gt; 2] = i51;
-      break;
-     }
-     i36 = i57;
-     i12 = i52 &gt;&gt;&gt; 8;
-     do {
-      if ((i12 | 0) == 0) {
-       i84 = 0;
-      } else {
-       if (i52 &gt;&gt;&gt; 0 &gt; 16777215) {
-        i84 = 31;
-        break;
-       }
-       i44 = (i12 + 1048320 | 0) &gt;&gt;&gt; 16 &amp; 8;
-       i50 = i12 &lt;&lt; i44;
-       i56 = (i50 + 520192 | 0) &gt;&gt;&gt; 16 &amp; 4;
-       i48 = i50 &lt;&lt; i56;
-       i50 = (i48 + 245760 | 0) &gt;&gt;&gt; 16 &amp; 2;
-       i42 = 14 - (i56 | i44 | i50) + (i48 &lt;&lt; i50 &gt;&gt;&gt; 15) | 0;
-       i84 = i52 &gt;&gt;&gt; ((i42 + 7 | 0) &gt;&gt;&gt; 0) &amp; 1 | i42 &lt;&lt; 1;
-      }
-     } while (0);
-     i12 = 368 + (i84 &lt;&lt; 2) | 0;
-     HEAP32[i57 + 28 &gt;&gt; 2] = i84;
-     HEAP32[i57 + 20 &gt;&gt; 2] = 0;
-     HEAP32[i57 + 16 &gt;&gt; 2] = 0;
-     i51 = HEAP32[17] | 0;
-     i42 = 1 &lt;&lt; i84;
-     if ((i51 &amp; i42 | 0) == 0) {
-      HEAP32[17] = i51 | i42;
-      HEAP32[i12 &gt;&gt; 2] = i36;
-      HEAP32[i57 + 24 &gt;&gt; 2] = i12;
-      HEAP32[i57 + 12 &gt;&gt; 2] = i57;
-      HEAP32[i57 + 8 &gt;&gt; 2] = i57;
-      break;
-     }
-     if ((i84 | 0) == 31) {
-      i85 = 0;
-     } else {
-      i85 = 25 - (i84 &gt;&gt;&gt; 1) | 0;
-     }
-     i42 = i52 &lt;&lt; i85;
-     i51 = HEAP32[i12 &gt;&gt; 2] | 0;
-     while (1) {
-      if ((HEAP32[i51 + 4 &gt;&gt; 2] &amp; -8 | 0) == (i52 | 0)) {
-       break;
-      }
-      i86 = i51 + 16 + (i42 &gt;&gt;&gt; 31 &lt;&lt; 2) | 0;
-      i12 = HEAP32[i86 &gt;&gt; 2] | 0;
-      if ((i12 | 0) == 0) {
-       i45 = 348;
-       break;
-      } else {
-       i42 = i42 &lt;&lt; 1;
-       i51 = i12;
-      }
-     }
-     if ((i45 | 0) == 348) {
-      if (i86 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-       _abort();
-       return 0;
-      } else {
-       HEAP32[i86 &gt;&gt; 2] = i36;
-       HEAP32[i57 + 24 &gt;&gt; 2] = i51;
-       HEAP32[i57 + 12 &gt;&gt; 2] = i57;
-       HEAP32[i57 + 8 &gt;&gt; 2] = i57;
-       break;
-      }
-     }
-     i42 = i51 + 8 | 0;
-     i52 = HEAP32[i42 &gt;&gt; 2] | 0;
-     i12 = HEAP32[20] | 0;
-     if (i51 &gt;&gt;&gt; 0 &lt; i12 &gt;&gt;&gt; 0) {
-      _abort();
-      return 0;
-     }
-     if (i52 &gt;&gt;&gt; 0 &lt; i12 &gt;&gt;&gt; 0) {
-      _abort();
-      return 0;
-     } else {
-      HEAP32[i52 + 12 &gt;&gt; 2] = i36;
-      HEAP32[i42 &gt;&gt; 2] = i36;
-      HEAP32[i57 + 8 &gt;&gt; 2] = i52;
-      HEAP32[i57 + 12 &gt;&gt; 2] = i51;
-      HEAP32[i57 + 24 &gt;&gt; 2] = 0;
-      break;
-     }
-    }
-   } while (0);
-   i57 = HEAP32[19] | 0;
-   if (i57 &gt;&gt;&gt; 0 &lt;= i14 &gt;&gt;&gt; 0) {
-    break;
-   }
-   i52 = i57 - i14 | 0;
-   HEAP32[19] = i52;
-   i57 = HEAP32[22] | 0;
-   i42 = i57;
-   HEAP32[22] = i42 + i14;
-   HEAP32[i42 + (i14 + 4) &gt;&gt; 2] = i52 | 1;
-   HEAP32[i57 + 4 &gt;&gt; 2] = i14 | 3;
-   i13 = i57 + 8 | 0;
-   return i13 | 0;
-  }
- } while (0);
- HEAP32[(___errno_location() | 0) &gt;&gt; 2] = 12;
- i13 = 0;
- return i13 | 0;
-}
-function _free(i1) {
- i1 = i1 | 0;
- var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, i32 = 0, i33 = 0, i34 = 0, i35 = 0, i36 = 0, i37 = 0, i38 = 0, i39 = 0, i40 = 0;
- if ((i1 | 0) == 0) {
-  return;
- }
- i2 = i1 - 8 | 0;
- i3 = i2;
- i4 = HEAP32[20] | 0;
- if (i2 &gt;&gt;&gt; 0 &lt; i4 &gt;&gt;&gt; 0) {
-  _abort();
- }
- i5 = HEAP32[i1 - 4 &gt;&gt; 2] | 0;
- i6 = i5 &amp; 3;
- if ((i6 | 0) == 1) {
-  _abort();
- }
- i7 = i5 &amp; -8;
- i8 = i1 + (i7 - 8) | 0;
- i9 = i8;
- L549 : do {
-  if ((i5 &amp; 1 | 0) == 0) {
-   i10 = HEAP32[i2 &gt;&gt; 2] | 0;
-   if ((i6 | 0) == 0) {
-    return;
-   }
-   i11 = -8 - i10 | 0;
-   i12 = i1 + i11 | 0;
-   i13 = i12;
-   i14 = i10 + i7 | 0;
-   if (i12 &gt;&gt;&gt; 0 &lt; i4 &gt;&gt;&gt; 0) {
-    _abort();
-   }
-   if ((i13 | 0) == (HEAP32[21] | 0)) {
-    i15 = i1 + (i7 - 4) | 0;
-    if ((HEAP32[i15 &gt;&gt; 2] &amp; 3 | 0) != 3) {
-     i16 = i13;
-     i17 = i14;
-     break;
-    }
-    HEAP32[18] = i14;
-    HEAP32[i15 &gt;&gt; 2] = HEAP32[i15 &gt;&gt; 2] &amp; -2;
-    HEAP32[i1 + (i11 + 4) &gt;&gt; 2] = i14 | 1;
-    HEAP32[i8 &gt;&gt; 2] = i14;
-    return;
-   }
-   i15 = i10 &gt;&gt;&gt; 3;
-   if (i10 &gt;&gt;&gt; 0 &lt; 256) {
-    i10 = HEAP32[i1 + (i11 + 8) &gt;&gt; 2] | 0;
-    i18 = HEAP32[i1 + (i11 + 12) &gt;&gt; 2] | 0;
-    i19 = 104 + (i15 &lt;&lt; 1 &lt;&lt; 2) | 0;
-    do {
-     if ((i10 | 0) != (i19 | 0)) {
-      if (i10 &gt;&gt;&gt; 0 &lt; i4 &gt;&gt;&gt; 0) {
-       _abort();
-      }
-      if ((HEAP32[i10 + 12 &gt;&gt; 2] | 0) == (i13 | 0)) {
-       break;
-      }
-      _abort();
-     }
-    } while (0);
-    if ((i18 | 0) == (i10 | 0)) {
-     HEAP32[16] = HEAP32[16] &amp; ~(1 &lt;&lt; i15);
-     i16 = i13;
-     i17 = i14;
-     break;
-    }
-    do {
-     if ((i18 | 0) == (i19 | 0)) {
-      i20 = i18 + 8 | 0;
-     } else {
-      if (i18 &gt;&gt;&gt; 0 &lt; i4 &gt;&gt;&gt; 0) {
-       _abort();
-      }
-      i21 = i18 + 8 | 0;
-      if ((HEAP32[i21 &gt;&gt; 2] | 0) == (i13 | 0)) {
-       i20 = i21;
-       break;
-      }
-      _abort();
-     }
-    } while (0);
-    HEAP32[i10 + 12 &gt;&gt; 2] = i18;
-    HEAP32[i20 &gt;&gt; 2] = i10;
-    i16 = i13;
-    i17 = i14;
-    break;
-   }
-   i19 = i12;
-   i15 = HEAP32[i1 + (i11 + 24) &gt;&gt; 2] | 0;
-   i21 = HEAP32[i1 + (i11 + 12) &gt;&gt; 2] | 0;
-   do {
-    if ((i21 | 0) == (i19 | 0)) {
-     i22 = i1 + (i11 + 20) | 0;
-     i23 = HEAP32[i22 &gt;&gt; 2] | 0;
-     if ((i23 | 0) == 0) {
-      i24 = i1 + (i11 + 16) | 0;
-      i25 = HEAP32[i24 &gt;&gt; 2] | 0;
-      if ((i25 | 0) == 0) {
-       i26 = 0;
-       break;
-      } else {
-       i27 = i25;
-       i28 = i24;
-      }
-     } else {
-      i27 = i23;
-      i28 = i22;
-     }
-     while (1) {
-      i22 = i27 + 20 | 0;
-      i23 = HEAP32[i22 &gt;&gt; 2] | 0;
-      if ((i23 | 0) != 0) {
-       i27 = i23;
-       i28 = i22;
-       continue;
-      }
-      i22 = i27 + 16 | 0;
-      i23 = HEAP32[i22 &gt;&gt; 2] | 0;
-      if ((i23 | 0) == 0) {
-       break;
-      } else {
-       i27 = i23;
-       i28 = i22;
-      }
-     }
-     if (i28 &gt;&gt;&gt; 0 &lt; i4 &gt;&gt;&gt; 0) {
-      _abort();
-     } else {
-      HEAP32[i28 &gt;&gt; 2] = 0;
-      i26 = i27;
-      break;
-     }
-    } else {
-     i22 = HEAP32[i1 + (i11 + 8) &gt;&gt; 2] | 0;
-     if (i22 &gt;&gt;&gt; 0 &lt; i4 &gt;&gt;&gt; 0) {
-      _abort();
-     }
-     i23 = i22 + 12 | 0;
-     if ((HEAP32[i23 &gt;&gt; 2] | 0) != (i19 | 0)) {
-      _abort();
-     }
-     i24 = i21 + 8 | 0;
-     if ((HEAP32[i24 &gt;&gt; 2] | 0) == (i19 | 0)) {
-      HEAP32[i23 &gt;&gt; 2] = i21;
-      HEAP32[i24 &gt;&gt; 2] = i22;
-      i26 = i21;
-      break;
-     } else {
-      _abort();
-     }
-    }
-   } while (0);
-   if ((i15 | 0) == 0) {
-    i16 = i13;
-    i17 = i14;
-    break;
-   }
-   i21 = i1 + (i11 + 28) | 0;
-   i12 = 368 + (HEAP32[i21 &gt;&gt; 2] &lt;&lt; 2) | 0;
-   do {
-    if ((i19 | 0) == (HEAP32[i12 &gt;&gt; 2] | 0)) {
-     HEAP32[i12 &gt;&gt; 2] = i26;
-     if ((i26 | 0) != 0) {
-      break;
-     }
-     HEAP32[17] = HEAP32[17] &amp; ~(1 &lt;&lt; HEAP32[i21 &gt;&gt; 2]);
-     i16 = i13;
-     i17 = i14;
-     break L549;
-    } else {
-     if (i15 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-      _abort();
-     }
-     i10 = i15 + 16 | 0;
-     if ((HEAP32[i10 &gt;&gt; 2] | 0) == (i19 | 0)) {
-      HEAP32[i10 &gt;&gt; 2] = i26;
-     } else {
-      HEAP32[i15 + 20 &gt;&gt; 2] = i26;
-     }
-     if ((i26 | 0) == 0) {
-      i16 = i13;
-      i17 = i14;
-      break L549;
-     }
-    }
-   } while (0);
-   if (i26 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-    _abort();
-   }
-   HEAP32[i26 + 24 &gt;&gt; 2] = i15;
-   i19 = HEAP32[i1 + (i11 + 16) &gt;&gt; 2] | 0;
-   do {
-    if ((i19 | 0) != 0) {
-     if (i19 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-      _abort();
-     } else {
-      HEAP32[i26 + 16 &gt;&gt; 2] = i19;
-      HEAP32[i19 + 24 &gt;&gt; 2] = i26;
-      break;
-     }
-    }
-   } while (0);
-   i19 = HEAP32[i1 + (i11 + 20) &gt;&gt; 2] | 0;
-   if ((i19 | 0) == 0) {
-    i16 = i13;
-    i17 = i14;
-    break;
-   }
-   if (i19 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-    _abort();
-   } else {
-    HEAP32[i26 + 20 &gt;&gt; 2] = i19;
-    HEAP32[i19 + 24 &gt;&gt; 2] = i26;
-    i16 = i13;
-    i17 = i14;
-    break;
-   }
-  } else {
-   i16 = i3;
-   i17 = i7;
-  }
- } while (0);
- i3 = i16;
- if (i3 &gt;&gt;&gt; 0 &gt;= i8 &gt;&gt;&gt; 0) {
-  _abort();
- }
- i26 = i1 + (i7 - 4) | 0;
- i4 = HEAP32[i26 &gt;&gt; 2] | 0;
- if ((i4 &amp; 1 | 0) == 0) {
-  _abort();
- }
- do {
-  if ((i4 &amp; 2 | 0) == 0) {
-   if ((i9 | 0) == (HEAP32[22] | 0)) {
-    i27 = (HEAP32[19] | 0) + i17 | 0;
-    HEAP32[19] = i27;
-    HEAP32[22] = i16;
-    HEAP32[i16 + 4 &gt;&gt; 2] = i27 | 1;
-    if ((i16 | 0) != (HEAP32[21] | 0)) {
-     return;
-    }
-    HEAP32[21] = 0;
-    HEAP32[18] = 0;
-    return;
-   }
-   if ((i9 | 0) == (HEAP32[21] | 0)) {
-    i27 = (HEAP32[18] | 0) + i17 | 0;
-    HEAP32[18] = i27;
-    HEAP32[21] = i16;
-    HEAP32[i16 + 4 &gt;&gt; 2] = i27 | 1;
-    HEAP32[i3 + i27 &gt;&gt; 2] = i27;
-    return;
-   }
-   i27 = (i4 &amp; -8) + i17 | 0;
-   i28 = i4 &gt;&gt;&gt; 3;
-   L652 : do {
-    if (i4 &gt;&gt;&gt; 0 &lt; 256) {
-     i20 = HEAP32[i1 + i7 &gt;&gt; 2] | 0;
-     i6 = HEAP32[i1 + (i7 | 4) &gt;&gt; 2] | 0;
-     i2 = 104 + (i28 &lt;&lt; 1 &lt;&lt; 2) | 0;
-     do {
-      if ((i20 | 0) != (i2 | 0)) {
-       if (i20 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-        _abort();
-       }
-       if ((HEAP32[i20 + 12 &gt;&gt; 2] | 0) == (i9 | 0)) {
-        break;
-       }
-       _abort();
-      }
-     } while (0);
-     if ((i6 | 0) == (i20 | 0)) {
-      HEAP32[16] = HEAP32[16] &amp; ~(1 &lt;&lt; i28);
-      break;
-     }
-     do {
-      if ((i6 | 0) == (i2 | 0)) {
-       i29 = i6 + 8 | 0;
-      } else {
-       if (i6 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-        _abort();
-       }
-       i5 = i6 + 8 | 0;
-       if ((HEAP32[i5 &gt;&gt; 2] | 0) == (i9 | 0)) {
-        i29 = i5;
-        break;
-       }
-       _abort();
-      }
-     } while (0);
-     HEAP32[i20 + 12 &gt;&gt; 2] = i6;
-     HEAP32[i29 &gt;&gt; 2] = i20;
-    } else {
-     i2 = i8;
-     i5 = HEAP32[i1 + (i7 + 16) &gt;&gt; 2] | 0;
-     i19 = HEAP32[i1 + (i7 | 4) &gt;&gt; 2] | 0;
-     do {
-      if ((i19 | 0) == (i2 | 0)) {
-       i15 = i1 + (i7 + 12) | 0;
-       i21 = HEAP32[i15 &gt;&gt; 2] | 0;
-       if ((i21 | 0) == 0) {
-        i12 = i1 + (i7 + 8) | 0;
-        i10 = HEAP32[i12 &gt;&gt; 2] | 0;
-        if ((i10 | 0) == 0) {
-         i30 = 0;
-         break;
-        } else {
-         i31 = i10;
-         i32 = i12;
-        }
-       } else {
-        i31 = i21;
-        i32 = i15;
-       }
-       while (1) {
-        i15 = i31 + 20 | 0;
-        i21 = HEAP32[i15 &gt;&gt; 2] | 0;
-        if ((i21 | 0) != 0) {
-         i31 = i21;
-         i32 = i15;
-         continue;
-        }
-        i15 = i31 + 16 | 0;
-        i21 = HEAP32[i15 &gt;&gt; 2] | 0;
-        if ((i21 | 0) == 0) {
-         break;
-        } else {
-         i31 = i21;
-         i32 = i15;
-        }
-       }
-       if (i32 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-        _abort();
-       } else {
-        HEAP32[i32 &gt;&gt; 2] = 0;
-        i30 = i31;
-        break;
-       }
-      } else {
-       i15 = HEAP32[i1 + i7 &gt;&gt; 2] | 0;
-       if (i15 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-        _abort();
-       }
-       i21 = i15 + 12 | 0;
-       if ((HEAP32[i21 &gt;&gt; 2] | 0) != (i2 | 0)) {
-        _abort();
-       }
-       i12 = i19 + 8 | 0;
-       if ((HEAP32[i12 &gt;&gt; 2] | 0) == (i2 | 0)) {
-        HEAP32[i21 &gt;&gt; 2] = i19;
-        HEAP32[i12 &gt;&gt; 2] = i15;
-        i30 = i19;
-        break;
-       } else {
-        _abort();
-       }
-      }
-     } while (0);
-     if ((i5 | 0) == 0) {
-      break;
-     }
-     i19 = i1 + (i7 + 20) | 0;
-     i20 = 368 + (HEAP32[i19 &gt;&gt; 2] &lt;&lt; 2) | 0;
-     do {
-      if ((i2 | 0) == (HEAP32[i20 &gt;&gt; 2] | 0)) {
-       HEAP32[i20 &gt;&gt; 2] = i30;
-       if ((i30 | 0) != 0) {
-        break;
-       }
-       HEAP32[17] = HEAP32[17] &amp; ~(1 &lt;&lt; HEAP32[i19 &gt;&gt; 2]);
-       break L652;
-      } else {
-       if (i5 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-        _abort();
-       }
-       i6 = i5 + 16 | 0;
-       if ((HEAP32[i6 &gt;&gt; 2] | 0) == (i2 | 0)) {
-        HEAP32[i6 &gt;&gt; 2] = i30;
-       } else {
-        HEAP32[i5 + 20 &gt;&gt; 2] = i30;
-       }
-       if ((i30 | 0) == 0) {
-        break L652;
-       }
-      }
-     } while (0);
-     if (i30 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-      _abort();
-     }
-     HEAP32[i30 + 24 &gt;&gt; 2] = i5;
-     i2 = HEAP32[i1 + (i7 + 8) &gt;&gt; 2] | 0;
-     do {
-      if ((i2 | 0) != 0) {
-       if (i2 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-        _abort();
-       } else {
-        HEAP32[i30 + 16 &gt;&gt; 2] = i2;
-        HEAP32[i2 + 24 &gt;&gt; 2] = i30;
-        break;
-       }
-      }
-     } while (0);
-     i2 = HEAP32[i1 + (i7 + 12) &gt;&gt; 2] | 0;
-     if ((i2 | 0) == 0) {
-      break;
-     }
-     if (i2 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-      _abort();
-     } else {
-      HEAP32[i30 + 20 &gt;&gt; 2] = i2;
-      HEAP32[i2 + 24 &gt;&gt; 2] = i30;
-      break;
-     }
-    }
-   } while (0);
-   HEAP32[i16 + 4 &gt;&gt; 2] = i27 | 1;
-   HEAP32[i3 + i27 &gt;&gt; 2] = i27;
-   if ((i16 | 0) != (HEAP32[21] | 0)) {
-    i33 = i27;
-    break;
-   }
-   HEAP32[18] = i27;
-   return;
-  } else {
-   HEAP32[i26 &gt;&gt; 2] = i4 &amp; -2;
-   HEAP32[i16 + 4 &gt;&gt; 2] = i17 | 1;
-   HEAP32[i3 + i17 &gt;&gt; 2] = i17;
-   i33 = i17;
-  }
- } while (0);
- i17 = i33 &gt;&gt;&gt; 3;
- if (i33 &gt;&gt;&gt; 0 &lt; 256) {
-  i3 = i17 &lt;&lt; 1;
-  i4 = 104 + (i3 &lt;&lt; 2) | 0;
-  i26 = HEAP32[16] | 0;
-  i30 = 1 &lt;&lt; i17;
-  do {
-   if ((i26 &amp; i30 | 0) == 0) {
-    HEAP32[16] = i26 | i30;
-    i34 = i4;
-    i35 = 104 + (i3 + 2 &lt;&lt; 2) | 0;
-   } else {
-    i17 = 104 + (i3 + 2 &lt;&lt; 2) | 0;
-    i7 = HEAP32[i17 &gt;&gt; 2] | 0;
-    if (i7 &gt;&gt;&gt; 0 &gt;= (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-     i34 = i7;
-     i35 = i17;
-     break;
-    }
-    _abort();
-   }
-  } while (0);
-  HEAP32[i35 &gt;&gt; 2] = i16;
-  HEAP32[i34 + 12 &gt;&gt; 2] = i16;
-  HEAP32[i16 + 8 &gt;&gt; 2] = i34;
-  HEAP32[i16 + 12 &gt;&gt; 2] = i4;
-  return;
- }
- i4 = i16;
- i34 = i33 &gt;&gt;&gt; 8;
- do {
-  if ((i34 | 0) == 0) {
-   i36 = 0;
-  } else {
-   if (i33 &gt;&gt;&gt; 0 &gt; 16777215) {
-    i36 = 31;
-    break;
-   }
-   i35 = (i34 + 1048320 | 0) &gt;&gt;&gt; 16 &amp; 8;
-   i3 = i34 &lt;&lt; i35;
-   i30 = (i3 + 520192 | 0) &gt;&gt;&gt; 16 &amp; 4;
-   i26 = i3 &lt;&lt; i30;
-   i3 = (i26 + 245760 | 0) &gt;&gt;&gt; 16 &amp; 2;
-   i17 = 14 - (i30 | i35 | i3) + (i26 &lt;&lt; i3 &gt;&gt;&gt; 15) | 0;
-   i36 = i33 &gt;&gt;&gt; ((i17 + 7 | 0) &gt;&gt;&gt; 0) &amp; 1 | i17 &lt;&lt; 1;
-  }
- } while (0);
- i34 = 368 + (i36 &lt;&lt; 2) | 0;
- HEAP32[i16 + 28 &gt;&gt; 2] = i36;
- HEAP32[i16 + 20 &gt;&gt; 2] = 0;
- HEAP32[i16 + 16 &gt;&gt; 2] = 0;
- i17 = HEAP32[17] | 0;
- i3 = 1 &lt;&lt; i36;
- do {
-  if ((i17 &amp; i3 | 0) == 0) {
-   HEAP32[17] = i17 | i3;
-   HEAP32[i34 &gt;&gt; 2] = i4;
-   HEAP32[i16 + 24 &gt;&gt; 2] = i34;
-   HEAP32[i16 + 12 &gt;&gt; 2] = i16;
-   HEAP32[i16 + 8 &gt;&gt; 2] = i16;
-  } else {
-   if ((i36 | 0) == 31) {
-    i37 = 0;
-   } else {
-    i37 = 25 - (i36 &gt;&gt;&gt; 1) | 0;
-   }
-   i26 = i33 &lt;&lt; i37;
-   i35 = HEAP32[i34 &gt;&gt; 2] | 0;
-   while (1) {
-    if ((HEAP32[i35 + 4 &gt;&gt; 2] &amp; -8 | 0) == (i33 | 0)) {
-     break;
-    }
-    i38 = i35 + 16 + (i26 &gt;&gt;&gt; 31 &lt;&lt; 2) | 0;
-    i30 = HEAP32[i38 &gt;&gt; 2] | 0;
-    if ((i30 | 0) == 0) {
-     i39 = 525;
-     break;
-    } else {
-     i26 = i26 &lt;&lt; 1;
-     i35 = i30;
-    }
-   }
-   if ((i39 | 0) == 525) {
-    if (i38 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
-     _abort();
-    } else {
-     HEAP32[i38 &gt;&gt; 2] = i4;
-     HEAP32[i16 + 24 &gt;&gt; 2] = i35;
-     HEAP32[i16 + 12 &gt;&gt; 2] = i16;
-     HEAP32[i16 + 8 &gt;&gt; 2] = i16;
-     break;
-    }
-   }
-   i26 = i35 + 8 | 0;
-   i27 = HEAP32[i26 &gt;&gt; 2] | 0;
-   i30 = HEAP32[20] | 0;
-   if (i35 &gt;&gt;&gt; 0 &lt; i30 &gt;&gt;&gt; 0) {
-    _abort();
-   }
-   if (i27 &gt;&gt;&gt; 0 &lt; i30 &gt;&gt;&gt; 0) {
-    _abort();
-   } else {
-    HEAP32[i27 + 12 &gt;&gt; 2] = i4;
-    HEAP32[i26 &gt;&gt; 2] = i4;
-    HEAP32[i16 + 8 &gt;&gt; 2] = i27;
-    HEAP32[i16 + 12 &gt;&gt; 2] = i35;
-    HEAP32[i16 + 24 &gt;&gt; 2] = 0;
-    break;
-   }
-  }
- } while (0);
- i16 = (HEAP32[24] | 0) - 1 | 0;
- HEAP32[24] = i16;
- if ((i16 | 0) == 0) {
-  i40 = 520;
- } else {
-  return;
- }
- while (1) {
-  i16 = HEAP32[i40 &gt;&gt; 2] | 0;
-  if ((i16 | 0) == 0) {
-   break;
-  } else {
-   i40 = i16 + 8 | 0;
-  }
- }
- HEAP32[24] = -1;
- return;
-}
-function _strlen(i1) {
- i1 = i1 | 0;
- var i2 = 0;
- i2 = i1;
- while (HEAP8[i2] | 0) {
-  i2 = i2 + 1 | 0;
- }
- return i2 - i1 | 0;
-}
-function _memcpy(i1, i2, i3) {
- i1 = i1 | 0;
- i2 = i2 | 0;
- i3 = i3 | 0;
- var i4 = 0;
- i4 = i1 | 0;
- if ((i1 &amp; 3) == (i2 &amp; 3)) {
-  while (i1 &amp; 3) {
-   if ((i3 | 0) == 0) return i4 | 0;
-   HEAP8[i1] = HEAP8[i2] | 0;
-   i1 = i1 + 1 | 0;
-   i2 = i2 + 1 | 0;
-   i3 = i3 - 1 | 0;
-  }
-  while ((i3 | 0) &gt;= 4) {
-   HEAP32[i1 &gt;&gt; 2] = HEAP32[i2 &gt;&gt; 2];
-   i1 = i1 + 4 | 0;
-   i2 = i2 + 4 | 0;
-   i3 = i3 - 4 | 0;
-  }
- }
- while ((i3 | 0) &gt; 0) {
-  HEAP8[i1] = HEAP8[i2] | 0;
-  i1 = i1 + 1 | 0;
-  i2 = i2 + 1 | 0;
-  i3 = i3 - 1 | 0;
- }
- return i4 | 0;
-}
-function _memset(i1, i2, i3) {
- i1 = i1 | 0;
- i2 = i2 | 0;
- i3 = i3 | 0;
- var i4 = 0, i5 = 0, i6 = 0;
- i4 = i1 + i3 | 0;
- if ((i3 | 0) &gt;= 20) {
-  i2 = i2 &amp; 255;
-  i3 = i1 &amp; 3;
-  i5 = i2 | i2 &lt;&lt; 8 | i2 &lt;&lt; 16 | i2 &lt;&lt; 24;
-  i6 = i4 &amp; ~3;
-  if (i3) {
-   i3 = i1 + 4 - i3 | 0;
-   while ((i1 | 0) &lt; (i3 | 0)) {
-    HEAP8[i1] = i2;
-    i1 = i1 + 1 | 0;
-   }
-  }
-  while ((i1 | 0) &lt; (i6 | 0)) {
-   HEAP32[i1 &gt;&gt; 2] = i5;
-   i1 = i1 + 4 | 0;
-  }
- }
- while ((i1 | 0) &lt; (i4 | 0)) {
-  HEAP8[i1] = i2;
-  i1 = i1 + 1 | 0;
- }
-}
-function dynCall_ii(i1, i2) {
- i1 = i1 | 0;
- i2 = i2 | 0;
- return FUNCTION_TABLE_ii[i1 &amp; 1](i2 | 0) | 0;
-}
-function dynCall_v(i1) {
- i1 = i1 | 0;
- FUNCTION_TABLE_v[i1 &amp; 1]();
-}
-function dynCall_iii(i1, i2, i3) {
- i1 = i1 | 0;
- i2 = i2 | 0;
- i3 = i3 | 0;
- return FUNCTION_TABLE_iii[i1 &amp; 1](i2 | 0, i3 | 0) | 0;
-}
-function dynCall_vi(i1, i2) {
- i1 = i1 | 0;
- i2 = i2 | 0;
- FUNCTION_TABLE_vi[i1 &amp; 1](i2 | 0);
-}
-function b0(i1) {
- i1 = i1 | 0;
- abort(0);
- return 0;
-}
-function b1() {
- abort(1);
-}
-function b2(i1, i2) {
- i1 = i1 | 0;
- i2 = i2 | 0;
- abort(2);
- return 0;
-}
-function b3(i1) {
- i1 = i1 | 0;
- abort(3);
-}
-// EMSCRIPTEN_END_FUNCS
-  var FUNCTION_TABLE_ii = [b0,b0];
-  var FUNCTION_TABLE_v = [b1,b1];
-  var FUNCTION_TABLE_iii = [b2,b2];
-  var FUNCTION_TABLE_vi = [b3,b3];
-  return { _strlen: _strlen, _free: _free, _main: _main, _memset: _memset, _malloc: _malloc, _memcpy: _memcpy, runPostSets: runPostSets, stackAlloc: stackAlloc, stackSave: stackSave, stackRestore: stackRestore, setThrew: setThrew, setTempRet0: setTempRet0, setTempRet1: setTempRet1, setTempRet2: setTempRet2, setTempRet3: setTempRet3, setTempRet4: setTempRet4, setTempRet5: setTempRet5, setTempRet6: setTempRet6, setTempRet7: setTempRet7, setTempRet8: setTempRet8, setTempRet9: setTempRet9, dynCall_ii: dynCall_ii, dynCall_v: dynCall_v, dynCall_iii: dynCall_iii, dynCall_vi: dynCall_vi };
-})
-// EMSCRIPTEN_END_ASM
-({ &quot;Math&quot;: Math, &quot;Int8Array&quot;: Int8Array, &quot;Int16Array&quot;: Int16Array, &quot;Int32Array&quot;: Int32Array, &quot;Uint8Array&quot;: Uint8Array, &quot;Uint16Array&quot;: Uint16Array, &quot;Uint32Array&quot;: Uint32Array, &quot;Float32Array&quot;: Float32Array, &quot;Float64Array&quot;: Float64Array }, { &quot;abort&quot;: abort, &quot;assert&quot;: assert, &quot;asmPrintInt&quot;: asmPrintInt, &quot;asmPrintFloat&quot;: asmPrintFloat, &quot;min&quot;: Math_min, &quot;invoke_ii&quot;: invoke_ii, &quot;invoke_v&quot;: invoke_v, &quot;invoke_iii&quot;: invoke_iii, &quot;invoke_vi&quot;: invoke_vi, &quot;_pwrite&quot;: _pwrite, &quot;_sysconf&quot;: _sysconf, &quot;_sbrk&quot;: _sbrk, &quot;___setErrNo&quot;: ___setErrNo, &quot;_fwrite&quot;: _fwrite, &quot;__reallyNegative&quot;: __reallyNegative, &quot;_time&quot;: _time, &quot;__formatString&quot;: __formatString, &quot;_send&quot;: _send, &quot;_write&quot;: _write, &quot;_abort&quot;: _abort, &quot;_fprintf&quot;: _fprintf, &quot;_printf&quot;: _printf, &quot;___errno_location&quot;: ___errno_location, &quot;_fflush&quot;: _fflush, &quot;STACKTOP&quot;: STACKTOP, &quot;STACK_MAX&quot;: STACK_MAX, &quot;tempDoublePtr&quot;: tempDoublePtr, &quot;ABORT&quot;: ABORT, &quot;NaN&quot;: NaN, &quot;Infinity&quot;: Infinity }, buffer);
-var _strlen = Module[&quot;_strlen&quot;] = asm[&quot;_strlen&quot;];
-var _free = Module[&quot;_free&quot;] = asm[&quot;_free&quot;];
-var _main = Module[&quot;_main&quot;] = asm[&quot;_main&quot;];
-var _memset = Module[&quot;_memset&quot;] = asm[&quot;_memset&quot;];
-var _malloc = Module[&quot;_malloc&quot;] = asm[&quot;_malloc&quot;];
-var _memcpy = Module[&quot;_memcpy&quot;] = asm[&quot;_memcpy&quot;];
-var runPostSets = Module[&quot;runPostSets&quot;] = asm[&quot;runPostSets&quot;];
-var dynCall_ii = Module[&quot;dynCall_ii&quot;] = asm[&quot;dynCall_ii&quot;];
-var dynCall_v = Module[&quot;dynCall_v&quot;] = asm[&quot;dynCall_v&quot;];
-var dynCall_iii = Module[&quot;dynCall_iii&quot;] = asm[&quot;dynCall_iii&quot;];
-var dynCall_vi = Module[&quot;dynCall_vi&quot;] = asm[&quot;dynCall_vi&quot;];
-Runtime.stackAlloc = function(size) { return asm['stackAlloc'](size) };
-Runtime.stackSave = function() { return asm['stackSave']() };
-Runtime.stackRestore = function(top) { asm['stackRestore'](top) };
-// Warning: printing of i64 values may be slightly rounded! No deep i64 math used, so precise i64 code not included
-var i64Math = null;
-// === Auto-generated postamble setup entry stuff ===
-function ExitStatus(status) {
-  this.name = &quot;ExitStatus&quot;;
-  this.message = &quot;Program terminated with exit(&quot; + status + &quot;)&quot;;
-  this.status = status;
-};
-ExitStatus.prototype = new Error();
-ExitStatus.prototype.constructor = ExitStatus;
-var initialStackTop;
-var preloadStartTime = null;
-Module['callMain'] = Module.callMain = function callMain(args) {
-  assert(runDependencies == 0, 'cannot call main when async dependencies remain! (listen on __ATMAIN__)');
-  assert(__ATPRERUN__.length == 0, 'cannot call main when preRun functions remain to be called');
-  args = args || [];
-  if (ENVIRONMENT_IS_WEB &amp;&amp; preloadStartTime !== null) {
-    //Module.printErr('preload time: ' + (Date.now() - preloadStartTime) + ' ms');
-  }
-  ensureInitRuntime();
-  var argc = args.length+1;
-  function pad() {
-    for (var i = 0; i &lt; 4-1; i++) {
-      argv.push(0);
-    }
-  }
-  var argv = [allocate(intArrayFromString(&quot;/bin/this.program&quot;), 'i8', ALLOC_NORMAL) ];
-  pad();
-  for (var i = 0; i &lt; argc-1; i = i + 1) {
-    argv.push(allocate(intArrayFromString(args[i]), 'i8', ALLOC_NORMAL));
-    pad();
-  }
-  argv.push(0);
-  argv = allocate(argv, 'i32', ALLOC_NORMAL);
-  initialStackTop = STACKTOP;
-  try {
-    var ret = Module['_main'](argc, argv, 0);
-    // if we're not running an evented main loop, it's time to exit
-    if (!Module['noExitRuntime']) {
-      exit(ret);
-    }
-  }
-  catch(e) {
-    if (e instanceof ExitStatus) {
-      // exit() throws this once it's done to make sure execution
-      // has been stopped completely
-      return;
-    } else if (e == 'SimulateInfiniteLoop') {
-      // running an evented main loop, don't immediately exit
-      Module['noExitRuntime'] = true;
-      return;
-    } else {
-      throw e;
-    }
-  }
-}
-function run(args) {
-  args = args || Module['arguments'];
-  if (preloadStartTime === null) preloadStartTime = Date.now();
-  if (runDependencies &gt; 0) {
-    Module.printErr('run() called, but dependencies remain, so not running');
-    return;
-  }
-  preRun();
-  if (runDependencies &gt; 0) {
-    // a preRun added a dependency, run will be called later
-    return;
-  }
-  function doRun() {
-    ensureInitRuntime();
-    preMain();
-    calledRun = true;
-    if (Module['_main'] &amp;&amp; shouldRunNow) {
-      Module['callMain'](args);
-    }
-    postRun();
-  }
-  if (Module['setStatus']) {
-    Module['setStatus']('Running...');
-    setTimeout(function() {
-      setTimeout(function() {
-        Module['setStatus']('');
-      }, 1);
-      if (!ABORT) doRun();
-    }, 1);
-  } else {
-    doRun();
-  }
-}
-Module['run'] = Module.run = run;
-function exit(status) {
-  ABORT = true;
-  EXITSTATUS = status;
-  STACKTOP = initialStackTop;
-  // exit the runtime
-  exitRuntime();
-  // throw an exception to halt the current execution
-  throw new ExitStatus(status);
-}
-Module['exit'] = Module.exit = exit;
-function abort(text) {
-  if (text) {
-    Module.print(text);
-    Module.printErr(text);
-  }
-  ABORT = true;
-  EXITSTATUS = 1;
-  throw 'abort() at ' + (new Error().stack);
-}
-Module['abort'] = Module.abort = abort;
-// {{PRE_RUN_ADDITIONS}}
-if (Module['preInit']) {
-  if (typeof Module['preInit'] == 'function') Module['preInit'] = [Module['preInit']];
-  while (Module['preInit'].length &gt; 0) {
-    Module['preInit'].pop()();
-  }
-}
-// shouldRunNow refers to calling main(), not run().
-var shouldRunNow = true;
-if (Module['noInitialRun']) {
-  shouldRunNow = false;
-}
-run([].concat(Module[&quot;arguments&quot;]));
-if (JSRegress_outputBuffer != &quot;final: 400.\n&quot;)
-    throw &quot;Error: bad result: &quot; + JSRegress_outputBuffer;
-// {{POST_RUN_ADDITIONS}}
-// {{MODULE_ADDITIONS}}
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressscripttestsfoldstricteqjs"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/script-tests/fold-strict-eq.js (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/script-tests/fold-strict-eq.js        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/script-tests/fold-strict-eq.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,16 +0,0 @@
</span><del>-function foo(a, b) {
-    return a === b;
-}
-
-function test(actual, expected) {
-    if (actual !== expected)
-        throw new Error(&quot;bad result: &quot; + actual);
-}
-
-for (var i = 0; i &lt; 10000000; ++i) {
-    test(foo(true, null), false);
-    test(foo(true, false), false);
-    test(foo(true, true), true);
-    test(foo(5, &quot;hello&quot;), false);
-    test(foo(void 0, new Object()), false);
-}
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressscripttestsmarsagliajs"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/script-tests/marsaglia.js (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/script-tests/marsaglia.js        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/script-tests/marsaglia.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,17 +0,0 @@
</span><del>-function marsaglia(m_z, m_w, n) {
-    var result;
-    for (var i = 0; i &lt; n; ++i) {
-        m_z = (36969 * (m_z &amp; 65535) + (m_z &gt;&gt; 16)) | 0;
-        m_w = (18000 * (m_w &amp; 65535) + (m_w &gt;&gt; 16)) | 0;
-        result = ((m_z &lt;&lt; 16) + m_w) | 0;
-    }
-    return result;
-}
-
-var result = 0;
-for (var i = 0; i &lt; 100; ++i)
-    result += marsaglia(i, i + 1, 1000000);
-
-if (result != 8216386243)
-    throw &quot;Error: bad result: &quot; + result;
-
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressscripttestsnestedfunctionparsingrandomjs"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/script-tests/nested-function-parsing-random.js (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/script-tests/nested-function-parsing-random.js        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/script-tests/nested-function-parsing-random.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,28 +0,0 @@
</span><del>-//@ skip
-
-function randomIdent(prefix)
-{
-    var random = Math.random();
-    var truncated = Math.floor(random * 1000000000);
-    return String(prefix) + String(truncated);
-}
-
-(function() {
-    var result = 0;
-
-    for (var i = 0; i &lt; 100; ++i) {
-        var program = &quot;(function &quot; + randomIdent(&quot;f&quot;) + &quot;() {\n&quot;;
-        for (var j = 0; j &lt; 1000; ++j) {
-            program += &quot;function &quot; + randomIdent(&quot;g&quot;) + &quot;() { return 0 &amp;&amp; 1 &amp;&amp; 2 &amp;&amp; 3 &amp;&amp; 4 &amp;&amp; 5 &amp;&amp; 6 &amp;&amp; 7 &amp;&amp; 8 &amp;&amp; 9 &amp;&amp; 10; }\n&quot;;
-        }
-        program += &quot;})();\n&quot;;
-        program += &quot;return 0;\n&quot;;
-
-        result += new Function(program)();
-    }
-
-    if (result != 0) {
-        print(&quot;Bad result: &quot; + result);
-        throw &quot;Error&quot;;
-    }
-})();
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressscripttestsnewspreadjs"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/script-tests/new-spread.js (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/script-tests/new-spread.js        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/script-tests/new-spread.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,34 +0,0 @@
</span><del>-
-function testFunction(a, b)
-{
-    &quot;use strict&quot;
-    result |= 0;
-    result += a * 1000 + b * 100 + arguments[2] * 10 + arguments.length ^ (result &amp; 1024);
-}
-
-var arrayArguments = [2, 3, 4]
-var result = 0;
-for (var i = 0; i &lt; 1000000; i++)
-    new testFunction(...arrayArguments);
-
-for (var i = 0; i &lt; 1000000; i++)
-    new testFunction(...[1, 2, result, 4]);
-
-function test2() {
-    for (var i = 0; i &lt; 1000000; i++)
-        new testFunction(...arguments);
-}
-
-test2(1,2,3,4)
-
-
-function test3() {
-    aliasedArguments = arguments;
-    for (var i = 0; i &lt; 1000000; i++)
-        new testFunction(...aliasedArguments);
-}
-
-test3(1,2,result,4)
-
-if (result != -2371153088)
-    throw &quot;Result was &quot; + result + &quot; expected -2371153088&quot;;
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressscripttestsprotocustomgetterjs"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/script-tests/proto-custom-getter.js (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/script-tests/proto-custom-getter.js        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/script-tests/proto-custom-getter.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,17 +0,0 @@
</span><del>-var cycles = 6000
-var numberObject = { __proto__: Number}
-function foo() {
-    var result = 0;
-    var innerCycles = cycles;
-    var Number = numberObject;
-    for (var i = 0; i &lt; innerCycles; ++i)
-        result += 0 | isNaN(Number.NaN);
-
-    return result;
-}
-noInline(foo);
-var result = 0;
-for (var i = 0; i &lt; 1500; i++)
-    result += foo();
-if (result != i * cycles)
-    throw &quot;Failed, result was &quot; + (result) + &quot; should be &quot; + (i * cycles)
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressscripttestssimplecustomgetterjs"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/script-tests/simple-custom-getter.js (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/script-tests/simple-custom-getter.js        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/script-tests/simple-custom-getter.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,17 +0,0 @@
</span><del>-var cycles = 20000
-var numberObject = Number
-function foo() {
-    var result = 0;
-    var innerCycles = cycles;
-    var Number = numberObject;
-    for (var i = 0; i &lt; innerCycles; ++i)
-        result += 0 | isNaN(Number.NaN);
-
-    return result;
-}
-noInline(foo);
-var result = 0;
-for (var i = 0; i &lt; 1500; i++)
-    result += foo();
-if (result != i * cycles)
-    throw &quot;Failed, result was &quot; + (result) + &quot; should be &quot; + (i * cycles)
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressscripttestsvariadicclosurecalljs"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/script-tests/variadic-closure-call.js (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/script-tests/variadic-closure-call.js        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/script-tests/variadic-closure-call.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,33 +0,0 @@
</span><del>-function foo(a) {
-    var x = 42 + a;
-    function bar(a, b, c) {
-        var result = a + b + c;
-        for (var i = 3; i &lt; arguments.length; ++i)
-            result = arguments[i] * x;
-        return result;
-    }
-    return bar.apply(this, arguments);
-}
-
-// Warm everything up with variadic calls that don't fail arity checks.
-for (var i = 0; i &lt; 100000; ++i) {
-    var args = [];
-    var n = (i % 8) + 8;
-    for (var j = 0; j &lt; n; ++j)
-        args.push(j);
-    var result = foo.apply(null, args);
-    if ((&quot;&quot; + result) != (&quot;&quot; + [294, 336, 378, 420, 462, 504, 546, 588][n - 8]))
-        throw &quot;Error: bad result for i = &quot; + i + &quot;: &quot; + result;
-}
-
-// Start failing some arity checks.
-for (var i = 0; i &lt; 100000; ++i) {
-    var args = [];
-    var n = i % 16;
-    for (var j = 0; j &lt; n; ++j)
-        args.push(j);
-    var result = foo.apply(null, args);
-    if ((&quot;&quot; + result) != (&quot;&quot; + [0/0, 0/0, 0/0, 3, 126, 168, 210, 252, 294, 336, 378, 420, 462, 504, 546, 588][n]))
-        throw &quot;Error: bad result for i = &quot; + i + &quot;: &quot; + result;
-}
-
</del></span></pre></div>
<a id="trunkLayoutTestsjsregresssimpleactivationdemohtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/simple-activation-demo.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/simple-activation-demo.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/simple-activation-demo.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/simple-activation-demo.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregresssimplecustomgetterexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/simple-custom-getter-expected.txt (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/simple-custom-getter-expected.txt        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/simple-custom-getter-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-JSRegress/simple-custom-getter
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS no exception thrown
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestsjsregresssimplecustomgetterhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/simple-custom-getter.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/simple-custom-getter.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/simple-custom-getter.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,12 +0,0 @@
</span><del>-&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
-&lt;html&gt;
-&lt;head&gt;
-&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;script-tests/simple-custom-getter.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsjsregresssimplegetteraccesshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/simple-getter-access.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/simple-getter-access.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/simple-getter-access.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/chain-getter-access.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressslowarrayprofileconvergencehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/slow-array-profile-convergence.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/slow-array-profile-convergence.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/slow-array-profile-convergence.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/slow-array-profile-convergence.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressslowconvergencehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/slow-convergence.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/slow-convergence.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/slow-convergence.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/slow-convergence.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregresssparseconditionalhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/sparse-conditional.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/sparse-conditional.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/sparse-conditional.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/sparse-conditional.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregresssplicetoremovehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/splice-to-remove.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/splice-to-remove.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/splice-to-remove.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/splice-to-remove.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressstringcharcodeathtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/string-char-code-at.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/string-char-code-at.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/string-char-code-at.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/string-char-code-at.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressstringconcatobjecthtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/string-concat-object.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/string-concat-object.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/string-concat-object.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/string-concat-object.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressstringconcatpairobjecthtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/string-concat-pair-object.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/string-concat-pair-object.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/string-concat-pair-object.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/string-concat-pair-object.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressstringconcatpairsimplehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/string-concat-pair-simple.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/string-concat-pair-simple.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/string-concat-pair-simple.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/string-concat-pair-simple.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressstringconcatsimplehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/string-concat-simple.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/string-concat-simple.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/string-concat-simple.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/string-concat-simple.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressstringconsrepeathtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/string-cons-repeat.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/string-cons-repeat.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/string-cons-repeat.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/string-cons-repeat.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressstringconstowerhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/string-cons-tower.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/string-cons-tower.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/string-cons-tower.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/string-cons-tower.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressstringequalityhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/string-equality.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/string-equality.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/string-equality.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/string-equality.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressstringgetbyvalbigcharhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/string-get-by-val-big-char.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/string-get-by-val-big-char.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/string-get-by-val-big-char.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/string-get-by-val-big-char.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressstringgetbyvaloutofboundsinsanehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/string-get-by-val-out-of-bounds-insane.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/string-get-by-val-out-of-bounds-insane.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/string-get-by-val-out-of-bounds-insane.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/string-get-by-val-out-of-bounds-insane.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressstringgetbyvaloutofboundshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/string-get-by-val-out-of-bounds.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/string-get-by-val-out-of-bounds.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/string-get-by-val-out-of-bounds.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/string-get-by-val-out-of-bounds.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressstringgetbyvalhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/string-get-by-val.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/string-get-by-val.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/string-get-by-val.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/string-get-by-val.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressstringhashhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/string-hash.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/string-hash.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/string-hash.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/string-hash.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressstringlongidentequalityhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/string-long-ident-equality.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/string-long-ident-equality.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/string-long-ident-equality.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/string-long-ident-equality.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressstringrepeatarithhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/string-repeat-arith.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/string-repeat-arith.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/string-repeat-arith.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/string-repeat-arith.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressstringsubhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/string-sub.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/string-sub.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/string-sub.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/string-sub.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressstringtesthtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/string-test.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/string-test.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/string-test.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/string-test.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressstringvarequalityhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/string-var-equality.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/string-var-equality.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/string-var-equality.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/string-var-equality.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressstructurehoistovertransitionshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/structure-hoist-over-transitions.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/structure-hoist-over-transitions.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/structure-hoist-over-transitions.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/structure-hoist-over-transitions.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressswitchcharconstanthtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/switch-char-constant.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/switch-char-constant.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/switch-char-constant.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/switch-char-constant.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressswitchcharhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/switch-char.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/switch-char.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/switch-char.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/switch-char.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressswitchconstanthtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/switch-constant.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/switch-constant.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/switch-constant.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/switch-constant.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressswitchstringbasicbigvarhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/switch-string-basic-big-var.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/switch-string-basic-big-var.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/switch-string-basic-big-var.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/switch-string-basic-big-var.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressswitchstringbasicbightml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/switch-string-basic-big.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/switch-string-basic-big.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/switch-string-basic-big.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/switch-string-basic-big.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressswitchstringbasicvarhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/switch-string-basic-var.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/switch-string-basic-var.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/switch-string-basic-var.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/switch-string-basic-var.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressswitchstringbasichtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/switch-string-basic.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/switch-string-basic.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/switch-string-basic.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/switch-string-basic.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressswitchstringbiglengthtowervarhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/switch-string-big-length-tower-var.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/switch-string-big-length-tower-var.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/switch-string-big-length-tower-var.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/switch-string-big-length-tower-var.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressswitchstringlengthtowervarhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/switch-string-length-tower-var.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/switch-string-length-tower-var.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/switch-string-length-tower-var.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/switch-string-length-tower-var.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressswitchstringlengthtowerhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/switch-string-length-tower.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/switch-string-length-tower.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/switch-string-length-tower.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/switch-string-length-tower.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressswitchstringshorthtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/switch-string-short.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/switch-string-short.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/switch-string-short.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/switch-string-short.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressswitchhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/switch.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/switch.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/switch.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/switch.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregresstearoffargumentssimplehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/tear-off-arguments-simple.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/tear-off-arguments-simple.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/tear-off-arguments-simple.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/tear-off-arguments-simple.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregresstearoffargumentshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/tear-off-arguments.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/tear-off-arguments.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/tear-off-arguments.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/tear-off-arguments.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregresstemporalstructurehtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/temporal-structure.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/temporal-structure.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/temporal-structure.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/temporal-structure.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregresstoint32booleanhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/to-int32-boolean.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/to-int32-boolean.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/to-int32-boolean.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/to-int32-boolean.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressundefinedtesthtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/undefined-test.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/undefined-test.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/undefined-test.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/undefined-test.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressunprofiledlicmhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/unprofiled-licm.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/unprofiled-licm.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/unprofiled-licm.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/unprofiled-licm.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsregressvariadicclosurecallexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/variadic-closure-call-expected.txt (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/variadic-closure-call-expected.txt        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/variadic-closure-call-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-JSRegress/variadic-closure-call
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS no exception thrown
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressvariadicclosurecallhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/js/regress/variadic-closure-call.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/variadic-closure-call.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/variadic-closure-call.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,12 +0,0 @@
</span><del>-&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
-&lt;html&gt;
-&lt;head&gt;
-&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;script-tests/variadic-closure-call.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
-&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsjsregressweirdinliningconstprophtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/regress/weird-inlining-const-prop.html (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/regress/weird-inlining-const-prop.html        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/LayoutTests/js/regress/weird-inlining-const-prop.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -4,9 +4,9 @@
</span><span class="cx"> &lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/head&gt;
</span><span class="cx"> &lt;body&gt;
</span><del>-&lt;script src=&quot;resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;script-tests/weird-inlining-const-prop.js&quot;&gt;&lt;/script&gt;
</span><del>-&lt;script src=&quot;resources/regress-post.js&quot;&gt;&lt;/script&gt;
</del><ins>+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx"> &lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
</span><span class="cx"> &lt;/body&gt;
</span><span class="cx"> &lt;/html&gt;
</span></span></pre></div>
<a id="trunkLayoutTestsjsslowstressArrayBufferInt8Arrayallochugelonglivedexpectedtxtfromrev166469trunkLayoutTestsjsregressArrayBufferInt8Arrayallochugelonglivedexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/ArrayBuffer-Int8Array-alloc-huge-long-lived-expected.txt (from rev 166469, trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-huge-long-lived-expected.txt) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/ArrayBuffer-Int8Array-alloc-huge-long-lived-expected.txt                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/ArrayBuffer-Int8Array-alloc-huge-long-lived-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+JSRegress/ArrayBuffer-Int8Array-alloc-huge-long-lived
+
+On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
+
+
+PASS no exception thrown
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressArrayBufferInt8Arrayallochugelonglivedhtmlfromrev166469trunkLayoutTestsjsregressArrayBufferInt8Arrayallochugelonglivedhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/ArrayBuffer-Int8Array-alloc-huge-long-lived.html (from rev 166469, trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-huge-long-lived.html) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/ArrayBuffer-Int8Array-alloc-huge-long-lived.html                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/ArrayBuffer-Int8Array-alloc-huge-long-lived.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,12 @@
</span><ins>+&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
+&lt;html&gt;
+&lt;head&gt;
+&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
+&lt;/head&gt;
+&lt;body&gt;
+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;script-tests/ArrayBuffer-Int8Array-alloc-huge-long-lived.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressArrayBufferInt8Arrayalloclargelonglivedfragmentedexpectedtxtfromrev166469trunkLayoutTestsjsregressArrayBufferInt8Arrayalloclargelonglivedfragmentedexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented-expected.txt (from rev 166469, trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented-expected.txt) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented-expected.txt                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+JSRegress/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented
+
+On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
+
+
+PASS no exception thrown
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressArrayBufferInt8Arrayalloclargelonglivedfragmentedhtmlfromrev166469trunkLayoutTestsjsregressArrayBufferInt8Arrayalloclargelonglivedfragmentedhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented.html (from rev 166469, trunk/LayoutTests/js/regress/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented.html) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented.html                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,12 @@
</span><ins>+&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
+&lt;html&gt;
+&lt;head&gt;
+&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
+&lt;/head&gt;
+&lt;body&gt;
+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;script-tests/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressInt32Arrayallochugeexpectedtxtfromrev166469trunkLayoutTestsjsregressInt32Arrayallochugeexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/Int32Array-alloc-huge-expected.txt (from rev 166469, trunk/LayoutTests/js/regress/Int32Array-alloc-huge-expected.txt) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/Int32Array-alloc-huge-expected.txt                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/Int32Array-alloc-huge-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+JSRegress/Int32Array-alloc-huge
+
+On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
+
+
+PASS no exception thrown
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressInt32Arrayallochugelonglivedexpectedtxtfromrev166469trunkLayoutTestsjsregressInt32Arrayallochugelonglivedexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/Int32Array-alloc-huge-long-lived-expected.txt (from rev 166469, trunk/LayoutTests/js/regress/Int32Array-alloc-huge-long-lived-expected.txt) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/Int32Array-alloc-huge-long-lived-expected.txt                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/Int32Array-alloc-huge-long-lived-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+JSRegress/Int32Array-alloc-huge-long-lived
+
+On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
+
+
+PASS no exception thrown
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressInt32Arrayallochugelonglivedhtmlfromrev166469trunkLayoutTestsjsregressInt32Arrayallochugelonglivedhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/Int32Array-alloc-huge-long-lived.html (from rev 166469, trunk/LayoutTests/js/regress/Int32Array-alloc-huge-long-lived.html) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/Int32Array-alloc-huge-long-lived.html                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/Int32Array-alloc-huge-long-lived.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,12 @@
</span><ins>+&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
+&lt;html&gt;
+&lt;head&gt;
+&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
+&lt;/head&gt;
+&lt;body&gt;
+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;script-tests/Int32Array-alloc-huge-long-lived.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressInt32Arrayallochugehtmlfromrev166469trunkLayoutTestsjsregressInt32Arrayallochugehtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/Int32Array-alloc-huge.html (from rev 166469, trunk/LayoutTests/js/regress/Int32Array-alloc-huge.html) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/Int32Array-alloc-huge.html                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/Int32Array-alloc-huge.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,12 @@
</span><ins>+&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
+&lt;html&gt;
+&lt;head&gt;
+&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
+&lt;/head&gt;
+&lt;body&gt;
+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;script-tests/Int32Array-alloc-huge.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressInt32Arrayalloclargelonglivedexpectedtxtfromrev166469trunkLayoutTestsjsregressInt32Arrayalloclargelonglivedexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/Int32Array-alloc-large-long-lived-expected.txt (from rev 166469, trunk/LayoutTests/js/regress/Int32Array-alloc-large-long-lived-expected.txt) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/Int32Array-alloc-large-long-lived-expected.txt                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/Int32Array-alloc-large-long-lived-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+JSRegress/Int32Array-alloc-large-long-lived
+
+On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
+
+
+PASS no exception thrown
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressInt32Arrayalloclargelonglivedhtmlfromrev166469trunkLayoutTestsjsregressInt32Arrayalloclargelonglivedhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/Int32Array-alloc-large-long-lived.html (from rev 166469, trunk/LayoutTests/js/regress/Int32Array-alloc-large-long-lived.html) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/Int32Array-alloc-large-long-lived.html                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/Int32Array-alloc-large-long-lived.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,12 @@
</span><ins>+&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
+&lt;html&gt;
+&lt;head&gt;
+&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
+&lt;/head&gt;
+&lt;body&gt;
+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;script-tests/Int32Array-alloc-large-long-lived.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressarrayprototypefilterexpectedtxtfromrev166469trunkLayoutTestsjsregressarrayprototypefilterexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/array-prototype-filter-expected.txt (from rev 166469, trunk/LayoutTests/js/regress/array-prototype-filter-expected.txt) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/array-prototype-filter-expected.txt                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/array-prototype-filter-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+JSRegress/array-prototype-filter
+
+On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
+
+
+PASS no exception thrown
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressarrayprototypefilterhtmlfromrev166469trunkLayoutTestsjsregressarrayprototypefilterhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/array-prototype-filter.html (from rev 166469, trunk/LayoutTests/js/regress/array-prototype-filter.html) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/array-prototype-filter.html                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/array-prototype-filter.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,12 @@
</span><ins>+&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
+&lt;html&gt;
+&lt;head&gt;
+&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
+&lt;/head&gt;
+&lt;body&gt;
+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;script-tests/array-prototype-filter.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstresscallspreadexpectedtxtfromrev166469trunkLayoutTestsjsregresscallspreadexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/call-spread-expected.txt (from rev 166469, trunk/LayoutTests/js/regress/call-spread-expected.txt) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/call-spread-expected.txt                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/call-spread-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+JSRegress/call-spread
+
+On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
+
+
+PASS no exception thrown
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstresscallspreadhtmlfromrev166469trunkLayoutTestsjsregresscallspreadhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/call-spread.html (from rev 166469, trunk/LayoutTests/js/regress/call-spread.html) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/call-spread.html                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/call-spread.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,12 @@
</span><ins>+&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
+&lt;html&gt;
+&lt;head&gt;
+&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
+&lt;/head&gt;
+&lt;body&gt;
+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;script-tests/call-spread.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstresschaincustomgetterexpectedtxtfromrev166469trunkLayoutTestsjsregresschaincustomgetterexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/chain-custom-getter-expected.txt (from rev 166469, trunk/LayoutTests/js/regress/chain-custom-getter-expected.txt) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/chain-custom-getter-expected.txt                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/chain-custom-getter-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+JSRegress/chain-custom-getter
+
+On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
+
+
+PASS no exception thrown
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstresschaincustomgetterhtmlfromrev166469trunkLayoutTestsjsregresschaincustomgetterhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/chain-custom-getter.html (from rev 166469, trunk/LayoutTests/js/regress/chain-custom-getter.html) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/chain-custom-getter.html                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/chain-custom-getter.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,12 @@
</span><ins>+&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
+&lt;html&gt;
+&lt;head&gt;
+&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
+&lt;/head&gt;
+&lt;body&gt;
+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;script-tests/chain-custom-getter.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressdestructuringargumentslengthexpectedtxtfromrev166469trunkLayoutTestsjsregressdestructuringargumentslengthexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/destructuring-arguments-length-expected.txt (from rev 166469, trunk/LayoutTests/js/regress/destructuring-arguments-length-expected.txt) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/destructuring-arguments-length-expected.txt                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/destructuring-arguments-length-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+JSRegress/destructuring-arguments-length
+
+On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
+
+
+PASS no exception thrown
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressdestructuringargumentslengthhtmlfromrev166469trunkLayoutTestsjsregressdestructuringargumentslengthhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/destructuring-arguments-length.html (from rev 166469, trunk/LayoutTests/js/regress/destructuring-arguments-length.html) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/destructuring-arguments-length.html                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/destructuring-arguments-length.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,12 @@
</span><ins>+&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
+&lt;html&gt;
+&lt;head&gt;
+&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
+&lt;/head&gt;
+&lt;body&gt;
+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;script-tests/destructuring-arguments-length.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressemscriptenmemopsexpectedtxtfromrev166469trunkLayoutTestsjsregressemscriptenmemopsexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/emscripten-memops-expected.txt (from rev 166469, trunk/LayoutTests/js/regress/emscripten-memops-expected.txt) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/emscripten-memops-expected.txt                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/emscripten-memops-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+JSRegress/emscripten-memops
+
+On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
+
+
+PASS no exception thrown
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressemscriptenmemopshtmlfromrev166469trunkLayoutTestsjsregressemscriptenmemopshtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/emscripten-memops.html (from rev 166469, trunk/LayoutTests/js/regress/emscripten-memops.html) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/emscripten-memops.html                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/emscripten-memops.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,12 @@
</span><ins>+&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
+&lt;html&gt;
+&lt;head&gt;
+&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
+&lt;/head&gt;
+&lt;body&gt;
+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;script-tests/emscripten-memops.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressfoldstricteqexpectedtxtfromrev166469trunkLayoutTestsjsregressfoldstricteqexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/fold-strict-eq-expected.txt (from rev 166469, trunk/LayoutTests/js/regress/fold-strict-eq-expected.txt) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/fold-strict-eq-expected.txt                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/fold-strict-eq-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+JSRegress/fold-strict-eq
+
+On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
+
+
+PASS no exception thrown
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressfoldstricteqhtmlfromrev166469trunkLayoutTestsjsregressfoldstricteqhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/fold-strict-eq.html (from rev 166469, trunk/LayoutTests/js/regress/fold-strict-eq.html) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/fold-strict-eq.html                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/fold-strict-eq.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,12 @@
</span><ins>+&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
+&lt;html&gt;
+&lt;head&gt;
+&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
+&lt;/head&gt;
+&lt;body&gt;
+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;script-tests/fold-strict-eq.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressmarsagliaexpectedtxtfromrev166469trunkLayoutTestsjsregressmarsagliaexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/marsaglia-expected.txt (from rev 166469, trunk/LayoutTests/js/regress/marsaglia-expected.txt) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/marsaglia-expected.txt                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/marsaglia-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+JSRegress/marsaglia
+
+On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
+
+
+PASS no exception thrown
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressmarsagliahtmlfromrev166469trunkLayoutTestsjsregressmarsagliahtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/marsaglia.html (from rev 166469, trunk/LayoutTests/js/regress/marsaglia.html) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/marsaglia.html                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/marsaglia.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,12 @@
</span><ins>+&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
+&lt;html&gt;
+&lt;head&gt;
+&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
+&lt;/head&gt;
+&lt;body&gt;
+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;script-tests/marsaglia.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressnestedfunctionparsingrandomexpectedtxtfromrev166469trunkLayoutTestsjsregressnestedfunctionparsingrandomexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/nested-function-parsing-random-expected.txt (from rev 166469, trunk/LayoutTests/js/regress/nested-function-parsing-random-expected.txt) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/nested-function-parsing-random-expected.txt                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/nested-function-parsing-random-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+JSRegress/nested-function-parsing-random
+
+On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
+
+
+PASS no exception thrown
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressnestedfunctionparsingrandomhtmlfromrev166469trunkLayoutTestsjsregressnestedfunctionparsingrandomhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/nested-function-parsing-random.html (from rev 166469, trunk/LayoutTests/js/regress/nested-function-parsing-random.html) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/nested-function-parsing-random.html                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/nested-function-parsing-random.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,12 @@
</span><ins>+&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
+&lt;html&gt;
+&lt;head&gt;
+&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
+&lt;/head&gt;
+&lt;body&gt;
+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;script-tests/nested-function-parsing-random.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressnewspreadexpectedtxtfromrev166469trunkLayoutTestsjsregressnewspreadexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/new-spread-expected.txt (from rev 166469, trunk/LayoutTests/js/regress/new-spread-expected.txt) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/new-spread-expected.txt                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/new-spread-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+JSRegress/new-spread
+
+On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
+
+
+PASS no exception thrown
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressnewspreadhtmlfromrev166469trunkLayoutTestsjsregressnewspreadhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/new-spread.html (from rev 166469, trunk/LayoutTests/js/regress/new-spread.html) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/new-spread.html                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/new-spread.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,12 @@
</span><ins>+&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
+&lt;html&gt;
+&lt;head&gt;
+&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
+&lt;/head&gt;
+&lt;body&gt;
+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;script-tests/new-spread.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressprotocustomgetterexpectedtxtfromrev166469trunkLayoutTestsjsregressprotocustomgetterexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/proto-custom-getter-expected.txt (from rev 166469, trunk/LayoutTests/js/regress/proto-custom-getter-expected.txt) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/proto-custom-getter-expected.txt                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/proto-custom-getter-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+JSRegress/proto-custom-getter
+
+On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
+
+
+PASS no exception thrown
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressprotocustomgetterhtmlfromrev166469trunkLayoutTestsjsregressprotocustomgetterhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/proto-custom-getter.html (from rev 166469, trunk/LayoutTests/js/regress/proto-custom-getter.html) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/proto-custom-getter.html                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/proto-custom-getter.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,12 @@
</span><ins>+&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
+&lt;html&gt;
+&lt;head&gt;
+&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
+&lt;/head&gt;
+&lt;body&gt;
+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;script-tests/proto-custom-getter.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressscripttestsArrayBufferInt8Arrayallochugelonglivedjsfromrev166469trunkLayoutTestsjsregressscripttestsArrayBufferInt8Arrayallochugelonglivedjs"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/script-tests/ArrayBuffer-Int8Array-alloc-huge-long-lived.js (from rev 166469, trunk/LayoutTests/js/regress/script-tests/ArrayBuffer-Int8Array-alloc-huge-long-lived.js) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/script-tests/ArrayBuffer-Int8Array-alloc-huge-long-lived.js                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/script-tests/ArrayBuffer-Int8Array-alloc-huge-long-lived.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,16 @@
</span><ins>+//@ skip
+
+var array = new Array(1000);
+
+var n = 10000;
+
+for (var i = 0; i &lt; n; ++i) {
+    array[(i / (n / array.length)) | 0] = new Int8Array(new ArrayBuffer(100000));
+}
+
+for (var i = 0; i &lt; array.length; ++i) {
+    if (array[i].length != 100000)
+        throw &quot;Error: bad array length: &quot; + array[i].length;
+    if (array[i].buffer.byteLength != 100000)
+        throw &quot;Error: bad array buffer length: &quot; + array[i].buffer.byteLength;
+}
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressscripttestsArrayBufferInt8Arrayalloclargelonglivedfragmentedjsfromrev166469trunkLayoutTestsjsregressscripttestsArrayBufferInt8Arrayalloclargelonglivedfragmentedjs"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/script-tests/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented.js (from rev 166469, trunk/LayoutTests/js/regress/script-tests/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented.js) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/script-tests/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented.js                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/script-tests/ArrayBuffer-Int8Array-alloc-large-long-lived-fragmented.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,21 @@
</span><ins>+//@ skip
+
+var array = new Array(10000);
+
+var fragmentedArray = [];
+
+for (var i = 0; i &lt; 100000; ++i) {
+    var newArray = new Int8Array(new ArrayBuffer(1000));
+    if (i % 10 === 0)
+        newArray.customProperty = &quot;foo&quot;;
+    for (var j = 0; j &lt; 10; j++)
+        fragmentedArray = new Array(10);
+    array[i % array.length] = newArray;
+}
+
+for (var i = 0; i &lt; array.length; ++i) {
+    if (array[i].length != 1000)
+        throw &quot;Error: bad length: &quot; + array[i].length;
+    if (array[i].buffer.byteLength != 1000)
+        throw &quot;Error: bad buffer.byteLength: &quot; + array[i].buffer.byteLength;
+}
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressscripttestsInt32Arrayallochugelonglivedjsfromrev166469trunkLayoutTestsjsregressscripttestsInt32Arrayallochugelonglivedjs"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/script-tests/Int32Array-alloc-huge-long-lived.js (from rev 166469, trunk/LayoutTests/js/regress/script-tests/Int32Array-alloc-huge-long-lived.js) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/script-tests/Int32Array-alloc-huge-long-lived.js                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/script-tests/Int32Array-alloc-huge-long-lived.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,14 @@
</span><ins>+//@ skip
+
+var array = new Array(1000);
+
+var n = 10000;
+
+for (var i = 0; i &lt; n; ++i) {
+    array[(i / (n / array.length)) | 0] = new Int32Array(100000);
+}
+
+for (var i = 0; i &lt; array.length; ++i) {
+    if (array[i].length != 100000)
+        throw &quot;Error: bad array length: &quot; + array[i].length;
+}
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressscripttestsInt32Arrayallochugejsfromrev166469trunkLayoutTestsjsregressscripttestsInt32Arrayallochugejs"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/script-tests/Int32Array-alloc-huge.js (from rev 166469, trunk/LayoutTests/js/regress/script-tests/Int32Array-alloc-huge.js) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/script-tests/Int32Array-alloc-huge.js                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/script-tests/Int32Array-alloc-huge.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,5 @@
</span><ins>+//@ skip
+
+for (var i = 0; i &lt; 1000; ++i)
+    new Int32Array(1000000);
+
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressscripttestsInt32Arrayalloclargelonglivedjsfromrev166469trunkLayoutTestsjsregressscripttestsInt32Arrayalloclargelonglivedjs"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/script-tests/Int32Array-alloc-large-long-lived.js (from rev 166469, trunk/LayoutTests/js/regress/script-tests/Int32Array-alloc-large-long-lived.js) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/script-tests/Int32Array-alloc-large-long-lived.js                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/script-tests/Int32Array-alloc-large-long-lived.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,11 @@
</span><ins>+//@ skip
+
+var array = new Array(10000);
+
+for (var i = 0; i &lt; 1000000; ++i)
+    array[i % array.length] = new Int32Array(1000);
+
+for (var i = 0; i &lt; array.length; ++i) {
+    if (array[i].length != 1000)
+        throw &quot;Error: bad array length: &quot; + array[i].length;
+}
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressscripttestsarrayprototypefilterjsfromrev166469trunkLayoutTestsjsregressscripttestsarrayprototypefilterjs"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/script-tests/array-prototype-filter.js (from rev 166469, trunk/LayoutTests/js/regress/script-tests/array-prototype-filter.js) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/script-tests/array-prototype-filter.js                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/script-tests/array-prototype-filter.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,33 @@
</span><ins>+var result = 0;
+function test1(a) {
+    result &lt;&lt; 1;
+    result++;
+    return true;
+}
+function test2(a,b) {
+    result ^= 3;
+    result *= 3;
+    return (result &amp; 1) == 0;
+}
+function test3(a,b,c) {
+    result ^= result &gt;&gt; 1;
+    return true;
+}
+
+var result = 0;
+var array = []
+for (var i = 0; i &lt; 100000; ++i)
+    array[i] = 1;
+
+var totalLength = 0
+for (var i = 0; i &lt; 10; i++) {
+    totalLength += array.filter(test1).length;
+    totalLength += array.filter(test2).length;
+    totalLength += array.filter(test3).length;
+}
+
+if (result != 1428810496)
+    throw &quot;Error: bad result: &quot; + result;
+
+if (totalLength != 2500000)
+    throw &quot;Error: bad length: &quot; + totalLength;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsjsslowstressscripttestscallspreadjsfromrev166469trunkLayoutTestsjsregressscripttestscallspreadjs"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/script-tests/call-spread.js (from rev 166469, trunk/LayoutTests/js/regress/script-tests/call-spread.js) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/script-tests/call-spread.js                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/script-tests/call-spread.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,35 @@
</span><ins>+//@ skip
+
+function testFunction(a, b)
+{
+    &quot;use strict&quot;
+    result |= 0;
+    return a * 1000 + b * 100 + arguments[2] * 10 + arguments.length ^ (result &amp; 1024);
+}
+
+var arrayArguments = [2, 3, 4]
+var result = 0;
+for (var i = 0; i &lt; 1000000; i++)
+    result += testFunction(...arrayArguments);
+
+for (var i = 0; i &lt; 1000000; i++)
+    result += testFunction(...[1, 2, result, 4]);
+
+function test2() {
+    for (var i = 0; i &lt; 1000000; i++)
+        result += testFunction(...arguments);
+}
+
+test2(1,2,3,4)
+
+
+function test3() {
+    aliasedArguments = arguments;
+    for (var i = 0; i &lt; 1000000; i++)
+        result += testFunction(...aliasedArguments);
+}
+
+test3(1,2,result,4)
+
+if (result != -856444619779264)
+    throw &quot;Result was &quot; + result + &quot; expected -856444619779264&quot;;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsjsslowstressscripttestschaincustomgetterjsfromrev166469trunkLayoutTestsjsregressscripttestschaincustomgetterjs"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/script-tests/chain-custom-getter.js (from rev 166469, trunk/LayoutTests/js/regress/script-tests/chain-custom-getter.js) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/script-tests/chain-custom-getter.js                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/script-tests/chain-custom-getter.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,21 @@
</span><ins>+
+var cycles = 6000;
+var numberObject = { __proto__: Number}
+numberObject ={__proto__: numberObject}
+
+function foo() {
+    var result = 0;
+    var innerCycles = cycles;
+    var Number = numberObject;
+    for (var i = 0; i &lt; innerCycles; ++i)
+        result += 0 | isNaN(Number.NaN);
+
+    return result;
+}
+
+noInline(foo);
+var result = 0;
+for (var i = 0; i &lt; 1500; i++)
+    result += foo();
+if (result != i * cycles)
+    throw &quot;Failed, result was &quot; + (result) + &quot; should be &quot; + (i * cycles);
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressscripttestsdestructuringargumentslengthjsfromrev166469trunkLayoutTestsjsregressscripttestsdestructuringargumentslengthjs"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/script-tests/destructuring-arguments-length.js (from rev 166469, trunk/LayoutTests/js/regress/script-tests/destructuring-arguments-length.js) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/script-tests/destructuring-arguments-length.js                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/script-tests/destructuring-arguments-length.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,13 @@
</span><ins>+//@ runDefault
+
+function foo() {
+    var {0: i, 1: j, length} = arguments;
+    return i + j + length;
+}
+
+var result = 0;
+for (var i = 0; i &lt; 1000000; ++i)
+    result += foo(i, 1);
+
+if (result != 500002500000)
+    throw &quot;Bad result: &quot; + result;
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressscripttestsemscriptenmemopsjsfromrev166469trunkLayoutTestsjsregressscripttestsemscriptenmemopsjs"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/script-tests/emscripten-memops.js (from rev 166469, trunk/LayoutTests/js/regress/script-tests/emscripten-memops.js) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/script-tests/emscripten-memops.js                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/script-tests/emscripten-memops.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,6314 @@
</span><ins>+// Ignore this test in run-jsc-stress-tests
+//@ skip
+
+// Note: For maximum-speed code, see &quot;Optimizing Code&quot; on the Emscripten wiki, https://github.com/kripken/emscripten/wiki/Optimizing-Code
+// Note: Some Emscripten settings may limit the speed of the generated code.
+// The Module object: Our interface to the outside world. We import
+// and export values on it, and do the work to get that through
+// closure compiler if necessary. There are various ways Module can be used:
+// 1. Not defined. We create it here
+// 2. A function parameter, function(Module) { ..generated code.. }
+// 3. pre-run appended it, var Module = {}; ..generated code..
+// 4. External script tag defines var Module.
+// We need to do an eval in order to handle the closure compiler
+// case, where this code here is minified but Module was defined
+// elsewhere (e.g. case 4 above). We also need to check if Module
+// already exists (e.g. case 3 above).
+// Note that if you want to run closure, and also to use Module
+// after the generated code, you will need to define   var Module = {};
+// before the code. Then that object will be used in the code, and you
+// can continue to use Module afterwards as well.
+var Module;
+if (!Module) Module = eval('(function() { try { return Module || {} } catch(e) { return {} } })()');
+// Sometimes an existing Module object exists with properties
+// meant to overwrite the default module functionality. Here
+// we collect those properties and reapply _after_ we configure
+// the current environment's defaults to avoid having to be so
+// defensive during initialization.
+var moduleOverrides = {};
+for (var key in Module) {
+  if (Module.hasOwnProperty(key)) {
+    moduleOverrides[key] = Module[key];
+  }
+}
+// The environment setup code below is customized to use Module.
+// *** Environment setup code ***
+var ENVIRONMENT_IS_NODE = typeof process === 'object' &amp;&amp; typeof require === 'function';
+var ENVIRONMENT_IS_WEB = typeof window === 'object';
+var ENVIRONMENT_IS_WORKER = typeof importScripts === 'function';
+var ENVIRONMENT_IS_SHELL = !ENVIRONMENT_IS_WEB &amp;&amp; !ENVIRONMENT_IS_NODE &amp;&amp; !ENVIRONMENT_IS_WORKER;
+var JSRegress_outputBuffer = &quot;&quot;;
+if (ENVIRONMENT_IS_NODE) {
+  // Expose functionality in the same simple way that the shells work
+  // Note that we pollute the global namespace here, otherwise we break in node
+  Module['print'] = function(x) {
+    process['stdout'].write(x + '\n');
+  };
+  Module['printErr'] = function(x) {
+    process['stderr'].write(x + '\n');
+  };
+  var nodeFS = require('fs');
+  var nodePath = require('path');
+  Module['read'] = function(filename, binary) {
+    filename = nodePath['normalize'](filename);
+    var ret = nodeFS['readFileSync'](filename);
+    // The path is absolute if the normalized version is the same as the resolved.
+    if (!ret &amp;&amp; filename != nodePath['resolve'](filename)) {
+      filename = path.join(__dirname, '..', 'src', filename);
+      ret = nodeFS['readFileSync'](filename);
+    }
+    if (ret &amp;&amp; !binary) ret = ret.toString();
+    return ret;
+  };
+  Module['readBinary'] = function(filename) { return Module['read'](filename, true) };
+  Module['load'] = function(f) {
+    globalEval(read(f));
+  };
+  Module['arguments'] = process['argv'].slice(2);
+  module.exports = Module;
+}
+else if (ENVIRONMENT_IS_SHELL) {
+  Module['print'] = function() {
+      for (var i = 0; i &lt; arguments.length; ++i) {
+          if (i)
+              JSRegress_outputBuffer += &quot; &quot;;
+          JSRegress_outputBuffer += arguments[i];
+      }
+      JSRegress_outputBuffer += &quot;\n&quot;;
+  };
+  if (typeof printErr != 'undefined') Module['printErr'] = printErr; // not present in v8 or older sm
+  if (typeof read != 'undefined') {
+    Module['read'] = read;
+  } else {
+    Module['read'] = function() { throw 'no read() available (jsc?)' };
+  }
+  Module['readBinary'] = function(f) {
+    return read(f, 'binary');
+  };
+  if (typeof scriptArgs != 'undefined') {
+    Module['arguments'] = scriptArgs;
+  } else if (typeof arguments != 'undefined') {
+    Module['arguments'] = arguments;
+  }
+  this['Module'] = Module;
+}
+else if (ENVIRONMENT_IS_WEB || ENVIRONMENT_IS_WORKER) {
+  Module['read'] = function(url) {
+    var xhr = new XMLHttpRequest();
+    xhr.open('GET', url, false);
+    xhr.send(null);
+    return xhr.responseText;
+  };
+  if (typeof arguments != 'undefined') {
+    Module['arguments'] = arguments;
+  }
+  if (ENVIRONMENT_IS_WEB) {
+    Module['print'] = function(x) {
+      for (var i = 0; i &lt; arguments.length; ++i) {
+          if (i)
+              JSRegress_outputBuffer += &quot; &quot;;
+          JSRegress_outputBuffer += arguments[i];
+      }
+      JSRegress_outputBuffer += &quot;\n&quot;;
+    };
+    Module['printErr'] = function(x) {
+      console.log(x);
+    };
+    this['Module'] = Module;
+  } else if (ENVIRONMENT_IS_WORKER) {
+    // We can do very little here...
+    var TRY_USE_DUMP = false;
+    Module['print'] = (TRY_USE_DUMP &amp;&amp; (typeof(dump) !== &quot;undefined&quot;) ? (function(x) {
+      dump(x);
+    }) : (function(x) {
+      // self.postMessage(x); // enable this if you want stdout to be sent as messages
+    }));
+    Module['load'] = importScripts;
+  }
+}
+else {
+  // Unreachable because SHELL is dependant on the others
+  throw 'Unknown runtime environment. Where are we?';
+}
+function globalEval(x) {
+  eval.call(null, x);
+}
+if (!Module['load'] == 'undefined' &amp;&amp; Module['read']) {
+  Module['load'] = function(f) {
+    globalEval(Module['read'](f));
+  };
+}
+if (!Module['print']) {
+  Module['print'] = function(){};
+}
+if (!Module['printErr']) {
+  Module['printErr'] = Module['print'];
+}
+if (!Module['arguments']) {
+  Module['arguments'] = [];
+}
+// *** Environment setup code ***
+// Closure helpers
+Module.print = Module['print'];
+Module.printErr = Module['printErr'];
+// Callbacks
+Module['preRun'] = [];
+Module['postRun'] = [];
+// Merge back in the overrides
+for (var key in moduleOverrides) {
+  if (moduleOverrides.hasOwnProperty(key)) {
+    Module[key] = moduleOverrides[key];
+  }
+}
+// === Auto-generated preamble library stuff ===
+//========================================
+// Runtime code shared with compiler
+//========================================
+var Runtime = {
+  stackSave: function () {
+    return STACKTOP;
+  },
+  stackRestore: function (stackTop) {
+    STACKTOP = stackTop;
+  },
+  forceAlign: function (target, quantum) {
+    quantum = quantum || 4;
+    if (quantum == 1) return target;
+    if (isNumber(target) &amp;&amp; isNumber(quantum)) {
+      return Math.ceil(target/quantum)*quantum;
+    } else if (isNumber(quantum) &amp;&amp; isPowerOfTwo(quantum)) {
+      var logg = log2(quantum);
+      return '((((' +target + ')+' + (quantum-1) + ')&gt;&gt;' + logg + ')&lt;&lt;' + logg + ')';
+    }
+    return 'Math.ceil((' + target + ')/' + quantum + ')*' + quantum;
+  },
+  isNumberType: function (type) {
+    return type in Runtime.INT_TYPES || type in Runtime.FLOAT_TYPES;
+  },
+  isPointerType: function isPointerType(type) {
+  return type[type.length-1] == '*';
+},
+  isStructType: function isStructType(type) {
+  if (isPointerType(type)) return false;
+  if (isArrayType(type)) return true;
+  if (/&lt;?{ ?[^}]* ?}&gt;?/.test(type)) return true; // { i32, i8 } etc. - anonymous struct types
+  // See comment in isStructPointerType()
+  return type[0] == '%';
+},
+  INT_TYPES: {&quot;i1&quot;:0,&quot;i8&quot;:0,&quot;i16&quot;:0,&quot;i32&quot;:0,&quot;i64&quot;:0},
+  FLOAT_TYPES: {&quot;float&quot;:0,&quot;double&quot;:0},
+  or64: function (x, y) {
+    var l = (x | 0) | (y | 0);
+    var h = (Math.round(x / 4294967296) | Math.round(y / 4294967296)) * 4294967296;
+    return l + h;
+  },
+  and64: function (x, y) {
+    var l = (x | 0) &amp; (y | 0);
+    var h = (Math.round(x / 4294967296) &amp; Math.round(y / 4294967296)) * 4294967296;
+    return l + h;
+  },
+  xor64: function (x, y) {
+    var l = (x | 0) ^ (y | 0);
+    var h = (Math.round(x / 4294967296) ^ Math.round(y / 4294967296)) * 4294967296;
+    return l + h;
+  },
+  getNativeTypeSize: function (type, quantumSize) {
+    if (Runtime.QUANTUM_SIZE == 1) return 1;
+    var size = {
+      '%i1': 1,
+      '%i8': 1,
+      '%i16': 2,
+      '%i32': 4,
+      '%i64': 8,
+      &quot;%float&quot;: 4,
+      &quot;%double&quot;: 8
+    }['%'+type]; // add '%' since float and double confuse Closure compiler as keys, and also spidermonkey as a compiler will remove 's from '_i8' etc
+    if (!size) {
+      if (type.charAt(type.length-1) == '*') {
+        size = Runtime.QUANTUM_SIZE; // A pointer
+      } else if (type[0] == 'i') {
+        var bits = parseInt(type.substr(1));
+        assert(bits % 8 == 0);
+        size = bits/8;
+      }
+    }
+    return size;
+  },
+  getNativeFieldSize: function (type) {
+    return Math.max(Runtime.getNativeTypeSize(type), Runtime.QUANTUM_SIZE);
+  },
+  dedup: function dedup(items, ident) {
+  var seen = {};
+  if (ident) {
+    return items.filter(function(item) {
+      if (seen[item[ident]]) return false;
+      seen[item[ident]] = true;
+      return true;
+    });
+  } else {
+    return items.filter(function(item) {
+      if (seen[item]) return false;
+      seen[item] = true;
+      return true;
+    });
+  }
+},
+  set: function set() {
+  var args = typeof arguments[0] === 'object' ? arguments[0] : arguments;
+  var ret = {};
+  for (var i = 0; i &lt; args.length; i++) {
+    ret[args[i]] = 0;
+  }
+  return ret;
+},
+  STACK_ALIGN: 8,
+  getAlignSize: function (type, size, vararg) {
+    // we align i64s and doubles on 64-bit boundaries, unlike x86
+    if (type == 'i64' || type == 'double' || vararg) return 8;
+    if (!type) return Math.min(size, 8); // align structures internally to 64 bits
+    return Math.min(size || (type ? Runtime.getNativeFieldSize(type) : 0), Runtime.QUANTUM_SIZE);
+  },
+  calculateStructAlignment: function calculateStructAlignment(type) {
+    type.flatSize = 0;
+    type.alignSize = 0;
+    var diffs = [];
+    var prev = -1;
+    var index = 0;
+    type.flatIndexes = type.fields.map(function(field) {
+      index++;
+      var size, alignSize;
+      if (Runtime.isNumberType(field) || Runtime.isPointerType(field)) {
+        size = Runtime.getNativeTypeSize(field); // pack char; char; in structs, also char[X]s.
+        alignSize = Runtime.getAlignSize(field, size);
+      } else if (Runtime.isStructType(field)) {
+        if (field[1] === '0') {
+          // this is [0 x something]. When inside another structure like here, it must be at the end,
+          // and it adds no size
+          // XXX this happens in java-nbody for example... assert(index === type.fields.length, 'zero-length in the middle!');
+          size = 0;
+          alignSize = type.alignSize || QUANTUM_SIZE;
+        } else {
+          size = Types.types[field].flatSize;
+          alignSize = Runtime.getAlignSize(null, Types.types[field].alignSize);
+        }
+      } else if (field[0] == 'b') {
+        // bN, large number field, like a [N x i8]
+        size = field.substr(1)|0;
+        alignSize = 1;
+      } else {
+        throw 'Unclear type in struct: ' + field + ', in ' + type.name_ + ' :: ' + dump(Types.types[type.name_]);
+      }
+      if (type.packed) alignSize = 1;
+      type.alignSize = Math.max(type.alignSize, alignSize);
+      var curr = Runtime.alignMemory(type.flatSize, alignSize); // if necessary, place this on aligned memory
+      type.flatSize = curr + size;
+      if (prev &gt;= 0) {
+        diffs.push(curr-prev);
+      }
+      prev = curr;
+      return curr;
+    });
+    type.flatSize = Runtime.alignMemory(type.flatSize, type.alignSize);
+    if (diffs.length == 0) {
+      type.flatFactor = type.flatSize;
+    } else if (Runtime.dedup(diffs).length == 1) {
+      type.flatFactor = diffs[0];
+    }
+    type.needsFlattening = (type.flatFactor != 1);
+    return type.flatIndexes;
+  },
+  generateStructInfo: function (struct, typeName, offset) {
+    var type, alignment;
+    if (typeName) {
+      offset = offset || 0;
+      type = (typeof Types === 'undefined' ? Runtime.typeInfo : Types.types)[typeName];
+      if (!type) return null;
+      if (type.fields.length != struct.length) {
+        printErr('Number of named fields must match the type for ' + typeName + ': possibly duplicate struct names. Cannot return structInfo');
+        return null;
+      }
+      alignment = type.flatIndexes;
+    } else {
+      var type = { fields: struct.map(function(item) { return item[0] }) };
+      alignment = Runtime.calculateStructAlignment(type);
+    }
+    var ret = {
+      __size__: type.flatSize
+    };
+    if (typeName) {
+      struct.forEach(function(item, i) {
+        if (typeof item === 'string') {
+          ret[item] = alignment[i] + offset;
+        } else {
+          // embedded struct
+          var key;
+          for (var k in item) key = k;
+          ret[key] = Runtime.generateStructInfo(item[key], type.fields[i], alignment[i]);
+        }
+      });
+    } else {
+      struct.forEach(function(item, i) {
+        ret[item[1]] = alignment[i];
+      });
+    }
+    return ret;
+  },
+  dynCall: function (sig, ptr, args) {
+    if (args &amp;&amp; args.length) {
+      if (!args.splice) args = Array.prototype.slice.call(args);
+      args.splice(0, 0, ptr);
+      return Module['dynCall_' + sig].apply(null, args);
+    } else {
+      return Module['dynCall_' + sig].call(null, ptr);
+    }
+  },
+  functionPointers: [],
+  addFunction: function (func) {
+    for (var i = 0; i &lt; Runtime.functionPointers.length; i++) {
+      if (!Runtime.functionPointers[i]) {
+        Runtime.functionPointers[i] = func;
+        return 2 + 2*i;
+      }
+    }
+    throw 'Finished up all reserved function pointers. Use a higher value for RESERVED_FUNCTION_POINTERS.';
+  },
+  removeFunction: function (index) {
+    Runtime.functionPointers[(index-2)/2] = null;
+  },
+  warnOnce: function (text) {
+    if (!Runtime.warnOnce.shown) Runtime.warnOnce.shown = {};
+    if (!Runtime.warnOnce.shown[text]) {
+      Runtime.warnOnce.shown[text] = 1;
+      Module.printErr(text);
+    }
+  },
+  funcWrappers: {},
+  getFuncWrapper: function (func, sig) {
+    assert(sig);
+    if (!Runtime.funcWrappers[func]) {
+      Runtime.funcWrappers[func] = function() {
+        return Runtime.dynCall(sig, func, arguments);
+      };
+    }
+    return Runtime.funcWrappers[func];
+  },
+  UTF8Processor: function () {
+    var buffer = [];
+    var needed = 0;
+    this.processCChar = function (code) {
+      code = code &amp; 0xff;
+      if (needed) {
+        buffer.push(code);
+        needed--;
+      }
+      if (buffer.length == 0) {
+        if (code &lt; 128) return String.fromCharCode(code);
+        buffer.push(code);
+        if (code &gt; 191 &amp;&amp; code &lt; 224) {
+          needed = 1;
+        } else {
+          needed = 2;
+        }
+        return '';
+      }
+      if (needed &gt; 0) return '';
+      var c1 = buffer[0];
+      var c2 = buffer[1];
+      var c3 = buffer[2];
+      var ret;
+      if (c1 &gt; 191 &amp;&amp; c1 &lt; 224) {
+        ret = String.fromCharCode(((c1 &amp; 31) &lt;&lt; 6) | (c2 &amp; 63));
+      } else {
+        ret = String.fromCharCode(((c1 &amp; 15) &lt;&lt; 12) | ((c2 &amp; 63) &lt;&lt; 6) | (c3 &amp; 63));
+      }
+      buffer.length = 0;
+      return ret;
+    }
+    this.processJSString = function(string) {
+      string = unescape(encodeURIComponent(string));
+      var ret = [];
+      for (var i = 0; i &lt; string.length; i++) {
+        ret.push(string.charCodeAt(i));
+      }
+      return ret;
+    }
+  },
+  stackAlloc: function (size) { var ret = STACKTOP;STACKTOP = (STACKTOP + size)|0;STACKTOP = ((((STACKTOP)+7)&gt;&gt;3)&lt;&lt;3); return ret; },
+  staticAlloc: function (size) { var ret = STATICTOP;STATICTOP = (STATICTOP + size)|0;STATICTOP = ((((STATICTOP)+7)&gt;&gt;3)&lt;&lt;3); return ret; },
+  dynamicAlloc: function (size) { var ret = DYNAMICTOP;DYNAMICTOP = (DYNAMICTOP + size)|0;DYNAMICTOP = ((((DYNAMICTOP)+7)&gt;&gt;3)&lt;&lt;3); if (DYNAMICTOP &gt;= TOTAL_MEMORY) enlargeMemory();; return ret; },
+  alignMemory: function (size,quantum) { var ret = size = Math.ceil((size)/(quantum ? quantum : 8))*(quantum ? quantum : 8); return ret; },
+  makeBigInt: function (low,high,unsigned) { var ret = (unsigned ? ((+(((low)&gt;&gt;&gt;(0))))+((+(((high)&gt;&gt;&gt;(0))))*(+(4294967296)))) : ((+(((low)&gt;&gt;&gt;(0))))+((+(((high)|(0))))*(+(4294967296))))); return ret; },
+  GLOBAL_BASE: 8,
+  QUANTUM_SIZE: 4,
+  __dummy__: 0
+}
+//========================================
+// Runtime essentials
+//========================================
+var __THREW__ = 0; // Used in checking for thrown exceptions.
+var ABORT = false; // whether we are quitting the application. no code should run after this. set in exit() and abort()
+var EXITSTATUS = 0;
+var undef = 0;
+// tempInt is used for 32-bit signed values or smaller. tempBigInt is used
+// for 32-bit unsigned values or more than 32 bits. TODO: audit all uses of tempInt
+var tempValue, tempInt, tempBigInt, tempInt2, tempBigInt2, tempPair, tempBigIntI, tempBigIntR, tempBigIntS, tempBigIntP, tempBigIntD;
+var tempI64, tempI64b;
+var tempRet0, tempRet1, tempRet2, tempRet3, tempRet4, tempRet5, tempRet6, tempRet7, tempRet8, tempRet9;
+function assert(condition, text) {
+  if (!condition) {
+    abort('Assertion failed: ' + text);
+  }
+}
+var globalScope = this;
+// C calling interface. A convenient way to call C functions (in C files, or
+// defined with extern &quot;C&quot;).
+//
+// Note: LLVM optimizations can inline and remove functions, after which you will not be
+//       able to call them. Closure can also do so. To avoid that, add your function to
+//       the exports using something like
+//
+//         -s EXPORTED_FUNCTIONS='[&quot;_main&quot;, &quot;_myfunc&quot;]'
+//
+// @param ident      The name of the C function (note that C++ functions will be name-mangled - use extern &quot;C&quot;)
+// @param returnType The return type of the function, one of the JS types 'number', 'string' or 'array' (use 'number' for any C pointer, and
+//                   'array' for JavaScript arrays and typed arrays; note that arrays are 8-bit).
+// @param argTypes   An array of the types of arguments for the function (if there are no arguments, this can be ommitted). Types are as in returnType,
+//                   except that 'array' is not possible (there is no way for us to know the length of the array)
+// @param args       An array of the arguments to the function, as native JS values (as in returnType)
+//                   Note that string arguments will be stored on the stack (the JS string will become a C string on the stack).
+// @return           The return value, as a native JS value (as in returnType)
+function ccall(ident, returnType, argTypes, args) {
+  return ccallFunc(getCFunc(ident), returnType, argTypes, args);
+}
+Module[&quot;ccall&quot;] = ccall;
+// Returns the C function with a specified identifier (for C++, you need to do manual name mangling)
+function getCFunc(ident) {
+  try {
+    var func = Module['_' + ident]; // closure exported function
+    if (!func) func = eval('_' + ident); // explicit lookup
+  } catch(e) {
+  }
+  assert(func, 'Cannot call unknown function ' + ident + ' (perhaps LLVM optimizations or closure removed it?)');
+  return func;
+}
+// Internal function that does a C call using a function, not an identifier
+function ccallFunc(func, returnType, argTypes, args) {
+  var stack = 0;
+  function toC(value, type) {
+    if (type == 'string') {
+      if (value === null || value === undefined || value === 0) return 0; // null string
+      if (!stack) stack = Runtime.stackSave();
+      var ret = Runtime.stackAlloc(value.length+1);
+      writeStringToMemory(value, ret);
+      return ret;
+    } else if (type == 'array') {
+      if (!stack) stack = Runtime.stackSave();
+      var ret = Runtime.stackAlloc(value.length);
+      writeArrayToMemory(value, ret);
+      return ret;
+    }
+    return value;
+  }
+  function fromC(value, type) {
+    if (type == 'string') {
+      return Pointer_stringify(value);
+    }
+    assert(type != 'array');
+    return value;
+  }
+  var i = 0;
+  var cArgs = args ? args.map(function(arg) {
+    return toC(arg, argTypes[i++]);
+  }) : [];
+  var ret = fromC(func.apply(null, cArgs), returnType);
+  if (stack) Runtime.stackRestore(stack);
+  return ret;
+}
+// Returns a native JS wrapper for a C function. This is similar to ccall, but
+// returns a function you can call repeatedly in a normal way. For example:
+//
+//   var my_function = cwrap('my_c_function', 'number', ['number', 'number']);
+//   alert(my_function(5, 22));
+//   alert(my_function(99, 12));
+//
+function cwrap(ident, returnType, argTypes) {
+  var func = getCFunc(ident);
+  return function() {
+    return ccallFunc(func, returnType, argTypes, Array.prototype.slice.call(arguments));
+  }
+}
+Module[&quot;cwrap&quot;] = cwrap;
+// Sets a value in memory in a dynamic way at run-time. Uses the
+// type data. This is the same as makeSetValue, except that
+// makeSetValue is done at compile-time and generates the needed
+// code then, whereas this function picks the right code at
+// run-time.
+// Note that setValue and getValue only do *aligned* writes and reads!
+// Note that ccall uses JS types as for defining types, while setValue and
+// getValue need LLVM types ('i8', 'i32') - this is a lower-level operation
+function setValue(ptr, value, type, noSafe) {
+  type = type || 'i8';
+  if (type.charAt(type.length-1) === '*') type = 'i32'; // pointers are 32-bit
+    switch(type) {
+      case 'i1': HEAP8[(ptr)]=value; break;
+      case 'i8': HEAP8[(ptr)]=value; break;
+      case 'i16': HEAP16[((ptr)&gt;&gt;1)]=value; break;
+      case 'i32': HEAP32[((ptr)&gt;&gt;2)]=value; break;
+      case 'i64': (tempI64 = [value&gt;&gt;&gt;0,((Math.min((+(Math.floor((value)/(+(4294967296))))), (+(4294967295))))|0)&gt;&gt;&gt;0],HEAP32[((ptr)&gt;&gt;2)]=tempI64[0],HEAP32[(((ptr)+(4))&gt;&gt;2)]=tempI64[1]); break;
+      case 'float': HEAPF32[((ptr)&gt;&gt;2)]=value; break;
+      case 'double': HEAPF64[((ptr)&gt;&gt;3)]=value; break;
+      default: abort('invalid type for setValue: ' + type);
+    }
+}
+Module['setValue'] = setValue;
+// Parallel to setValue.
+function getValue(ptr, type, noSafe) {
+  type = type || 'i8';
+  if (type.charAt(type.length-1) === '*') type = 'i32'; // pointers are 32-bit
+    switch(type) {
+      case 'i1': return HEAP8[(ptr)];
+      case 'i8': return HEAP8[(ptr)];
+      case 'i16': return HEAP16[((ptr)&gt;&gt;1)];
+      case 'i32': return HEAP32[((ptr)&gt;&gt;2)];
+      case 'i64': return HEAP32[((ptr)&gt;&gt;2)];
+      case 'float': return HEAPF32[((ptr)&gt;&gt;2)];
+      case 'double': return HEAPF64[((ptr)&gt;&gt;3)];
+      default: abort('invalid type for setValue: ' + type);
+    }
+  return null;
+}
+Module['getValue'] = getValue;
+var ALLOC_NORMAL = 0; // Tries to use _malloc()
+var ALLOC_STACK = 1; // Lives for the duration of the current function call
+var ALLOC_STATIC = 2; // Cannot be freed
+var ALLOC_DYNAMIC = 3; // Cannot be freed except through sbrk
+var ALLOC_NONE = 4; // Do not allocate
+Module['ALLOC_NORMAL'] = ALLOC_NORMAL;
+Module['ALLOC_STACK'] = ALLOC_STACK;
+Module['ALLOC_STATIC'] = ALLOC_STATIC;
+Module['ALLOC_DYNAMIC'] = ALLOC_DYNAMIC;
+Module['ALLOC_NONE'] = ALLOC_NONE;
+// allocate(): This is for internal use. You can use it yourself as well, but the interface
+//             is a little tricky (see docs right below). The reason is that it is optimized
+//             for multiple syntaxes to save space in generated code. So you should
+//             normally not use allocate(), and instead allocate memory using _malloc(),
+//             initialize it with setValue(), and so forth.
+// @slab: An array of data, or a number. If a number, then the size of the block to allocate,
+//        in *bytes* (note that this is sometimes confusing: the next parameter does not
+//        affect this!)
+// @types: Either an array of types, one for each byte (or 0 if no type at that position),
+//         or a single type which is used for the entire block. This only matters if there
+//         is initial data - if @slab is a number, then this does not matter at all and is
+//         ignored.
+// @allocator: How to allocate memory, see ALLOC_*
+function allocate(slab, types, allocator, ptr) {
+  var zeroinit, size;
+  if (typeof slab === 'number') {
+    zeroinit = true;
+    size = slab;
+  } else {
+    zeroinit = false;
+    size = slab.length;
+  }
+  var singleType = typeof types === 'string' ? types : null;
+  var ret;
+  if (allocator == ALLOC_NONE) {
+    ret = ptr;
+  } else {
+    ret = [_malloc, Runtime.stackAlloc, Runtime.staticAlloc, Runtime.dynamicAlloc][allocator === undefined ? ALLOC_STATIC : allocator](Math.max(size, singleType ? 1 : types.length));
+  }
+  if (zeroinit) {
+    var ptr = ret, stop;
+    assert((ret &amp; 3) == 0);
+    stop = ret + (size &amp; ~3);
+    for (; ptr &lt; stop; ptr += 4) {
+      HEAP32[((ptr)&gt;&gt;2)]=0;
+    }
+    stop = ret + size;
+    while (ptr &lt; stop) {
+      HEAP8[((ptr++)|0)]=0;
+    }
+    return ret;
+  }
+  if (singleType === 'i8') {
+    if (slab.subarray || slab.slice) {
+      HEAPU8.set(slab, ret);
+    } else {
+      HEAPU8.set(new Uint8Array(slab), ret);
+    }
+    return ret;
+  }
+  var i = 0, type, typeSize, previousType;
+  while (i &lt; size) {
+    var curr = slab[i];
+    if (typeof curr === 'function') {
+      curr = Runtime.getFunctionIndex(curr);
+    }
+    type = singleType || types[i];
+    if (type === 0) {
+      i++;
+      continue;
+    }
+    if (type == 'i64') type = 'i32'; // special case: we have one i32 here, and one i32 later
+    setValue(ret+i, curr, type);
+    // no need to look up size unless type changes, so cache it
+    if (previousType !== type) {
+      typeSize = Runtime.getNativeTypeSize(type);
+      previousType = type;
+    }
+    i += typeSize;
+  }
+  return ret;
+}
+Module['allocate'] = allocate;
+function Pointer_stringify(ptr, /* optional */ length) {
+  // Find the length, and check for UTF while doing so
+  var hasUtf = false;
+  var t;
+  var i = 0;
+  while (1) {
+    t = HEAPU8[(((ptr)+(i))|0)];
+    if (t &gt;= 128) hasUtf = true;
+    else if (t == 0 &amp;&amp; !length) break;
+    i++;
+    if (length &amp;&amp; i == length) break;
+  }
+  if (!length) length = i;
+  var ret = '';
+  if (!hasUtf) {
+    var MAX_CHUNK = 1024; // split up into chunks, because .apply on a huge string can overflow the stack
+    var curr;
+    while (length &gt; 0) {
+      curr = String.fromCharCode.apply(String, HEAPU8.subarray(ptr, ptr + Math.min(length, MAX_CHUNK)));
+      ret = ret ? ret + curr : curr;
+      ptr += MAX_CHUNK;
+      length -= MAX_CHUNK;
+    }
+    return ret;
+  }
+  var utf8 = new Runtime.UTF8Processor();
+  for (i = 0; i &lt; length; i++) {
+    t = HEAPU8[(((ptr)+(i))|0)];
+    ret += utf8.processCChar(t);
+  }
+  return ret;
+}
+Module['Pointer_stringify'] = Pointer_stringify;
+// Memory management
+var PAGE_SIZE = 4096;
+function alignMemoryPage(x) {
+  return ((x+4095)&gt;&gt;12)&lt;&lt;12;
+}
+var HEAP;
+var HEAP8, HEAPU8, HEAP16, HEAPU16, HEAP32, HEAPU32, HEAPF32, HEAPF64;
+var STATIC_BASE = 0, STATICTOP = 0, staticSealed = false; // static area
+var STACK_BASE = 0, STACKTOP = 0, STACK_MAX = 0; // stack area
+var DYNAMIC_BASE = 0, DYNAMICTOP = 0; // dynamic area handled by sbrk
+function enlargeMemory() {
+  abort('Cannot enlarge memory arrays in asm.js. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value, or (2) set Module.TOTAL_MEMORY before the program runs.');
+}
+var TOTAL_STACK = Module['TOTAL_STACK'] || 5242880;
+var TOTAL_MEMORY = Module['TOTAL_MEMORY'] || 134217728;
+var FAST_MEMORY = Module['FAST_MEMORY'] || 2097152;
+// Initialize the runtime's memory
+// check for full engine support (use string 'subarray' to avoid closure compiler confusion)
+assert(!!Int32Array &amp;&amp; !!Float64Array &amp;&amp; !!(new Int32Array(1)['subarray']) &amp;&amp; !!(new Int32Array(1)['set']),
+       'Cannot fallback to non-typed array case: Code is too specialized');
+var buffer = new ArrayBuffer(TOTAL_MEMORY);
+HEAP8 = new Int8Array(buffer);
+HEAP16 = new Int16Array(buffer);
+HEAP32 = new Int32Array(buffer);
+HEAPU8 = new Uint8Array(buffer);
+HEAPU16 = new Uint16Array(buffer);
+HEAPU32 = new Uint32Array(buffer);
+HEAPF32 = new Float32Array(buffer);
+HEAPF64 = new Float64Array(buffer);
+// Endianness check (note: assumes compiler arch was little-endian)
+HEAP32[0] = 255;
+assert(HEAPU8[0] === 255 &amp;&amp; HEAPU8[3] === 0, 'Typed arrays 2 must be run on a little-endian system');
+Module['HEAP'] = HEAP;
+Module['HEAP8'] = HEAP8;
+Module['HEAP16'] = HEAP16;
+Module['HEAP32'] = HEAP32;
+Module['HEAPU8'] = HEAPU8;
+Module['HEAPU16'] = HEAPU16;
+Module['HEAPU32'] = HEAPU32;
+Module['HEAPF32'] = HEAPF32;
+Module['HEAPF64'] = HEAPF64;
+function callRuntimeCallbacks(callbacks) {
+  while(callbacks.length &gt; 0) {
+    var callback = callbacks.shift();
+    if (typeof callback == 'function') {
+      callback();
+      continue;
+    }
+    var func = callback.func;
+    if (typeof func === 'number') {
+      if (callback.arg === undefined) {
+        Runtime.dynCall('v', func);
+      } else {
+        Runtime.dynCall('vi', func, [callback.arg]);
+      }
+    } else {
+      func(callback.arg === undefined ? null : callback.arg);
+    }
+  }
+}
+var __ATPRERUN__  = []; // functions called before the runtime is initialized
+var __ATINIT__    = []; // functions called during startup
+var __ATMAIN__    = []; // functions called when main() is to be run
+var __ATEXIT__    = []; // functions called during shutdown
+var __ATPOSTRUN__ = []; // functions called after the runtime has exited
+var runtimeInitialized = false;
+function preRun() {
+  // compatibility - merge in anything from Module['preRun'] at this time
+  if (Module['preRun']) {
+    if (typeof Module['preRun'] == 'function') Module['preRun'] = [Module['preRun']];
+    while (Module['preRun'].length) {
+      addOnPreRun(Module['preRun'].shift());
+    }
+  }
+  callRuntimeCallbacks(__ATPRERUN__);
+}
+function ensureInitRuntime() {
+  if (runtimeInitialized) return;
+  runtimeInitialized = true;
+  callRuntimeCallbacks(__ATINIT__);
+}
+function preMain() {
+  callRuntimeCallbacks(__ATMAIN__);
+}
+function exitRuntime() {
+  callRuntimeCallbacks(__ATEXIT__);
+}
+function postRun() {
+  // compatibility - merge in anything from Module['postRun'] at this time
+  if (Module['postRun']) {
+    if (typeof Module['postRun'] == 'function') Module['postRun'] = [Module['postRun']];
+    while (Module['postRun'].length) {
+      addOnPostRun(Module['postRun'].shift());
+    }
+  }
+  callRuntimeCallbacks(__ATPOSTRUN__);
+}
+function addOnPreRun(cb) {
+  __ATPRERUN__.unshift(cb);
+}
+Module['addOnPreRun'] = Module.addOnPreRun = addOnPreRun;
+function addOnInit(cb) {
+  __ATINIT__.unshift(cb);
+}
+Module['addOnInit'] = Module.addOnInit = addOnInit;
+function addOnPreMain(cb) {
+  __ATMAIN__.unshift(cb);
+}
+Module['addOnPreMain'] = Module.addOnPreMain = addOnPreMain;
+function addOnExit(cb) {
+  __ATEXIT__.unshift(cb);
+}
+Module['addOnExit'] = Module.addOnExit = addOnExit;
+function addOnPostRun(cb) {
+  __ATPOSTRUN__.unshift(cb);
+}
+Module['addOnPostRun'] = Module.addOnPostRun = addOnPostRun;
+// Tools
+// This processes a JS string into a C-line array of numbers, 0-terminated.
+// For LLVM-originating strings, see parser.js:parseLLVMString function
+function intArrayFromString(stringy, dontAddNull, length /* optional */) {
+  var ret = (new Runtime.UTF8Processor()).processJSString(stringy);
+  if (length) {
+    ret.length = length;
+  }
+  if (!dontAddNull) {
+    ret.push(0);
+  }
+  return ret;
+}
+Module['intArrayFromString'] = intArrayFromString;
+function intArrayToString(array) {
+  var ret = [];
+  for (var i = 0; i &lt; array.length; i++) {
+    var chr = array[i];
+    if (chr &gt; 0xFF) {
+      chr &amp;= 0xFF;
+    }
+    ret.push(String.fromCharCode(chr));
+  }
+  return ret.join('');
+}
+Module['intArrayToString'] = intArrayToString;
+// Write a Javascript array to somewhere in the heap
+function writeStringToMemory(string, buffer, dontAddNull) {
+  var array = intArrayFromString(string, dontAddNull);
+  var i = 0;
+  while (i &lt; array.length) {
+    var chr = array[i];
+    HEAP8[(((buffer)+(i))|0)]=chr
+    i = i + 1;
+  }
+}
+Module['writeStringToMemory'] = writeStringToMemory;
+function writeArrayToMemory(array, buffer) {
+  for (var i = 0; i &lt; array.length; i++) {
+    HEAP8[(((buffer)+(i))|0)]=array[i];
+  }
+}
+Module['writeArrayToMemory'] = writeArrayToMemory;
+function unSign(value, bits, ignore, sig) {
+  if (value &gt;= 0) {
+    return value;
+  }
+  return bits &lt;= 32 ? 2*Math.abs(1 &lt;&lt; (bits-1)) + value // Need some trickery, since if bits == 32, we are right at the limit of the bits JS uses in bitshifts
+                    : Math.pow(2, bits)         + value;
+}
+function reSign(value, bits, ignore, sig) {
+  if (value &lt;= 0) {
+    return value;
+  }
+  var half = bits &lt;= 32 ? Math.abs(1 &lt;&lt; (bits-1)) // abs is needed if bits == 32
+                        : Math.pow(2, bits-1);
+  if (value &gt;= half &amp;&amp; (bits &lt;= 32 || value &gt; half)) { // for huge values, we can hit the precision limit and always get true here. so don't do that
+                                                       // but, in general there is no perfect solution here. With 64-bit ints, we get rounding and errors
+                                                       // TODO: In i64 mode 1, resign the two parts separately and safely
+    value = -2*half + value; // Cannot bitshift half, as it may be at the limit of the bits JS uses in bitshifts
+  }
+  return value;
+}
+if (!Math['imul']) Math['imul'] = function(a, b) {
+  var ah  = a &gt;&gt;&gt; 16;
+  var al = a &amp; 0xffff;
+  var bh  = b &gt;&gt;&gt; 16;
+  var bl = b &amp; 0xffff;
+  return (al*bl + ((ah*bl + al*bh) &lt;&lt; 16))|0;
+};
+Math.imul = Math['imul'];
+// A counter of dependencies for calling run(). If we need to
+// do asynchronous work before running, increment this and
+// decrement it. Incrementing must happen in a place like
+// PRE_RUN_ADDITIONS (used by emcc to add file preloading).
+// Note that you can add dependencies in preRun, even though
+// it happens right before run - run will be postponed until
+// the dependencies are met.
+var runDependencies = 0;
+var runDependencyTracking = {};
+var calledInit = false, calledRun = false;
+var runDependencyWatcher = null;
+function addRunDependency(id) {
+  runDependencies++;
+  if (Module['monitorRunDependencies']) {
+    Module['monitorRunDependencies'](runDependencies);
+  }
+  if (id) {
+    assert(!runDependencyTracking[id]);
+    runDependencyTracking[id] = 1;
+  } else {
+    Module.printErr('warning: run dependency added without ID');
+  }
+}
+Module['addRunDependency'] = addRunDependency;
+function removeRunDependency(id) {
+  runDependencies--;
+  if (Module['monitorRunDependencies']) {
+    Module['monitorRunDependencies'](runDependencies);
+  }
+  if (id) {
+    assert(runDependencyTracking[id]);
+    delete runDependencyTracking[id];
+  } else {
+    Module.printErr('warning: run dependency removed without ID');
+  }
+  if (runDependencies == 0) {
+    if (runDependencyWatcher !== null) {
+      clearInterval(runDependencyWatcher);
+      runDependencyWatcher = null;
+    } 
+    // If run has never been called, and we should call run (INVOKE_RUN is true, and Module.noInitialRun is not false)
+    if (!calledRun &amp;&amp; shouldRunNow) run([].concat(Module[&quot;arguments&quot;]));
+  }
+}
+Module['removeRunDependency'] = removeRunDependency;
+Module[&quot;preloadedImages&quot;] = {}; // maps url to image data
+Module[&quot;preloadedAudios&quot;] = {}; // maps url to audio data
+function loadMemoryInitializer(filename) {
+  function applyData(data) {
+    HEAPU8.set(data, STATIC_BASE);
+  }
+  // always do this asynchronously, to keep shell and web as similar as possible
+  addOnPreRun(function() {
+    if (ENVIRONMENT_IS_NODE || ENVIRONMENT_IS_SHELL) {
+      applyData(Module['readBinary'](filename));
+    } else {
+      Browser.asyncLoad(filename, function(data) {
+        applyData(data);
+      }, function(data) {
+        throw 'could not load memory initializer ' + filename;
+      });
+    }
+  });
+}
+// === Body ===
+STATIC_BASE = 8;
+STATICTOP = STATIC_BASE + 528;
+/* global initializers */ __ATINIT__.push({ func: function() { runPostSets() } });
+/* memory initializer */ allocate([102,105,110,97,108,58,32,37,100,46,10,0,0,0,0,0,101,114,114,111,114,58,32,37,100,10,0,0,0,0,0,0], &quot;i8&quot;, ALLOC_NONE, Runtime.GLOBAL_BASE)
+var tempDoublePtr = Runtime.alignMemory(allocate(12, &quot;i8&quot;, ALLOC_STATIC), 8);
+assert(tempDoublePtr % 8 == 0);
+function copyTempFloat(ptr) { // functions, because inlining this code increases code size too much
+  HEAP8[tempDoublePtr] = HEAP8[ptr];
+  HEAP8[tempDoublePtr+1] = HEAP8[ptr+1];
+  HEAP8[tempDoublePtr+2] = HEAP8[ptr+2];
+  HEAP8[tempDoublePtr+3] = HEAP8[ptr+3];
+}
+function copyTempDouble(ptr) {
+  HEAP8[tempDoublePtr] = HEAP8[ptr];
+  HEAP8[tempDoublePtr+1] = HEAP8[ptr+1];
+  HEAP8[tempDoublePtr+2] = HEAP8[ptr+2];
+  HEAP8[tempDoublePtr+3] = HEAP8[ptr+3];
+  HEAP8[tempDoublePtr+4] = HEAP8[ptr+4];
+  HEAP8[tempDoublePtr+5] = HEAP8[ptr+5];
+  HEAP8[tempDoublePtr+6] = HEAP8[ptr+6];
+  HEAP8[tempDoublePtr+7] = HEAP8[ptr+7];
+}
+  var ERRNO_CODES={EPERM:1,ENOENT:2,ESRCH:3,EINTR:4,EIO:5,ENXIO:6,E2BIG:7,ENOEXEC:8,EBADF:9,ECHILD:10,EAGAIN:11,EWOULDBLOCK:11,ENOMEM:12,EACCES:13,EFAULT:14,ENOTBLK:15,EBUSY:16,EEXIST:17,EXDEV:18,ENODEV:19,ENOTDIR:20,EISDIR:21,EINVAL:22,ENFILE:23,EMFILE:24,ENOTTY:25,ETXTBSY:26,EFBIG:27,ENOSPC:28,ESPIPE:29,EROFS:30,EMLINK:31,EPIPE:32,EDOM:33,ERANGE:34,ENOMSG:35,EIDRM:36,ECHRNG:37,EL2NSYNC:38,EL3HLT:39,EL3RST:40,ELNRNG:41,EUNATCH:42,ENOCSI:43,EL2HLT:44,EDEADLK:45,ENOLCK:46,EBADE:50,EBADR:51,EXFULL:52,ENOANO:53,EBADRQC:54,EBADSLT:55,EDEADLOCK:56,EBFONT:57,ENOSTR:60,ENODATA:61,ETIME:62,ENOSR:63,ENONET:64,ENOPKG:65,EREMOTE:66,ENOLINK:67,EADV:68,ESRMNT:69,ECOMM:70,EPROTO:71,EMULTIHOP:74,EDOTDOT:76,EBADMSG:77,ENOTUNIQ:80,EBADFD:81,EREMCHG:82,ELIBACC:83,ELIBBAD:84,ELIBSCN:85,ELIBMAX:86,ELIBEXEC:87,ENOSYS:88,ENOTEMPTY:90,ENAMETOOLONG:91,ELOOP:92,EOPNOTSUPP:95,EPFNOSUPPORT:96,ECONNRESET:104,ENOBUFS:105,EAFNOSUPPORT:106,EPROTOTYPE:107,ENOTSOCK:108,ENOPROTOOPT:109,ESHUTDOWN:110,ECONNREFUSED:111,EADDRINUSE:112,ECONNABORTED:113,ENETUNREACH:114,ENETDOWN:115,ETIMEDOUT:116,EHOSTDOWN:117,EHOSTUNREACH:118,EINPROGRESS:119,EALREADY:120,EDESTADDRREQ:121,EMSGSIZE:122,EPROTONOSUPPORT:123,ESOCKTNOSUPPORT:124,EADDRNOTAVAIL:125,ENETRESET:126,EISCONN:127,ENOTCONN:128,ETOOMANYREFS:129,EUSERS:131,EDQUOT:132,ESTALE:133,ENOTSUP:134,ENOMEDIUM:135,EILSEQ:138,EOVERFLOW:139,ECANCELED:140,ENOTRECOVERABLE:141,EOWNERDEAD:142,ESTRPIPE:143};
+  var ERRNO_MESSAGES={0:&quot;Success&quot;,1:&quot;Not super-user&quot;,2:&quot;No such file or directory&quot;,3:&quot;No such process&quot;,4:&quot;Interrupted system call&quot;,5:&quot;I/O error&quot;,6:&quot;No such device or address&quot;,7:&quot;Arg list too long&quot;,8:&quot;Exec format error&quot;,9:&quot;Bad file number&quot;,10:&quot;No children&quot;,11:&quot;No more processes&quot;,12:&quot;Not enough core&quot;,13:&quot;Permission denied&quot;,14:&quot;Bad address&quot;,15:&quot;Block device required&quot;,16:&quot;Mount device busy&quot;,17:&quot;File exists&quot;,18:&quot;Cross-device link&quot;,19:&quot;No such device&quot;,20:&quot;Not a directory&quot;,21:&quot;Is a directory&quot;,22:&quot;Invalid argument&quot;,23:&quot;Too many open files in system&quot;,24:&quot;Too many open files&quot;,25:&quot;Not a typewriter&quot;,26:&quot;Text file busy&quot;,27:&quot;File too large&quot;,28:&quot;No space left on device&quot;,29:&quot;Illegal seek&quot;,30:&quot;Read only file system&quot;,31:&quot;Too many links&quot;,32:&quot;Broken pipe&quot;,33:&quot;Math arg out of domain of func&quot;,34:&quot;Math result not representable&quot;,35:&quot;No message of desired type&quot;,36:&quot;Identifier removed&quot;,37:&quot;Channel number out of range&quot;,38:&quot;Level 2 not synchronized&quot;,39:&quot;Level 3 halted&quot;,40:&quot;Level 3 reset&quot;,41:&quot;Link number out of range&quot;,42:&quot;Protocol driver not attached&quot;,43:&quot;No CSI structure available&quot;,44:&quot;Level 2 halted&quot;,45:&quot;Deadlock condition&quot;,46:&quot;No record locks available&quot;,50:&quot;Invalid exchange&quot;,51:&quot;Invalid request descriptor&quot;,52:&quot;Exchange full&quot;,53:&quot;No anode&quot;,54:&quot;Invalid request code&quot;,55:&quot;Invalid slot&quot;,56:&quot;File locking deadlock error&quot;,57:&quot;Bad font file fmt&quot;,60:&quot;Device not a stream&quot;,61:&quot;No data (for no delay io)&quot;,62:&quot;Timer expired&quot;,63:&quot;Out of streams resources&quot;,64:&quot;Machine is not on the network&quot;,65:&quot;Package not installed&quot;,66:&quot;The object is remote&quot;,67:&quot;The link has been severed&quot;,68:&quot;Advertise error&quot;,69:&quot;Srmount error&quot;,70:&quot;Communication error on send&quot;,71:&quot;Protocol error&quot;,74:&quot;Multihop attempted&quot;,76:&quot;Cross mount point (not really error)&quot;,77:&quot;Trying to read unreadable message&quot;,80:&quot;Given log. name not unique&quot;,81:&quot;f.d. invalid for this operation&quot;,82:&quot;Remote address changed&quot;,83:&quot;Can   access a needed shared lib&quot;,84:&quot;Accessing a corrupted shared lib&quot;,85:&quot;.lib section in a.out corrupted&quot;,86:&quot;Attempting to link in too many libs&quot;,87:&quot;Attempting to exec a shared library&quot;,88:&quot;Function not implemented&quot;,90:&quot;Directory not empty&quot;,91:&quot;File or path name too long&quot;,92:&quot;Too many symbolic links&quot;,95:&quot;Operation not supported on transport endpoint&quot;,96:&quot;Protocol family not supported&quot;,104:&quot;Connection reset by peer&quot;,105:&quot;No buffer space available&quot;,106:&quot;Address family not supported by protocol family&quot;,107:&quot;Protocol wrong type for socket&quot;,108:&quot;Socket operation on non-socket&quot;,109:&quot;Protocol not available&quot;,110:&quot;Can't send after socket shutdown&quot;,111:&quot;Connection refused&quot;,112:&quot;Address already in use&quot;,113:&quot;Connection aborted&quot;,114:&quot;Network is unreachable&quot;,115:&quot;Network interface is not configured&quot;,116:&quot;Connection timed out&quot;,117:&quot;Host is down&quot;,118:&quot;Host is unreachable&quot;,119:&quot;Connection already in progress&quot;,120:&quot;Socket already connected&quot;,121:&quot;Destination address required&quot;,122:&quot;Message too long&quot;,123:&quot;Unknown protocol&quot;,124:&quot;Socket type not supported&quot;,125:&quot;Address not available&quot;,126:&quot;Connection reset by network&quot;,127:&quot;Socket is already connected&quot;,128:&quot;Socket is not connected&quot;,129:&quot;Too many references&quot;,131:&quot;Too many users&quot;,132:&quot;Quota exceeded&quot;,133:&quot;Stale file handle&quot;,134:&quot;Not supported&quot;,135:&quot;No medium (in tape drive)&quot;,138:&quot;Illegal byte sequence&quot;,139:&quot;Value too large for defined data type&quot;,140:&quot;Operation canceled&quot;,141:&quot;State not recoverable&quot;,142:&quot;Previous owner died&quot;,143:&quot;Streams pipe error&quot;};
+  var ___errno_state=0;function ___setErrNo(value) {
+      // For convenient setting and returning of errno.
+      HEAP32[((___errno_state)&gt;&gt;2)]=value
+      return value;
+    }
+  var VFS=undefined;
+  var PATH={splitPath:function (filename) {
+        var splitPathRe = /^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/;
+        return splitPathRe.exec(filename).slice(1);
+      },normalizeArray:function (parts, allowAboveRoot) {
+        // if the path tries to go above the root, `up` ends up &gt; 0
+        var up = 0;
+        for (var i = parts.length - 1; i &gt;= 0; i--) {
+          var last = parts[i];
+          if (last === '.') {
+            parts.splice(i, 1);
+          } else if (last === '..') {
+            parts.splice(i, 1);
+            up++;
+          } else if (up) {
+            parts.splice(i, 1);
+            up--;
+          }
+        }
+        // if the path is allowed to go above the root, restore leading ..s
+        if (allowAboveRoot) {
+          for (; up--; up) {
+            parts.unshift('..');
+          }
+        }
+        return parts;
+      },normalize:function (path) {
+        var isAbsolute = path.charAt(0) === '/',
+            trailingSlash = path.substr(-1) === '/';
+        // Normalize the path
+        path = PATH.normalizeArray(path.split('/').filter(function(p) {
+          return !!p;
+        }), !isAbsolute).join('/');
+        if (!path &amp;&amp; !isAbsolute) {
+          path = '.';
+        }
+        if (path &amp;&amp; trailingSlash) {
+          path += '/';
+        }
+        return (isAbsolute ? '/' : '') + path;
+      },dirname:function (path) {
+        var result = PATH.splitPath(path),
+            root = result[0],
+            dir = result[1];
+        if (!root &amp;&amp; !dir) {
+          // No dirname whatsoever
+          return '.';
+        }
+        if (dir) {
+          // It has a dirname, strip trailing slash
+          dir = dir.substr(0, dir.length - 1);
+        }
+        return root + dir;
+      },basename:function (path, ext) {
+        // EMSCRIPTEN return '/'' for '/', not an empty string
+        if (path === '/') return '/';
+        var f = PATH.splitPath(path)[2];
+        if (ext &amp;&amp; f.substr(-1 * ext.length) === ext) {
+          f = f.substr(0, f.length - ext.length);
+        }
+        return f;
+      },join:function () {
+        var paths = Array.prototype.slice.call(arguments, 0);
+        return PATH.normalize(paths.filter(function(p, index) {
+          if (typeof p !== 'string') {
+            throw new TypeError('Arguments to path.join must be strings');
+          }
+          return p;
+        }).join('/'));
+      },resolve:function () {
+        var resolvedPath = '',
+          resolvedAbsolute = false;
+        for (var i = arguments.length - 1; i &gt;= -1 &amp;&amp; !resolvedAbsolute; i--) {
+          var path = (i &gt;= 0) ? arguments[i] : FS.cwd();
+          // Skip empty and invalid entries
+          if (typeof path !== 'string') {
+            throw new TypeError('Arguments to path.resolve must be strings');
+          } else if (!path) {
+            continue;
+          }
+          resolvedPath = path + '/' + resolvedPath;
+          resolvedAbsolute = path.charAt(0) === '/';
+        }
+        // At this point the path should be resolved to a full absolute path, but
+        // handle relative paths to be safe (might happen when process.cwd() fails)
+        resolvedPath = PATH.normalizeArray(resolvedPath.split('/').filter(function(p) {
+          return !!p;
+        }), !resolvedAbsolute).join('/');
+        return ((resolvedAbsolute ? '/' : '') + resolvedPath) || '.';
+      },relative:function (from, to) {
+        from = PATH.resolve(from).substr(1);
+        to = PATH.resolve(to).substr(1);
+        function trim(arr) {
+          var start = 0;
+          for (; start &lt; arr.length; start++) {
+            if (arr[start] !== '') break;
+          }
+          var end = arr.length - 1;
+          for (; end &gt;= 0; end--) {
+            if (arr[end] !== '') break;
+          }
+          if (start &gt; end) return [];
+          return arr.slice(start, end - start + 1);
+        }
+        var fromParts = trim(from.split('/'));
+        var toParts = trim(to.split('/'));
+        var length = Math.min(fromParts.length, toParts.length);
+        var samePartsLength = length;
+        for (var i = 0; i &lt; length; i++) {
+          if (fromParts[i] !== toParts[i]) {
+            samePartsLength = i;
+            break;
+          }
+        }
+        var outputParts = [];
+        for (var i = samePartsLength; i &lt; fromParts.length; i++) {
+          outputParts.push('..');
+        }
+        outputParts = outputParts.concat(toParts.slice(samePartsLength));
+        return outputParts.join('/');
+      }};
+  var TTY={ttys:[],register:function (dev, ops) {
+        TTY.ttys[dev] = { input: [], output: [], ops: ops };
+        FS.registerDevice(dev, TTY.stream_ops);
+      },stream_ops:{open:function (stream) {
+          // this wouldn't be required if the library wasn't eval'd at first...
+          if (!TTY.utf8) {
+            TTY.utf8 = new Runtime.UTF8Processor();
+          }
+          var tty = TTY.ttys[stream.node.rdev];
+          if (!tty) {
+            throw new FS.ErrnoError(ERRNO_CODES.ENODEV);
+          }
+          stream.tty = tty;
+          stream.seekable = false;
+        },close:function (stream) {
+          // flush any pending line data
+          if (stream.tty.output.length) {
+            stream.tty.ops.put_char(stream.tty, 10);
+          }
+        },read:function (stream, buffer, offset, length, pos /* ignored */) {
+          if (!stream.tty || !stream.tty.ops.get_char) {
+            throw new FS.ErrnoError(ERRNO_CODES.ENXIO);
+          }
+          var bytesRead = 0;
+          for (var i = 0; i &lt; length; i++) {
+            var result;
+            try {
+              result = stream.tty.ops.get_char(stream.tty);
+            } catch (e) {
+              throw new FS.ErrnoError(ERRNO_CODES.EIO);
+            }
+            if (result === undefined &amp;&amp; bytesRead === 0) {
+              throw new FS.ErrnoError(ERRNO_CODES.EAGAIN);
+            }
+            if (result === null || result === undefined) break;
+            bytesRead++;
+            buffer[offset+i] = result;
+          }
+          if (bytesRead) {
+            stream.node.timestamp = Date.now();
+          }
+          return bytesRead;
+        },write:function (stream, buffer, offset, length, pos) {
+          if (!stream.tty || !stream.tty.ops.put_char) {
+            throw new FS.ErrnoError(ERRNO_CODES.ENXIO);
+          }
+          for (var i = 0; i &lt; length; i++) {
+            try {
+              stream.tty.ops.put_char(stream.tty, buffer[offset+i]);
+            } catch (e) {
+              throw new FS.ErrnoError(ERRNO_CODES.EIO);
+            }
+          }
+          if (length) {
+            stream.node.timestamp = Date.now();
+          }
+          return i;
+        }},default_tty_ops:{get_char:function (tty) {
+          if (!tty.input.length) {
+            var result = null;
+            if (ENVIRONMENT_IS_NODE) {
+              if (process.stdin.destroyed) {
+                return undefined;
+              }
+              result = process.stdin.read();
+            } else if (typeof window != 'undefined' &amp;&amp;
+              typeof window.prompt == 'function') {
+              // Browser.
+              result = window.prompt('Input: ');  // returns null on cancel
+              if (result !== null) {
+                result += '\n';
+              }
+            } else if (typeof readline == 'function') {
+              // Command line.
+              result = readline();
+              if (result !== null) {
+                result += '\n';
+              }
+            }
+            if (!result) {
+              return null;
+            }
+            tty.input = intArrayFromString(result, true);
+          }
+          return tty.input.shift();
+        },put_char:function (tty, val) {
+          if (val === null || val === 10) {
+            Module['print'](tty.output.join(''));
+            tty.output = [];
+          } else {
+            tty.output.push(TTY.utf8.processCChar(val));
+          }
+        }},default_tty1_ops:{put_char:function (tty, val) {
+          if (val === null || val === 10) {
+            Module['printErr'](tty.output.join(''));
+            tty.output = [];
+          } else {
+            tty.output.push(TTY.utf8.processCChar(val));
+          }
+        }}};
+  var MEMFS={mount:function (mount) {
+        return MEMFS.create_node(null, '/', 0040000 | 0777, 0);
+      },create_node:function (parent, name, mode, dev) {
+        if (FS.isBlkdev(mode) || FS.isFIFO(mode)) {
+          // no supported
+          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
+        }
+        var node = FS.createNode(parent, name, mode, dev);
+        if (FS.isDir(node.mode)) {
+          node.node_ops = {
+            getattr: MEMFS.node_ops.getattr,
+            setattr: MEMFS.node_ops.setattr,
+            lookup: MEMFS.node_ops.lookup,
+            mknod: MEMFS.node_ops.mknod,
+            mknod: MEMFS.node_ops.mknod,
+            rename: MEMFS.node_ops.rename,
+            unlink: MEMFS.node_ops.unlink,
+            rmdir: MEMFS.node_ops.rmdir,
+            readdir: MEMFS.node_ops.readdir,
+            symlink: MEMFS.node_ops.symlink
+          };
+          node.stream_ops = {
+            llseek: MEMFS.stream_ops.llseek
+          };
+          node.contents = {};
+        } else if (FS.isFile(node.mode)) {
+          node.node_ops = {
+            getattr: MEMFS.node_ops.getattr,
+            setattr: MEMFS.node_ops.setattr
+          };
+          node.stream_ops = {
+            llseek: MEMFS.stream_ops.llseek,
+            read: MEMFS.stream_ops.read,
+            write: MEMFS.stream_ops.write,
+            allocate: MEMFS.stream_ops.allocate,
+            mmap: MEMFS.stream_ops.mmap
+          };
+          node.contents = [];
+        } else if (FS.isLink(node.mode)) {
+          node.node_ops = {
+            getattr: MEMFS.node_ops.getattr,
+            setattr: MEMFS.node_ops.setattr,
+            readlink: MEMFS.node_ops.readlink
+          };
+          node.stream_ops = {};
+        } else if (FS.isChrdev(node.mode)) {
+          node.node_ops = {
+            getattr: MEMFS.node_ops.getattr,
+            setattr: MEMFS.node_ops.setattr
+          };
+          node.stream_ops = FS.chrdev_stream_ops;
+        }
+        node.timestamp = Date.now();
+        // add the new node to the parent
+        if (parent) {
+          parent.contents[name] = node;
+        }
+        return node;
+      },node_ops:{getattr:function (node) {
+          var attr = {};
+          // device numbers reuse inode numbers.
+          attr.dev = FS.isChrdev(node.mode) ? node.id : 1;
+          attr.ino = node.id;
+          attr.mode = node.mode;
+          attr.nlink = 1;
+          attr.uid = 0;
+          attr.gid = 0;
+          attr.rdev = node.rdev;
+          if (FS.isDir(node.mode)) {
+            attr.size = 4096;
+          } else if (FS.isFile(node.mode)) {
+            attr.size = node.contents.length;
+          } else if (FS.isLink(node.mode)) {
+            attr.size = node.link.length;
+          } else {
+            attr.size = 0;
+          }
+          attr.atime = new Date(node.timestamp);
+          attr.mtime = new Date(node.timestamp);
+          attr.ctime = new Date(node.timestamp);
+          // NOTE: In our implementation, st_blocks = Math.ceil(st_size/st_blksize),
+          //       but this is not required by the standard.
+          attr.blksize = 4096;
+          attr.blocks = Math.ceil(attr.size / attr.blksize);
+          return attr;
+        },setattr:function (node, attr) {
+          if (attr.mode !== undefined) {
+            node.mode = attr.mode;
+          }
+          if (attr.timestamp !== undefined) {
+            node.timestamp = attr.timestamp;
+          }
+          if (attr.size !== undefined) {
+            var contents = node.contents;
+            if (attr.size &lt; contents.length) contents.length = attr.size;
+            else while (attr.size &gt; contents.length) contents.push(0);
+          }
+        },lookup:function (parent, name) {
+          throw new FS.ErrnoError(ERRNO_CODES.ENOENT);
+        },mknod:function (parent, name, mode, dev) {
+          return MEMFS.create_node(parent, name, mode, dev);
+        },rename:function (old_node, new_dir, new_name) {
+          // if we're overwriting a directory at new_name, make sure it's empty.
+          if (FS.isDir(old_node.mode)) {
+            var new_node;
+            try {
+              new_node = FS.lookupNode(new_dir, new_name);
+            } catch (e) {
+            }
+            if (new_node) {
+              for (var i in new_node.contents) {
+                throw new FS.ErrnoError(ERRNO_CODES.ENOTEMPTY);
+              }
+            }
+          }
+          // do the internal rewiring
+          delete old_node.parent.contents[old_node.name];
+          old_node.name = new_name;
+          new_dir.contents[new_name] = old_node;
+        },unlink:function (parent, name) {
+          delete parent.contents[name];
+        },rmdir:function (parent, name) {
+          var node = FS.lookupNode(parent, name);
+          for (var i in node.contents) {
+            throw new FS.ErrnoError(ERRNO_CODES.ENOTEMPTY);
+          }
+          delete parent.contents[name];
+        },readdir:function (node) {
+          var entries = ['.', '..']
+          for (var key in node.contents) {
+            if (!node.contents.hasOwnProperty(key)) {
+              continue;
+            }
+            entries.push(key);
+          }
+          return entries;
+        },symlink:function (parent, newname, oldpath) {
+          var node = MEMFS.create_node(parent, newname, 0777 | 0120000, 0);
+          node.link = oldpath;
+          return node;
+        },readlink:function (node) {
+          if (!FS.isLink(node.mode)) {
+            throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
+          }
+          return node.link;
+        }},stream_ops:{read:function (stream, buffer, offset, length, position) {
+          var contents = stream.node.contents;
+          var size = Math.min(contents.length - position, length);
+          if (contents.subarray) { // typed array
+            buffer.set(contents.subarray(position, position + size), offset);
+          } else
+          {
+            for (var i = 0; i &lt; size; i++) {
+              buffer[offset + i] = contents[position + i];
+            }
+          }
+          return size;
+        },write:function (stream, buffer, offset, length, position) {
+          var contents = stream.node.contents;
+          while (contents.length &lt; position) contents.push(0);
+          for (var i = 0; i &lt; length; i++) {
+            contents[position + i] = buffer[offset + i];
+          }
+          stream.node.timestamp = Date.now();
+          return length;
+        },llseek:function (stream, offset, whence) {
+          var position = offset;
+          if (whence === 1) {  // SEEK_CUR.
+            position += stream.position;
+          } else if (whence === 2) {  // SEEK_END.
+            if (FS.isFile(stream.node.mode)) {
+              position += stream.node.contents.length;
+            }
+          }
+          if (position &lt; 0) {
+            throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
+          }
+          stream.ungotten = [];
+          stream.position = position;
+          return position;
+        },allocate:function (stream, offset, length) {
+          var contents = stream.node.contents;
+          var limit = offset + length;
+          while (limit &gt; contents.length) contents.push(0);
+        },mmap:function (stream, buffer, offset, length, position, prot, flags) {
+          if (!FS.isFile(stream.node.mode)) {
+            throw new FS.ErrnoError(ERRNO_CODES.ENODEV);
+          }
+          var ptr;
+          var allocated;
+          var contents = stream.node.contents;
+          // Only make a new copy when MAP_PRIVATE is specified.
+          if (!(flags &amp; 0x02)) {
+            // We can't emulate MAP_SHARED when the file is not backed by the buffer
+            // we're mapping to (e.g. the HEAP buffer).
+            assert(contents.buffer === buffer || contents.buffer === buffer.buffer);
+            allocated = false;
+            ptr = contents.byteOffset;
+          } else {
+            // Try to avoid unnecessary slices.
+            if (position &gt; 0 || position + length &lt; contents.length) {
+              if (contents.subarray) {
+                contents = contents.subarray(position, position + length);
+              } else {
+                contents = Array.prototype.slice.call(contents, position, position + length);
+              }
+            }
+            allocated = true;
+            ptr = _malloc(length);
+            if (!ptr) {
+              throw new FS.ErrnoError(ERRNO_CODES.ENOMEM);
+            }
+            buffer.set(contents, ptr);
+          }
+          return { ptr: ptr, allocated: allocated };
+        }}};
+  var _stdin=allocate(1, &quot;i32*&quot;, ALLOC_STATIC);
+  var _stdout=allocate(1, &quot;i32*&quot;, ALLOC_STATIC);
+  var _stderr=allocate(1, &quot;i32*&quot;, ALLOC_STATIC);
+  function _fflush(stream) {
+      // int fflush(FILE *stream);
+      // http://pubs.opengroup.org/onlinepubs/000095399/functions/fflush.html
+      // we don't currently perform any user-space buffering of data
+    }var FS={root:null,nodes:[null],devices:[null],streams:[null],nextInode:1,name_table:null,currentPath:&quot;/&quot;,initialized:false,ignorePermissions:true,ErrnoError:function ErrnoError(errno) {
+          this.errno = errno;
+          for (var key in ERRNO_CODES) {
+            if (ERRNO_CODES[key] === errno) {
+              this.code = key;
+              break;
+            }
+          }
+          this.message = ERRNO_MESSAGES[errno];
+        },handleFSError:function (e) {
+        if (!(e instanceof FS.ErrnoError)) throw e + ' : ' + new Error().stack;
+        return ___setErrNo(e.errno);
+      },hashName:function (parentid, name) {
+        var hash = 0;
+        for (var i = 0; i &lt; name.length; i++) {
+          hash = ((hash &lt;&lt; 5) - hash + name.charCodeAt(i)) | 0;
+        }
+        return ((parentid + hash) &gt;&gt;&gt; 0) % FS.name_table.length;
+      },hashAddNode:function (node) {
+        var hash = FS.hashName(node.parent.id, node.name);
+        node.name_next = FS.name_table[hash];
+        FS.name_table[hash] = node;
+      },hashRemoveNode:function (node) {
+        var hash = FS.hashName(node.parent.id, node.name);
+        if (FS.name_table[hash] === node) {
+          FS.name_table[hash] = node.name_next;
+        } else {
+          var current = FS.name_table[hash];
+          while (current) {
+            if (current.name_next === node) {
+              current.name_next = node.name_next;
+              break;
+            }
+            current = current.name_next;
+          }
+        }
+      },lookupNode:function (parent, name) {
+        var err = FS.mayLookup(parent);
+        if (err) {
+          throw new FS.ErrnoError(err);
+        }
+        var hash = FS.hashName(parent.id, name);
+        for (var node = FS.name_table[hash]; node; node = node.name_next) {
+          if (node.parent.id === parent.id &amp;&amp; node.name === name) {
+            return node;
+          }
+        }
+        // if we failed to find it in the cache, call into the VFS
+        return FS.lookup(parent, name);
+      },createNode:function (parent, name, mode, rdev) {
+        var node = {
+          id: FS.nextInode++,
+          name: name,
+          mode: mode,
+          node_ops: {},
+          stream_ops: {},
+          rdev: rdev,
+          parent: null,
+          mount: null
+        };
+        if (!parent) {
+          parent = node;  // root node sets parent to itself
+        }
+        node.parent = parent;
+        node.mount = parent.mount;
+        // compatibility
+        var readMode = 292 | 73;
+        var writeMode = 146;
+        // NOTE we must use Object.defineProperties instead of individual calls to
+        // Object.defineProperty in order to make closure compiler happy
+        Object.defineProperties(node, {
+          read: {
+            get: function() { return (node.mode &amp; readMode) === readMode; },
+            set: function(val) { val ? node.mode |= readMode : node.mode &amp;= ~readMode; }
+          },
+          write: {
+            get: function() { return (node.mode &amp; writeMode) === writeMode; },
+            set: function(val) { val ? node.mode |= writeMode : node.mode &amp;= ~writeMode; }
+          },
+          isFolder: {
+            get: function() { return FS.isDir(node.mode); },
+          },
+          isDevice: {
+            get: function() { return FS.isChrdev(node.mode); },
+          },
+        });
+        FS.hashAddNode(node);
+        return node;
+      },destroyNode:function (node) {
+        FS.hashRemoveNode(node);
+      },isRoot:function (node) {
+        return node === node.parent;
+      },isMountpoint:function (node) {
+        return node.mounted;
+      },isFile:function (mode) {
+        return (mode &amp; 0170000) === 0100000;
+      },isDir:function (mode) {
+        return (mode &amp; 0170000) === 0040000;
+      },isLink:function (mode) {
+        return (mode &amp; 0170000) === 0120000;
+      },isChrdev:function (mode) {
+        return (mode &amp; 0170000) === 0020000;
+      },isBlkdev:function (mode) {
+        return (mode &amp; 0170000) === 0060000;
+      },isFIFO:function (mode) {
+        return (mode &amp; 0170000) === 0010000;
+      },cwd:function () {
+        return FS.currentPath;
+      },lookupPath:function (path, opts) {
+        path = PATH.resolve(FS.currentPath, path);
+        opts = opts || { recurse_count: 0 };
+        if (opts.recurse_count &gt; 8) {  // max recursive lookup of 8
+          throw new FS.ErrnoError(ERRNO_CODES.ELOOP);
+        }
+        // split the path
+        var parts = PATH.normalizeArray(path.split('/').filter(function(p) {
+          return !!p;
+        }), false);
+        // start at the root
+        var current = FS.root;
+        var current_path = '/';
+        for (var i = 0; i &lt; parts.length; i++) {
+          var islast = (i === parts.length-1);
+          if (islast &amp;&amp; opts.parent) {
+            // stop resolving
+            break;
+          }
+          current = FS.lookupNode(current, parts[i]);
+          current_path = PATH.join(current_path, parts[i]);
+          // jump to the mount's root node if this is a mountpoint
+          if (FS.isMountpoint(current)) {
+            current = current.mount.root;
+          }
+          // follow symlinks
+          // by default, lookupPath will not follow a symlink if it is the final path component.
+          // setting opts.follow = true will override this behavior.
+          if (!islast || opts.follow) {
+            var count = 0;
+            while (FS.isLink(current.mode)) {
+              var link = FS.readlink(current_path);
+              current_path = PATH.resolve(PATH.dirname(current_path), link);
+              var lookup = FS.lookupPath(current_path, { recurse_count: opts.recurse_count });
+              current = lookup.node;
+              if (count++ &gt; 40) {  // limit max consecutive symlinks to 40 (SYMLOOP_MAX).
+                throw new FS.ErrnoError(ERRNO_CODES.ELOOP);
+              }
+            }
+          }
+        }
+        return { path: current_path, node: current };
+      },getPath:function (node) {
+        var path;
+        while (true) {
+          if (FS.isRoot(node)) {
+            return path ? PATH.join(node.mount.mountpoint, path) : node.mount.mountpoint;
+          }
+          path = path ? PATH.join(node.name, path) : node.name;
+          node = node.parent;
+        }
+      },flagModes:{&quot;r&quot;:0,&quot;rs&quot;:8192,&quot;r+&quot;:2,&quot;w&quot;:1537,&quot;wx&quot;:3585,&quot;xw&quot;:3585,&quot;w+&quot;:1538,&quot;wx+&quot;:3586,&quot;xw+&quot;:3586,&quot;a&quot;:521,&quot;ax&quot;:2569,&quot;xa&quot;:2569,&quot;a+&quot;:522,&quot;ax+&quot;:2570,&quot;xa+&quot;:2570},modeStringToFlags:function (str) {
+        var flags = FS.flagModes[str];
+        if (typeof flags === 'undefined') {
+          throw new Error('Unknown file open mode: ' + str);
+        }
+        return flags;
+      },flagsToPermissionString:function (flag) {
+        var accmode = flag &amp; 3;
+        var perms = ['r', 'w', 'rw'][accmode];
+        if ((flag &amp; 1024)) {
+          perms += 'w';
+        }
+        return perms;
+      },nodePermissions:function (node, perms) {
+        if (FS.ignorePermissions) {
+          return 0;
+        }
+        // return 0 if any user, group or owner bits are set.
+        if (perms.indexOf('r') !== -1 &amp;&amp; !(node.mode &amp; 292)) {
+          return ERRNO_CODES.EACCES;
+        } else if (perms.indexOf('w') !== -1 &amp;&amp; !(node.mode &amp; 146)) {
+          return ERRNO_CODES.EACCES;
+        } else if (perms.indexOf('x') !== -1 &amp;&amp; !(node.mode &amp; 73)) {
+          return ERRNO_CODES.EACCES;
+        }
+        return 0;
+      },mayLookup:function (dir) {
+        return FS.nodePermissions(dir, 'x');
+      },mayMknod:function (mode) {
+        switch (mode &amp; 0170000) {
+          case 0100000:
+          case 0020000:
+          case 0060000:
+          case 0010000:
+          case 0140000:
+            return 0;
+          default:
+            return ERRNO_CODES.EINVAL;
+        }
+      },mayCreate:function (dir, name) {
+        try {
+          var node = FS.lookupNode(dir, name);
+          return ERRNO_CODES.EEXIST;
+        } catch (e) {
+        }
+        return FS.nodePermissions(dir, 'wx');
+      },mayDelete:function (dir, name, isdir) {
+        var node;
+        try {
+          node = FS.lookupNode(dir, name);
+        } catch (e) {
+          return e.errno;
+        }
+        var err = FS.nodePermissions(dir, 'wx');
+        if (err) {
+          return err;
+        }
+        if (isdir) {
+          if (!FS.isDir(node.mode)) {
+            return ERRNO_CODES.ENOTDIR;
+          }
+          if (FS.isRoot(node) || FS.getPath(node) === FS.currentPath) {
+            return ERRNO_CODES.EBUSY;
+          }
+        } else {
+          if (FS.isDir(node.mode)) {
+            return ERRNO_CODES.EISDIR;
+          }
+        }
+        return 0;
+      },mayOpen:function (node, flags) {
+        if (!node) {
+          return ERRNO_CODES.ENOENT;
+        }
+        if (FS.isLink(node.mode)) {
+          return ERRNO_CODES.ELOOP;
+        } else if (FS.isDir(node.mode)) {
+          if ((flags &amp; 3) !== 0 ||  // opening for write
+              (flags &amp; 1024)) {
+            return ERRNO_CODES.EISDIR;
+          }
+        }
+        return FS.nodePermissions(node, FS.flagsToPermissionString(flags));
+      },chrdev_stream_ops:{open:function (stream) {
+          var device = FS.getDevice(stream.node.rdev);
+          // override node's stream ops with the device's
+          stream.stream_ops = device.stream_ops;
+          // forward the open call
+          if (stream.stream_ops.open) {
+            stream.stream_ops.open(stream);
+          }
+        },llseek:function () {
+          throw new FS.ErrnoError(ERRNO_CODES.ESPIPE);
+        }},major:function (dev) {
+        return ((dev) &gt;&gt; 8);
+      },minor:function (dev) {
+        return ((dev) &amp; 0xff);
+      },makedev:function (ma, mi) {
+        return ((ma) &lt;&lt; 8 | (mi));
+      },registerDevice:function (dev, ops) {
+        FS.devices[dev] = { stream_ops: ops };
+      },getDevice:function (dev) {
+        return FS.devices[dev];
+      },MAX_OPEN_FDS:4096,nextfd:function (fd_start, fd_end) {
+        fd_start = fd_start || 1;
+        fd_end = fd_end || FS.MAX_OPEN_FDS;
+        for (var fd = fd_start; fd &lt;= fd_end; fd++) {
+          if (!FS.streams[fd]) {
+            return fd;
+          }
+        }
+        throw new FS.ErrnoError(ERRNO_CODES.EMFILE);
+      },getStream:function (fd) {
+        return FS.streams[fd];
+      },createStream:function (stream, fd_start, fd_end) {
+        var fd = FS.nextfd(fd_start, fd_end);
+        stream.fd = fd;
+        // compatibility
+        Object.defineProperties(stream, {
+          object: {
+            get: function() { return stream.node; },
+            set: function(val) { stream.node = val; }
+          },
+          isRead: {
+            get: function() { return (stream.flags &amp; 3) !== 1; }
+          },
+          isWrite: {
+            get: function() { return (stream.flags &amp; 3) !== 0; }
+          },
+          isAppend: {
+            get: function() { return (stream.flags &amp; 8); }
+          }
+        });
+        FS.streams[fd] = stream;
+        return stream;
+      },closeStream:function (fd) {
+        FS.streams[fd] = null;
+      },getMode:function (canRead, canWrite) {
+        var mode = 0;
+        if (canRead) mode |= 292 | 73;
+        if (canWrite) mode |= 146;
+        return mode;
+      },joinPath:function (parts, forceRelative) {
+        var path = PATH.join.apply(null, parts);
+        if (forceRelative &amp;&amp; path[0] == '/') path = path.substr(1);
+        return path;
+      },absolutePath:function (relative, base) {
+        return PATH.resolve(base, relative);
+      },standardizePath:function (path) {
+        return PATH.normalize(path);
+      },findObject:function (path, dontResolveLastLink) {
+        var ret = FS.analyzePath(path, dontResolveLastLink);
+        if (ret.exists) {
+          return ret.object;
+        } else {
+          ___setErrNo(ret.error);
+          return null;
+        }
+      },analyzePath:function (path, dontResolveLastLink) {
+        // operate from within the context of the symlink's target
+        try {
+          var lookup = FS.lookupPath(path, { follow: !dontResolveLastLink });
+          path = lookup.path;
+        } catch (e) {
+        }
+        var ret = {
+          isRoot: false, exists: false, error: 0, name: null, path: null, object: null,
+          parentExists: false, parentPath: null, parentObject: null
+        };
+        try {
+          var lookup = FS.lookupPath(path, { parent: true });
+          ret.parentExists = true;
+          ret.parentPath = lookup.path;
+          ret.parentObject = lookup.node;
+          ret.name = PATH.basename(path);
+          lookup = FS.lookupPath(path, { follow: !dontResolveLastLink });
+          ret.exists = true;
+          ret.path = lookup.path;
+          ret.object = lookup.node;
+          ret.name = lookup.node.name;
+          ret.isRoot = lookup.path === '/';
+        } catch (e) {
+          ret.error = e.errno;
+        };
+        return ret;
+      },createFolder:function (parent, name, canRead, canWrite) {
+        var path = PATH.join(typeof parent === 'string' ? parent : FS.getPath(parent), name);
+        var mode = FS.getMode(canRead, canWrite);
+        return FS.mkdir(path, mode);
+      },createPath:function (parent, path, canRead, canWrite) {
+        parent = typeof parent === 'string' ? parent : FS.getPath(parent);
+        var parts = path.split('/').reverse();
+        while (parts.length) {
+          var part = parts.pop();
+          if (!part) continue;
+          var current = PATH.join(parent, part);
+          try {
+            FS.mkdir(current, 0777);
+          } catch (e) {
+            // ignore EEXIST
+          }
+          parent = current;
+        }
+        return current;
+      },createFile:function (parent, name, properties, canRead, canWrite) {
+        var path = PATH.join(typeof parent === 'string' ? parent : FS.getPath(parent), name);
+        var mode = FS.getMode(canRead, canWrite);
+        return FS.create(path, mode);
+      },createDataFile:function (parent, name, data, canRead, canWrite) {
+        var path = PATH.join(typeof parent === 'string' ? parent : FS.getPath(parent), name);
+        var mode = FS.getMode(canRead, canWrite);
+        var node = FS.create(path, mode);
+        if (data) {
+          if (typeof data === 'string') {
+            var arr = new Array(data.length);
+            for (var i = 0, len = data.length; i &lt; len; ++i) arr[i] = data.charCodeAt(i);
+            data = arr;
+          }
+          // make sure we can write to the file
+          FS.chmod(path, mode | 146);
+          var stream = FS.open(path, 'w');
+          FS.write(stream, data, 0, data.length, 0);
+          FS.close(stream);
+          FS.chmod(path, mode);
+        }
+        return node;
+      },createDevice:function (parent, name, input, output) {
+        var path = PATH.join(typeof parent === 'string' ? parent : FS.getPath(parent), name);
+        var mode = input &amp;&amp; output ? 0777 : (input ? 0333 : 0555);
+        if (!FS.createDevice.major) FS.createDevice.major = 64;
+        var dev = FS.makedev(FS.createDevice.major++, 0);
+        // Create a fake device that a set of stream ops to emulate
+        // the old behavior.
+        FS.registerDevice(dev, {
+          open: function(stream) {
+            stream.seekable = false;
+          },
+          close: function(stream) {
+            // flush any pending line data
+            if (output &amp;&amp; output.buffer &amp;&amp; output.buffer.length) {
+              output(10);
+            }
+          },
+          read: function(stream, buffer, offset, length, pos /* ignored */) {
+            var bytesRead = 0;
+            for (var i = 0; i &lt; length; i++) {
+              var result;
+              try {
+                result = input();
+              } catch (e) {
+                throw new FS.ErrnoError(ERRNO_CODES.EIO);
+              }
+              if (result === undefined &amp;&amp; bytesRead === 0) {
+                throw new FS.ErrnoError(ERRNO_CODES.EAGAIN);
+              }
+              if (result === null || result === undefined) break;
+              bytesRead++;
+              buffer[offset+i] = result;
+            }
+            if (bytesRead) {
+              stream.node.timestamp = Date.now();
+            }
+            return bytesRead;
+          },
+          write: function(stream, buffer, offset, length, pos) {
+            for (var i = 0; i &lt; length; i++) {
+              try {
+                output(buffer[offset+i]);
+              } catch (e) {
+                throw new FS.ErrnoError(ERRNO_CODES.EIO);
+              }
+            }
+            if (length) {
+              stream.node.timestamp = Date.now();
+            }
+            return i;
+          }
+        });
+        return FS.mkdev(path, mode, dev);
+      },createLink:function (parent, name, target, canRead, canWrite) {
+        var path = PATH.join(typeof parent === 'string' ? parent : FS.getPath(parent), name);
+        return FS.symlink(target, path);
+      },forceLoadFile:function (obj) {
+        if (obj.isDevice || obj.isFolder || obj.link || obj.contents) return true;
+        var success = true;
+        if (typeof XMLHttpRequest !== 'undefined') {
+          throw new Error(&quot;Lazy loading should have been performed (contents set) in createLazyFile, but it was not. Lazy loading only works in web workers. Use --embed-file or --preload-file in emcc on the main thread.&quot;);
+        } else if (Module['read']) {
+          // Command-line.
+          try {
+            // WARNING: Can't read binary files in V8's d8 or tracemonkey's js, as
+            //          read() will try to parse UTF8.
+            obj.contents = intArrayFromString(Module['read'](obj.url), true);
+          } catch (e) {
+            success = false;
+          }
+        } else {
+          throw new Error('Cannot load without read() or XMLHttpRequest.');
+        }
+        if (!success) ___setErrNo(ERRNO_CODES.EIO);
+        return success;
+      },createLazyFile:function (parent, name, url, canRead, canWrite) {
+        if (typeof XMLHttpRequest !== 'undefined') {
+          if (!ENVIRONMENT_IS_WORKER) throw 'Cannot do synchronous binary XHRs outside webworkers in modern browsers. Use --embed-file or --preload-file in emcc';
+          // Lazy chunked Uint8Array (implements get and length from Uint8Array). Actual getting is abstracted away for eventual reuse.
+          var LazyUint8Array = function() {
+            this.lengthKnown = false;
+            this.chunks = []; // Loaded chunks. Index is the chunk number
+          }
+          LazyUint8Array.prototype.get = function(idx) {
+            if (idx &gt; this.length-1 || idx &lt; 0) {
+              return undefined;
+            }
+            var chunkOffset = idx % this.chunkSize;
+            var chunkNum = Math.floor(idx / this.chunkSize);
+            return this.getter(chunkNum)[chunkOffset];
+          }
+          LazyUint8Array.prototype.setDataGetter = function(getter) {
+            this.getter = getter;
+          }
+          LazyUint8Array.prototype.cacheLength = function() {
+              // Find length
+              var xhr = new XMLHttpRequest();
+              xhr.open('HEAD', url, false);
+              xhr.send(null);
+              if (!(xhr.status &gt;= 200 &amp;&amp; xhr.status &lt; 300 || xhr.status === 304)) throw new Error(&quot;Couldn't load &quot; + url + &quot;. Status: &quot; + xhr.status);
+              var datalength = Number(xhr.getResponseHeader(&quot;Content-length&quot;));
+              var header;
+              var hasByteServing = (header = xhr.getResponseHeader(&quot;Accept-Ranges&quot;)) &amp;&amp; header === &quot;bytes&quot;;
+              var chunkSize = 1024*1024; // Chunk size in bytes
+              if (!hasByteServing) chunkSize = datalength;
+              // Function to get a range from the remote URL.
+              var doXHR = (function(from, to) {
+                if (from &gt; to) throw new Error(&quot;invalid range (&quot; + from + &quot;, &quot; + to + &quot;) or no bytes requested!&quot;);
+                if (to &gt; datalength-1) throw new Error(&quot;only &quot; + datalength + &quot; bytes available! programmer error!&quot;);
+                // TODO: Use mozResponseArrayBuffer, responseStream, etc. if available.
+                var xhr = new XMLHttpRequest();
+                xhr.open('GET', url, false);
+                if (datalength !== chunkSize) xhr.setRequestHeader(&quot;Range&quot;, &quot;bytes=&quot; + from + &quot;-&quot; + to);
+                // Some hints to the browser that we want binary data.
+                if (typeof Uint8Array != 'undefined') xhr.responseType = 'arraybuffer';
+                if (xhr.overrideMimeType) {
+                  xhr.overrideMimeType('text/plain; charset=x-user-defined');
+                }
+                xhr.send(null);
+                if (!(xhr.status &gt;= 200 &amp;&amp; xhr.status &lt; 300 || xhr.status === 304)) throw new Error(&quot;Couldn't load &quot; + url + &quot;. Status: &quot; + xhr.status);
+                if (xhr.response !== undefined) {
+                  return new Uint8Array(xhr.response || []);
+                } else {
+                  return intArrayFromString(xhr.responseText || '', true);
+                }
+              });
+              var lazyArray = this;
+              lazyArray.setDataGetter(function(chunkNum) {
+                var start = chunkNum * chunkSize;
+                var end = (chunkNum+1) * chunkSize - 1; // including this byte
+                end = Math.min(end, datalength-1); // if datalength-1 is selected, this is the last block
+                if (typeof(lazyArray.chunks[chunkNum]) === &quot;undefined&quot;) {
+                  lazyArray.chunks[chunkNum] = doXHR(start, end);
+                }
+                if (typeof(lazyArray.chunks[chunkNum]) === &quot;undefined&quot;) throw new Error(&quot;doXHR failed!&quot;);
+                return lazyArray.chunks[chunkNum];
+              });
+              this._length = datalength;
+              this._chunkSize = chunkSize;
+              this.lengthKnown = true;
+          }
+          var lazyArray = new LazyUint8Array();
+          Object.defineProperty(lazyArray, &quot;length&quot;, {
+              get: function() {
+                  if(!this.lengthKnown) {
+                      this.cacheLength();
+                  }
+                  return this._length;
+              }
+          });
+          Object.defineProperty(lazyArray, &quot;chunkSize&quot;, {
+              get: function() {
+                  if(!this.lengthKnown) {
+                      this.cacheLength();
+                  }
+                  return this._chunkSize;
+              }
+          });
+          var properties = { isDevice: false, contents: lazyArray };
+        } else {
+          var properties = { isDevice: false, url: url };
+        }
+        var node = FS.createFile(parent, name, properties, canRead, canWrite);
+        // This is a total hack, but I want to get this lazy file code out of the
+        // core of MEMFS. If we want to keep this lazy file concept I feel it should
+        // be its own thin LAZYFS proxying calls to MEMFS.
+        if (properties.contents) {
+          node.contents = properties.contents;
+        } else if (properties.url) {
+          node.contents = null;
+          node.url = properties.url;
+        }
+        // override each stream op with one that tries to force load the lazy file first
+        var stream_ops = {};
+        var keys = Object.keys(node.stream_ops);
+        keys.forEach(function(key) {
+          var fn = node.stream_ops[key];
+          stream_ops[key] = function() {
+            if (!FS.forceLoadFile(node)) {
+              throw new FS.ErrnoError(ERRNO_CODES.EIO);
+            }
+            return fn.apply(null, arguments);
+          };
+        });
+        // use a custom read function
+        stream_ops.read = function(stream, buffer, offset, length, position) {
+          if (!FS.forceLoadFile(node)) {
+            throw new FS.ErrnoError(ERRNO_CODES.EIO);
+          }
+          var contents = stream.node.contents;
+          var size = Math.min(contents.length - position, length);
+          if (contents.slice) { // normal array
+            for (var i = 0; i &lt; size; i++) {
+              buffer[offset + i] = contents[position + i];
+            }
+          } else {
+            for (var i = 0; i &lt; size; i++) { // LazyUint8Array from sync binary XHR
+              buffer[offset + i] = contents.get(position + i);
+            }
+          }
+          return size;
+        };
+        node.stream_ops = stream_ops;
+        return node;
+      },createPreloadedFile:function (parent, name, url, canRead, canWrite, onload, onerror, dontCreateFile) {
+        Browser.init();
+        // TODO we should allow people to just pass in a complete filename instead
+        // of parent and name being that we just join them anyways
+        var fullname = PATH.resolve(PATH.join(parent, name));
+        function processData(byteArray) {
+          function finish(byteArray) {
+            if (!dontCreateFile) {
+              FS.createDataFile(parent, name, byteArray, canRead, canWrite);
+            }
+            if (onload) onload();
+            removeRunDependency('cp ' + fullname);
+          }
+          var handled = false;
+          Module['preloadPlugins'].forEach(function(plugin) {
+            if (handled) return;
+            if (plugin['canHandle'](fullname)) {
+              plugin['handle'](byteArray, fullname, finish, function() {
+                if (onerror) onerror();
+                removeRunDependency('cp ' + fullname);
+              });
+              handled = true;
+            }
+          });
+          if (!handled) finish(byteArray);
+        }
+        addRunDependency('cp ' + fullname);
+        if (typeof url == 'string') {
+          Browser.asyncLoad(url, function(byteArray) {
+            processData(byteArray);
+          }, onerror);
+        } else {
+          processData(url);
+        }
+      },createDefaultDirectories:function () {
+        FS.mkdir('/tmp', 0777);
+      },createDefaultDevices:function () {
+        // create /dev
+        FS.mkdir('/dev', 0777);
+        // setup /dev/null
+        FS.registerDevice(FS.makedev(1, 3), {
+          read: function() { return 0; },
+          write: function() { return 0; }
+        });
+        FS.mkdev('/dev/null', 0666, FS.makedev(1, 3));
+        // setup /dev/tty and /dev/tty1
+        // stderr needs to print output using Module['printErr']
+        // so we register a second tty just for it.
+        TTY.register(FS.makedev(5, 0), TTY.default_tty_ops);
+        TTY.register(FS.makedev(6, 0), TTY.default_tty1_ops);
+        FS.mkdev('/dev/tty', 0666, FS.makedev(5, 0));
+        FS.mkdev('/dev/tty1', 0666, FS.makedev(6, 0));
+        // we're not going to emulate the actual shm device,
+        // just create the tmp dirs that reside in it commonly
+        FS.mkdir('/dev/shm', 0777);
+        FS.mkdir('/dev/shm/tmp', 0777);
+      },createStandardStreams:function () {
+        // TODO deprecate the old functionality of a single
+        // input / output callback and that utilizes FS.createDevice
+        // and instead require a unique set of stream ops
+        // by default, we symlink the standard streams to the
+        // default tty devices. however, if the standard streams
+        // have been overwritten we create a unique device for
+        // them instead.
+        if (Module['stdin']) {
+          FS.createDevice('/dev', 'stdin', Module['stdin']);
+        } else {
+          FS.symlink('/dev/tty', '/dev/stdin');
+        }
+        if (Module['stdout']) {
+          FS.createDevice('/dev', 'stdout', null, Module['stdout']);
+        } else {
+          FS.symlink('/dev/tty', '/dev/stdout');
+        }
+        if (Module['stderr']) {
+          FS.createDevice('/dev', 'stderr', null, Module['stderr']);
+        } else {
+          FS.symlink('/dev/tty1', '/dev/stderr');
+        }
+        // open default streams for the stdin, stdout and stderr devices
+        var stdin = FS.open('/dev/stdin', 'r');
+        HEAP32[((_stdin)&gt;&gt;2)]=stdin.fd;
+        assert(stdin.fd === 1, 'invalid handle for stdin (' + stdin.fd + ')');
+        var stdout = FS.open('/dev/stdout', 'w');
+        HEAP32[((_stdout)&gt;&gt;2)]=stdout.fd;
+        assert(stdout.fd === 2, 'invalid handle for stdout (' + stdout.fd + ')');
+        var stderr = FS.open('/dev/stderr', 'w');
+        HEAP32[((_stderr)&gt;&gt;2)]=stderr.fd;
+        assert(stderr.fd === 3, 'invalid handle for stderr (' + stderr.fd + ')');
+      },staticInit:function () {
+        FS.name_table = new Array(4096);
+        FS.root = FS.createNode(null, '/', 0040000 | 0777, 0);
+        FS.mount(MEMFS, {}, '/');
+        FS.createDefaultDirectories();
+        FS.createDefaultDevices();
+      },init:function (input, output, error) {
+        assert(!FS.init.initialized, 'FS.init was previously called. If you want to initialize later with custom parameters, remove any earlier calls (note that one is automatically added to the generated code)');
+        FS.init.initialized = true;
+        // Allow Module.stdin etc. to provide defaults, if none explicitly passed to us here
+        Module['stdin'] = input || Module['stdin'];
+        Module['stdout'] = output || Module['stdout'];
+        Module['stderr'] = error || Module['stderr'];
+        FS.createStandardStreams();
+      },quit:function () {
+        FS.init.initialized = false;
+        for (var i = 0; i &lt; FS.streams.length; i++) {
+          var stream = FS.streams[i];
+          if (!stream) {
+            continue;
+          }
+          FS.close(stream);
+        }
+      },mount:function (type, opts, mountpoint) {
+        var mount = {
+          type: type,
+          opts: opts,
+          mountpoint: mountpoint,
+          root: null
+        };
+        var lookup;
+        if (mountpoint) {
+          lookup = FS.lookupPath(mountpoint, { follow: false });
+        }
+        // create a root node for the fs
+        var root = type.mount(mount);
+        root.mount = mount;
+        mount.root = root;
+        // assign the mount info to the mountpoint's node
+        if (lookup) {
+          lookup.node.mount = mount;
+          lookup.node.mounted = true;
+          // compatibility update FS.root if we mount to /
+          if (mountpoint === '/') {
+            FS.root = mount.root;
+          }
+        }
+        return root;
+      },lookup:function (parent, name) {
+        return parent.node_ops.lookup(parent, name);
+      },mknod:function (path, mode, dev) {
+        var lookup = FS.lookupPath(path, { parent: true });
+        var parent = lookup.node;
+        var name = PATH.basename(path);
+        var err = FS.mayCreate(parent, name);
+        if (err) {
+          throw new FS.ErrnoError(err);
+        }
+        if (!parent.node_ops.mknod) {
+          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
+        }
+        return parent.node_ops.mknod(parent, name, mode, dev);
+      },create:function (path, mode) {
+        mode &amp;= 4095;
+        mode |= 0100000;
+        return FS.mknod(path, mode, 0);
+      },mkdir:function (path, mode) {
+        mode &amp;= 511 | 0001000;
+        mode |= 0040000;
+        return FS.mknod(path, mode, 0);
+      },mkdev:function (path, mode, dev) {
+        mode |= 0020000;
+        return FS.mknod(path, mode, dev);
+      },symlink:function (oldpath, newpath) {
+        var lookup = FS.lookupPath(newpath, { parent: true });
+        var parent = lookup.node;
+        var newname = PATH.basename(newpath);
+        var err = FS.mayCreate(parent, newname);
+        if (err) {
+          throw new FS.ErrnoError(err);
+        }
+        if (!parent.node_ops.symlink) {
+          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
+        }
+        return parent.node_ops.symlink(parent, newname, oldpath);
+      },rename:function (old_path, new_path) {
+        var old_dirname = PATH.dirname(old_path);
+        var new_dirname = PATH.dirname(new_path);
+        var old_name = PATH.basename(old_path);
+        var new_name = PATH.basename(new_path);
+        // parents must exist
+        var lookup, old_dir, new_dir;
+        try {
+          lookup = FS.lookupPath(old_path, { parent: true });
+          old_dir = lookup.node;
+          lookup = FS.lookupPath(new_path, { parent: true });
+          new_dir = lookup.node;
+        } catch (e) {
+          throw new FS.ErrnoError(ERRNO_CODES.EBUSY);
+        }
+        // need to be part of the same mount
+        if (old_dir.mount !== new_dir.mount) {
+          throw new FS.ErrnoError(ERRNO_CODES.EXDEV);
+        }
+        // source must exist
+        var old_node = FS.lookupNode(old_dir, old_name);
+        // old path should not be an ancestor of the new path
+        var relative = PATH.relative(old_path, new_dirname);
+        if (relative.charAt(0) !== '.') {
+          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
+        }
+        // new path should not be an ancestor of the old path
+        relative = PATH.relative(new_path, old_dirname);
+        if (relative.charAt(0) !== '.') {
+          throw new FS.ErrnoError(ERRNO_CODES.ENOTEMPTY);
+        }
+        // see if the new path already exists
+        var new_node;
+        try {
+          new_node = FS.lookupNode(new_dir, new_name);
+        } catch (e) {
+          // not fatal
+        }
+        // early out if nothing needs to change
+        if (old_node === new_node) {
+          return;
+        }
+        // we'll need to delete the old entry
+        var isdir = FS.isDir(old_node.mode);
+        var err = FS.mayDelete(old_dir, old_name, isdir);
+        if (err) {
+          throw new FS.ErrnoError(err);
+        }
+        // need delete permissions if we'll be overwriting.
+        // need create permissions if new doesn't already exist.
+        err = new_node ?
+          FS.mayDelete(new_dir, new_name, isdir) :
+          FS.mayCreate(new_dir, new_name);
+        if (err) {
+          throw new FS.ErrnoError(err);
+        }
+        if (!old_dir.node_ops.rename) {
+          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
+        }
+        if (FS.isMountpoint(old_node) || (new_node &amp;&amp; FS.isMountpoint(new_node))) {
+          throw new FS.ErrnoError(ERRNO_CODES.EBUSY);
+        }
+        // if we are going to change the parent, check write permissions
+        if (new_dir !== old_dir) {
+          err = FS.nodePermissions(old_dir, 'w');
+          if (err) {
+            throw new FS.ErrnoError(err);
+          }
+        }
+        // remove the node from the lookup hash
+        FS.hashRemoveNode(old_node);
+        // do the underlying fs rename
+        try {
+          old_dir.node_ops.rename(old_node, new_dir, new_name);
+        } catch (e) {
+          throw e;
+        } finally {
+          // add the node back to the hash (in case node_ops.rename
+          // changed its name)
+          FS.hashAddNode(old_node);
+        }
+      },rmdir:function (path) {
+        var lookup = FS.lookupPath(path, { parent: true });
+        var parent = lookup.node;
+        var name = PATH.basename(path);
+        var node = FS.lookupNode(parent, name);
+        var err = FS.mayDelete(parent, name, true);
+        if (err) {
+          throw new FS.ErrnoError(err);
+        }
+        if (!parent.node_ops.rmdir) {
+          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
+        }
+        if (FS.isMountpoint(node)) {
+          throw new FS.ErrnoError(ERRNO_CODES.EBUSY);
+        }
+        parent.node_ops.rmdir(parent, name);
+        FS.destroyNode(node);
+      },readdir:function (path) {
+        var lookup = FS.lookupPath(path, { follow: true });
+        var node = lookup.node;
+        if (!node.node_ops.readdir) {
+          throw new FS.ErrnoError(ERRNO_CODES.ENOTDIR);
+        }
+        return node.node_ops.readdir(node);
+      },unlink:function (path) {
+        var lookup = FS.lookupPath(path, { parent: true });
+        var parent = lookup.node;
+        var name = PATH.basename(path);
+        var node = FS.lookupNode(parent, name);
+        var err = FS.mayDelete(parent, name, false);
+        if (err) {
+          // POSIX says unlink should set EPERM, not EISDIR
+          if (err === ERRNO_CODES.EISDIR) err = ERRNO_CODES.EPERM;
+          throw new FS.ErrnoError(err);
+        }
+        if (!parent.node_ops.unlink) {
+          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
+        }
+        if (FS.isMountpoint(node)) {
+          throw new FS.ErrnoError(ERRNO_CODES.EBUSY);
+        }
+        parent.node_ops.unlink(parent, name);
+        FS.destroyNode(node);
+      },readlink:function (path) {
+        var lookup = FS.lookupPath(path, { follow: false });
+        var link = lookup.node;
+        if (!link.node_ops.readlink) {
+          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
+        }
+        return link.node_ops.readlink(link);
+      },stat:function (path, dontFollow) {
+        var lookup = FS.lookupPath(path, { follow: !dontFollow });
+        var node = lookup.node;
+        if (!node.node_ops.getattr) {
+          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
+        }
+        return node.node_ops.getattr(node);
+      },lstat:function (path) {
+        return FS.stat(path, true);
+      },chmod:function (path, mode, dontFollow) {
+        var node;
+        if (typeof path === 'string') {
+          var lookup = FS.lookupPath(path, { follow: !dontFollow });
+          node = lookup.node;
+        } else {
+          node = path;
+        }
+        if (!node.node_ops.setattr) {
+          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
+        }
+        node.node_ops.setattr(node, {
+          mode: (mode &amp; 4095) | (node.mode &amp; ~4095),
+          timestamp: Date.now()
+        });
+      },lchmod:function (path, mode) {
+        FS.chmod(path, mode, true);
+      },fchmod:function (fd, mode) {
+        var stream = FS.getStream(fd);
+        if (!stream) {
+          throw new FS.ErrnoError(ERRNO_CODES.EBADF);
+        }
+        FS.chmod(stream.node, mode);
+      },chown:function (path, uid, gid, dontFollow) {
+        var node;
+        if (typeof path === 'string') {
+          var lookup = FS.lookupPath(path, { follow: !dontFollow });
+          node = lookup.node;
+        } else {
+          node = path;
+        }
+        if (!node.node_ops.setattr) {
+          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
+        }
+        node.node_ops.setattr(node, {
+          timestamp: Date.now()
+          // we ignore the uid / gid for now
+        });
+      },lchown:function (path, uid, gid) {
+        FS.chown(path, uid, gid, true);
+      },fchown:function (fd, uid, gid) {
+        var stream = FS.getStream(fd);
+        if (!stream) {
+          throw new FS.ErrnoError(ERRNO_CODES.EBADF);
+        }
+        FS.chown(stream.node, uid, gid);
+      },truncate:function (path, len) {
+        if (len &lt; 0) {
+          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
+        }
+        var node;
+        if (typeof path === 'string') {
+          var lookup = FS.lookupPath(path, { follow: true });
+          node = lookup.node;
+        } else {
+          node = path;
+        }
+        if (!node.node_ops.setattr) {
+          throw new FS.ErrnoError(ERRNO_CODES.EPERM);
+        }
+        if (FS.isDir(node.mode)) {
+          throw new FS.ErrnoError(ERRNO_CODES.EISDIR);
+        }
+        if (!FS.isFile(node.mode)) {
+          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
+        }
+        var err = FS.nodePermissions(node, 'w');
+        if (err) {
+          throw new FS.ErrnoError(err);
+        }
+        node.node_ops.setattr(node, {
+          size: len,
+          timestamp: Date.now()
+        });
+      },ftruncate:function (fd, len) {
+        var stream = FS.getStream(fd);
+        if (!stream) {
+          throw new FS.ErrnoError(ERRNO_CODES.EBADF);
+        }
+        if ((stream.flags &amp; 3) === 0) {
+          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
+        }
+        FS.truncate(stream.node, len);
+      },utime:function (path, atime, mtime) {
+        var lookup = FS.lookupPath(path, { follow: true });
+        var node = lookup.node;
+        node.node_ops.setattr(node, {
+          timestamp: Math.max(atime, mtime)
+        });
+      },open:function (path, flags, mode, fd_start, fd_end) {
+        path = PATH.normalize(path);
+        flags = typeof flags === 'string' ? FS.modeStringToFlags(flags) : flags;
+        mode = typeof mode === 'undefined' ? 0666 : mode;
+        if ((flags &amp; 512)) {
+          mode = (mode &amp; 4095) | 0100000;
+        } else {
+          mode = 0;
+        }
+        var node;
+        try {
+          var lookup = FS.lookupPath(path, {
+            follow: !(flags &amp; 0200000)
+          });
+          node = lookup.node;
+          path = lookup.path;
+        } catch (e) {
+          // ignore
+        }
+        // perhaps we need to create the node
+        if ((flags &amp; 512)) {
+          if (node) {
+            // if O_CREAT and O_EXCL are set, error out if the node already exists
+            if ((flags &amp; 2048)) {
+              throw new FS.ErrnoError(ERRNO_CODES.EEXIST);
+            }
+          } else {
+            // node doesn't exist, try to create it
+            node = FS.mknod(path, mode, 0);
+          }
+        }
+        if (!node) {
+          throw new FS.ErrnoError(ERRNO_CODES.ENOENT);
+        }
+        // can't truncate a device
+        if (FS.isChrdev(node.mode)) {
+          flags &amp;= ~1024;
+        }
+        // check permissions
+        var err = FS.mayOpen(node, flags);
+        if (err) {
+          throw new FS.ErrnoError(err);
+        }
+        // do truncation if necessary
+        if ((flags &amp; 1024)) {
+          FS.truncate(node, 0);
+        }
+        // register the stream with the filesystem
+        var stream = FS.createStream({
+          path: path,
+          node: node,
+          flags: flags,
+          seekable: true,
+          position: 0,
+          stream_ops: node.stream_ops,
+          // used by the file family libc calls (fopen, fwrite, ferror, etc.)
+          ungotten: [],
+          error: false
+        }, fd_start, fd_end);
+        // call the new stream's open function
+        if (stream.stream_ops.open) {
+          stream.stream_ops.open(stream);
+        }
+        return stream;
+      },close:function (stream) {
+        try {
+          if (stream.stream_ops.close) {
+            stream.stream_ops.close(stream);
+          }
+        } catch (e) {
+          throw e;
+        } finally {
+          FS.closeStream(stream.fd);
+        }
+      },llseek:function (stream, offset, whence) {
+        if (!stream.seekable || !stream.stream_ops.llseek) {
+          throw new FS.ErrnoError(ERRNO_CODES.ESPIPE);
+        }
+        return stream.stream_ops.llseek(stream, offset, whence);
+      },read:function (stream, buffer, offset, length, position) {
+        if (length &lt; 0 || position &lt; 0) {
+          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
+        }
+        if ((stream.flags &amp; 3) === 1) {
+          throw new FS.ErrnoError(ERRNO_CODES.EBADF);
+        }
+        if (FS.isDir(stream.node.mode)) {
+          throw new FS.ErrnoError(ERRNO_CODES.EISDIR);
+        }
+        if (!stream.stream_ops.read) {
+          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
+        }
+        var seeking = true;
+        if (typeof position === 'undefined') {
+          position = stream.position;
+          seeking = false;
+        } else if (!stream.seekable) {
+          throw new FS.ErrnoError(ERRNO_CODES.ESPIPE);
+        }
+        var bytesRead = stream.stream_ops.read(stream, buffer, offset, length, position);
+        if (!seeking) stream.position += bytesRead;
+        return bytesRead;
+      },write:function (stream, buffer, offset, length, position) {
+        if (length &lt; 0 || position &lt; 0) {
+          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
+        }
+        if ((stream.flags &amp; 3) === 0) {
+          throw new FS.ErrnoError(ERRNO_CODES.EBADF);
+        }
+        if (FS.isDir(stream.node.mode)) {
+          throw new FS.ErrnoError(ERRNO_CODES.EISDIR);
+        }
+        if (!stream.stream_ops.write) {
+          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
+        }
+        var seeking = true;
+        if (typeof position === 'undefined') {
+          position = stream.position;
+          seeking = false;
+        } else if (!stream.seekable) {
+          throw new FS.ErrnoError(ERRNO_CODES.ESPIPE);
+        }
+        if (stream.flags &amp; 8) {
+          // seek to the end before writing in append mode
+          FS.llseek(stream, 0, 2);
+        }
+        var bytesWritten = stream.stream_ops.write(stream, buffer, offset, length, position);
+        if (!seeking) stream.position += bytesWritten;
+        return bytesWritten;
+      },allocate:function (stream, offset, length) {
+        if (offset &lt; 0 || length &lt;= 0) {
+          throw new FS.ErrnoError(ERRNO_CODES.EINVAL);
+        }
+        if ((stream.flags &amp; 3) === 0) {
+          throw new FS.ErrnoError(ERRNO_CODES.EBADF);
+        }
+        if (!FS.isFile(stream.node.mode) &amp;&amp; !FS.isDir(node.mode)) {
+          throw new FS.ErrnoError(ERRNO_CODES.ENODEV);
+        }
+        if (!stream.stream_ops.allocate) {
+          throw new FS.ErrnoError(ERRNO_CODES.EOPNOTSUPP);
+        }
+        stream.stream_ops.allocate(stream, offset, length);
+      },mmap:function (stream, buffer, offset, length, position, prot, flags) {
+        // TODO if PROT is PROT_WRITE, make sure we have write access
+        if ((stream.flags &amp; 3) === 1) {
+          throw new FS.ErrnoError(ERRNO_CODES.EACCES);
+        }
+        if (!stream.stream_ops.mmap) {
+          throw new FS.errnoError(ERRNO_CODES.ENODEV);
+        }
+        return stream.stream_ops.mmap(stream, buffer, offset, length, position, prot, flags);
+      }};
+  function _send(fd, buf, len, flags) {
+      var info = FS.getStream(fd);
+      if (!info) {
+        ___setErrNo(ERRNO_CODES.EBADF);
+        return -1;
+      }
+      if (info.socket.readyState === WebSocket.CLOSING || info.socket.readyState === WebSocket.CLOSED) {
+        ___setErrNo(ERRNO_CODES.ENOTCONN);
+        return -1;
+      } else if (info.socket.readyState === WebSocket.CONNECTING) {
+        ___setErrNo(ERRNO_CODES.EAGAIN);
+        return -1;
+      }
+      info.sender(HEAPU8.subarray(buf, buf+len));
+      return len;
+    }
+  function _pwrite(fildes, buf, nbyte, offset) {
+      // ssize_t pwrite(int fildes, const void *buf, size_t nbyte, off_t offset);
+      // http://pubs.opengroup.org/onlinepubs/000095399/functions/write.html
+      var stream = FS.getStream(fildes);
+      if (!stream) {
+        ___setErrNo(ERRNO_CODES.EBADF);
+        return -1;
+      }
+      try {
+        var slab = HEAP8;
+        return FS.write(stream, slab, buf, nbyte, offset);
+      } catch (e) {
+        FS.handleFSError(e);
+        return -1;
+      }
+    }function _write(fildes, buf, nbyte) {
+      // ssize_t write(int fildes, const void *buf, size_t nbyte);
+      // http://pubs.opengroup.org/onlinepubs/000095399/functions/write.html
+      var stream = FS.getStream(fildes);
+      if (!stream) {
+        ___setErrNo(ERRNO_CODES.EBADF);
+        return -1;
+      }
+      if (stream &amp;&amp; ('socket' in stream)) {
+        return _send(fildes, buf, nbyte, 0);
+      }
+      try {
+        var slab = HEAP8;
+        return FS.write(stream, slab, buf, nbyte);
+      } catch (e) {
+        FS.handleFSError(e);
+        return -1;
+      }
+    }function _fwrite(ptr, size, nitems, stream) {
+      // size_t fwrite(const void *restrict ptr, size_t size, size_t nitems, FILE *restrict stream);
+      // http://pubs.opengroup.org/onlinepubs/000095399/functions/fwrite.html
+      var bytesToWrite = nitems * size;
+      if (bytesToWrite == 0) return 0;
+      var bytesWritten = _write(stream, ptr, bytesToWrite);
+      if (bytesWritten == -1) {
+        var streamObj = FS.getStream(stream);
+        if (streamObj) streamObj.error = true;
+        return 0;
+      } else {
+        return Math.floor(bytesWritten / size);
+      }
+    }
+  Module[&quot;_strlen&quot;] = _strlen;
+  function __reallyNegative(x) {
+      return x &lt; 0 || (x === 0 &amp;&amp; (1/x) === -Infinity);
+    }function __formatString(format, varargs) {
+      var textIndex = format;
+      var argIndex = 0;
+      function getNextArg(type) {
+        // NOTE: Explicitly ignoring type safety. Otherwise this fails:
+        //       int x = 4; printf(&quot;%c\n&quot;, (char)x);
+        var ret;
+        if (type === 'double') {
+          ret = HEAPF64[(((varargs)+(argIndex))&gt;&gt;3)];
+        } else if (type == 'i64') {
+          ret = [HEAP32[(((varargs)+(argIndex))&gt;&gt;2)],
+                 HEAP32[(((varargs)+(argIndex+8))&gt;&gt;2)]];
+          argIndex += 8; // each 32-bit chunk is in a 64-bit block
+        } else {
+          type = 'i32'; // varargs are always i32, i64, or double
+          ret = HEAP32[(((varargs)+(argIndex))&gt;&gt;2)];
+        }
+        argIndex += Math.max(Runtime.getNativeFieldSize(type), Runtime.getAlignSize(type, null, true));
+        return ret;
+      }
+      var ret = [];
+      var curr, next, currArg;
+      while(1) {
+        var startTextIndex = textIndex;
+        curr = HEAP8[(textIndex)];
+        if (curr === 0) break;
+        next = HEAP8[((textIndex+1)|0)];
+        if (curr == 37) {
+          // Handle flags.
+          var flagAlwaysSigned = false;
+          var flagLeftAlign = false;
+          var flagAlternative = false;
+          var flagZeroPad = false;
+          flagsLoop: while (1) {
+            switch (next) {
+              case 43:
+                flagAlwaysSigned = true;
+                break;
+              case 45:
+                flagLeftAlign = true;
+                break;
+              case 35:
+                flagAlternative = true;
+                break;
+              case 48:
+                if (flagZeroPad) {
+                  break flagsLoop;
+                } else {
+                  flagZeroPad = true;
+                  break;
+                }
+              default:
+                break flagsLoop;
+            }
+            textIndex++;
+            next = HEAP8[((textIndex+1)|0)];
+          }
+          // Handle width.
+          var width = 0;
+          if (next == 42) {
+            width = getNextArg('i32');
+            textIndex++;
+            next = HEAP8[((textIndex+1)|0)];
+          } else {
+            while (next &gt;= 48 &amp;&amp; next &lt;= 57) {
+              width = width * 10 + (next - 48);
+              textIndex++;
+              next = HEAP8[((textIndex+1)|0)];
+            }
+          }
+          // Handle precision.
+          var precisionSet = false;
+          if (next == 46) {
+            var precision = 0;
+            precisionSet = true;
+            textIndex++;
+            next = HEAP8[((textIndex+1)|0)];
+            if (next == 42) {
+              precision = getNextArg('i32');
+              textIndex++;
+            } else {
+              while(1) {
+                var precisionChr = HEAP8[((textIndex+1)|0)];
+                if (precisionChr &lt; 48 ||
+                    precisionChr &gt; 57) break;
+                precision = precision * 10 + (precisionChr - 48);
+                textIndex++;
+              }
+            }
+            next = HEAP8[((textIndex+1)|0)];
+          } else {
+            var precision = 6; // Standard default.
+          }
+          // Handle integer sizes. WARNING: These assume a 32-bit architecture!
+          var argSize;
+          switch (String.fromCharCode(next)) {
+            case 'h':
+              var nextNext = HEAP8[((textIndex+2)|0)];
+              if (nextNext == 104) {
+                textIndex++;
+                argSize = 1; // char (actually i32 in varargs)
+              } else {
+                argSize = 2; // short (actually i32 in varargs)
+              }
+              break;
+            case 'l':
+              var nextNext = HEAP8[((textIndex+2)|0)];
+              if (nextNext == 108) {
+                textIndex++;
+                argSize = 8; // long long
+              } else {
+                argSize = 4; // long
+              }
+              break;
+            case 'L': // long long
+            case 'q': // int64_t
+            case 'j': // intmax_t
+              argSize = 8;
+              break;
+            case 'z': // size_t
+            case 't': // ptrdiff_t
+            case 'I': // signed ptrdiff_t or unsigned size_t
+              argSize = 4;
+              break;
+            default:
+              argSize = null;
+          }
+          if (argSize) textIndex++;
+          next = HEAP8[((textIndex+1)|0)];
+          // Handle type specifier.
+          switch (String.fromCharCode(next)) {
+            case 'd': case 'i': case 'u': case 'o': case 'x': case 'X': case 'p': {
+              // Integer.
+              var signed = next == 100 || next == 105;
+              argSize = argSize || 4;
+              var currArg = getNextArg('i' + (argSize * 8));
+              var argText;
+              // Flatten i64-1 [low, high] into a (slightly rounded) double
+              if (argSize == 8) {
+                currArg = Runtime.makeBigInt(currArg[0], currArg[1], next == 117);
+              }
+              // Truncate to requested size.
+              if (argSize &lt;= 4) {
+                var limit = Math.pow(256, argSize) - 1;
+                currArg = (signed ? reSign : unSign)(currArg &amp; limit, argSize * 8);
+              }
+              // Format the number.
+              var currAbsArg = Math.abs(currArg);
+              var prefix = '';
+              if (next == 100 || next == 105) {
+                argText = reSign(currArg, 8 * argSize, 1).toString(10);
+              } else if (next == 117) {
+                argText = unSign(currArg, 8 * argSize, 1).toString(10);
+                currArg = Math.abs(currArg);
+              } else if (next == 111) {
+                argText = (flagAlternative ? '0' : '') + currAbsArg.toString(8);
+              } else if (next == 120 || next == 88) {
+                prefix = (flagAlternative &amp;&amp; currArg != 0) ? '0x' : '';
+                if (currArg &lt; 0) {
+                  // Represent negative numbers in hex as 2's complement.
+                  currArg = -currArg;
+                  argText = (currAbsArg - 1).toString(16);
+                  var buffer = [];
+                  for (var i = 0; i &lt; argText.length; i++) {
+                    buffer.push((0xF - parseInt(argText[i], 16)).toString(16));
+                  }
+                  argText = buffer.join('');
+                  while (argText.length &lt; argSize * 2) argText = 'f' + argText;
+                } else {
+                  argText = currAbsArg.toString(16);
+                }
+                if (next == 88) {
+                  prefix = prefix.toUpperCase();
+                  argText = argText.toUpperCase();
+                }
+              } else if (next == 112) {
+                if (currAbsArg === 0) {
+                  argText = '(nil)';
+                } else {
+                  prefix = '0x';
+                  argText = currAbsArg.toString(16);
+                }
+              }
+              if (precisionSet) {
+                while (argText.length &lt; precision) {
+                  argText = '0' + argText;
+                }
+              }
+              // Add sign if needed
+              if (flagAlwaysSigned) {
+                if (currArg &lt; 0) {
+                  prefix = '-' + prefix;
+                } else {
+                  prefix = '+' + prefix;
+                }
+              }
+              // Add padding.
+              while (prefix.length + argText.length &lt; width) {
+                if (flagLeftAlign) {
+                  argText += ' ';
+                } else {
+                  if (flagZeroPad) {
+                    argText = '0' + argText;
+                  } else {
+                    prefix = ' ' + prefix;
+                  }
+                }
+              }
+              // Insert the result into the buffer.
+              argText = prefix + argText;
+              argText.split('').forEach(function(chr) {
+                ret.push(chr.charCodeAt(0));
+              });
+              break;
+            }
+            case 'f': case 'F': case 'e': case 'E': case 'g': case 'G': {
+              // Float.
+              var currArg = getNextArg('double');
+              var argText;
+              if (isNaN(currArg)) {
+                argText = 'nan';
+                flagZeroPad = false;
+              } else if (!isFinite(currArg)) {
+                argText = (currArg &lt; 0 ? '-' : '') + 'inf';
+                flagZeroPad = false;
+              } else {
+                var isGeneral = false;
+                var effectivePrecision = Math.min(precision, 20);
+                // Convert g/G to f/F or e/E, as per:
+                // http://pubs.opengroup.org/onlinepubs/9699919799/functions/printf.html
+                if (next == 103 || next == 71) {
+                  isGeneral = true;
+                  precision = precision || 1;
+                  var exponent = parseInt(currArg.toExponential(effectivePrecision).split('e')[1], 10);
+                  if (precision &gt; exponent &amp;&amp; exponent &gt;= -4) {
+                    next = ((next == 103) ? 'f' : 'F').charCodeAt(0);
+                    precision -= exponent + 1;
+                  } else {
+                    next = ((next == 103) ? 'e' : 'E').charCodeAt(0);
+                    precision--;
+                  }
+                  effectivePrecision = Math.min(precision, 20);
+                }
+                if (next == 101 || next == 69) {
+                  argText = currArg.toExponential(effectivePrecision);
+                  // Make sure the exponent has at least 2 digits.
+                  if (/[eE][-+]\d$/.test(argText)) {
+                    argText = argText.slice(0, -1) + '0' + argText.slice(-1);
+                  }
+                } else if (next == 102 || next == 70) {
+                  argText = currArg.toFixed(effectivePrecision);
+                  if (currArg === 0 &amp;&amp; __reallyNegative(currArg)) {
+                    argText = '-' + argText;
+                  }
+                }
+                var parts = argText.split('e');
+                if (isGeneral &amp;&amp; !flagAlternative) {
+                  // Discard trailing zeros and periods.
+                  while (parts[0].length &gt; 1 &amp;&amp; parts[0].indexOf('.') != -1 &amp;&amp;
+                         (parts[0].slice(-1) == '0' || parts[0].slice(-1) == '.')) {
+                    parts[0] = parts[0].slice(0, -1);
+                  }
+                } else {
+                  // Make sure we have a period in alternative mode.
+                  if (flagAlternative &amp;&amp; argText.indexOf('.') == -1) parts[0] += '.';
+                  // Zero pad until required precision.
+                  while (precision &gt; effectivePrecision++) parts[0] += '0';
+                }
+                argText = parts[0] + (parts.length &gt; 1 ? 'e' + parts[1] : '');
+                // Capitalize 'E' if needed.
+                if (next == 69) argText = argText.toUpperCase();
+                // Add sign.
+                if (flagAlwaysSigned &amp;&amp; currArg &gt;= 0) {
+                  argText = '+' + argText;
+                }
+              }
+              // Add padding.
+              while (argText.length &lt; width) {
+                if (flagLeftAlign) {
+                  argText += ' ';
+                } else {
+                  if (flagZeroPad &amp;&amp; (argText[0] == '-' || argText[0] == '+')) {
+                    argText = argText[0] + '0' + argText.slice(1);
+                  } else {
+                    argText = (flagZeroPad ? '0' : ' ') + argText;
+                  }
+                }
+              }
+              // Adjust case.
+              if (next &lt; 97) argText = argText.toUpperCase();
+              // Insert the result into the buffer.
+              argText.split('').forEach(function(chr) {
+                ret.push(chr.charCodeAt(0));
+              });
+              break;
+            }
+            case 's': {
+              // String.
+              var arg = getNextArg('i8*');
+              var argLength = arg ? _strlen(arg) : '(null)'.length;
+              if (precisionSet) argLength = Math.min(argLength, precision);
+              if (!flagLeftAlign) {
+                while (argLength &lt; width--) {
+                  ret.push(32);
+                }
+              }
+              if (arg) {
+                for (var i = 0; i &lt; argLength; i++) {
+                  ret.push(HEAPU8[((arg++)|0)]);
+                }
+              } else {
+                ret = ret.concat(intArrayFromString('(null)'.substr(0, argLength), true));
+              }
+              if (flagLeftAlign) {
+                while (argLength &lt; width--) {
+                  ret.push(32);
+                }
+              }
+              break;
+            }
+            case 'c': {
+              // Character.
+              if (flagLeftAlign) ret.push(getNextArg('i8'));
+              while (--width &gt; 0) {
+                ret.push(32);
+              }
+              if (!flagLeftAlign) ret.push(getNextArg('i8'));
+              break;
+            }
+            case 'n': {
+              // Write the length written so far to the next parameter.
+              var ptr = getNextArg('i32*');
+              HEAP32[((ptr)&gt;&gt;2)]=ret.length
+              break;
+            }
+            case '%': {
+              // Literal percent sign.
+              ret.push(curr);
+              break;
+            }
+            default: {
+              // Unknown specifiers remain untouched.
+              for (var i = startTextIndex; i &lt; textIndex + 2; i++) {
+                ret.push(HEAP8[(i)]);
+              }
+            }
+          }
+          textIndex += 2;
+          // TODO: Support a/A (hex float) and m (last error) specifiers.
+          // TODO: Support %1${specifier} for arg selection.
+        } else {
+          ret.push(curr);
+          textIndex += 1;
+        }
+      }
+      return ret;
+    }function _fprintf(stream, format, varargs) {
+      // int fprintf(FILE *restrict stream, const char *restrict format, ...);
+      // http://pubs.opengroup.org/onlinepubs/000095399/functions/printf.html
+      var result = __formatString(format, varargs);
+      var stack = Runtime.stackSave();
+      var ret = _fwrite(allocate(result, 'i8', ALLOC_STACK), 1, result.length, stream);
+      Runtime.stackRestore(stack);
+      return ret;
+    }function _printf(format, varargs) {
+      // int printf(const char *restrict format, ...);
+      // http://pubs.opengroup.org/onlinepubs/000095399/functions/printf.html
+      var stdout = HEAP32[((_stdout)&gt;&gt;2)];
+      return _fprintf(stdout, format, varargs);
+    }
+  function _abort() {
+      Module['abort']();
+    }
+  function ___errno_location() {
+      return ___errno_state;
+    }var ___errno=___errno_location;
+  Module[&quot;_memcpy&quot;] = _memcpy;var _llvm_memcpy_p0i8_p0i8_i32=_memcpy;
+  function _sbrk(bytes) {
+      // Implement a Linux-like 'memory area' for our 'process'.
+      // Changes the size of the memory area by |bytes|; returns the
+      // address of the previous top ('break') of the memory area
+      // We control the &quot;dynamic&quot; memory - DYNAMIC_BASE to DYNAMICTOP
+      var self = _sbrk;
+      if (!self.called) {
+        DYNAMICTOP = alignMemoryPage(DYNAMICTOP); // make sure we start out aligned
+        self.called = true;
+        assert(Runtime.dynamicAlloc);
+        self.alloc = Runtime.dynamicAlloc;
+        Runtime.dynamicAlloc = function() { abort('cannot dynamically allocate, sbrk now has control') };
+      }
+      var ret = DYNAMICTOP;
+      if (bytes != 0) self.alloc(bytes);
+      return ret;  // Previous break location.
+    }
+  function _sysconf(name) {
+      // long sysconf(int name);
+      // http://pubs.opengroup.org/onlinepubs/009695399/functions/sysconf.html
+      switch(name) {
+        case 8: return PAGE_SIZE;
+        case 54:
+        case 56:
+        case 21:
+        case 61:
+        case 63:
+        case 22:
+        case 67:
+        case 23:
+        case 24:
+        case 25:
+        case 26:
+        case 27:
+        case 69:
+        case 28:
+        case 101:
+        case 70:
+        case 71:
+        case 29:
+        case 30:
+        case 199:
+        case 75:
+        case 76:
+        case 32:
+        case 43:
+        case 44:
+        case 80:
+        case 46:
+        case 47:
+        case 45:
+        case 48:
+        case 49:
+        case 42:
+        case 82:
+        case 33:
+        case 7:
+        case 108:
+        case 109:
+        case 107:
+        case 112:
+        case 119:
+        case 121:
+          return 200809;
+        case 13:
+        case 104:
+        case 94:
+        case 95:
+        case 34:
+        case 35:
+        case 77:
+        case 81:
+        case 83:
+        case 84:
+        case 85:
+        case 86:
+        case 87:
+        case 88:
+        case 89:
+        case 90:
+        case 91:
+        case 94:
+        case 95:
+        case 110:
+        case 111:
+        case 113:
+        case 114:
+        case 115:
+        case 116:
+        case 117:
+        case 118:
+        case 120:
+        case 40:
+        case 16:
+        case 79:
+        case 19:
+          return -1;
+        case 92:
+        case 93:
+        case 5:
+        case 72:
+        case 6:
+        case 74:
+        case 92:
+        case 93:
+        case 96:
+        case 97:
+        case 98:
+        case 99:
+        case 102:
+        case 103:
+        case 105:
+          return 1;
+        case 38:
+        case 66:
+        case 50:
+        case 51:
+        case 4:
+          return 1024;
+        case 15:
+        case 64:
+        case 41:
+          return 32;
+        case 55:
+        case 37:
+        case 17:
+          return 2147483647;
+        case 18:
+        case 1:
+          return 47839;
+        case 59:
+        case 57:
+          return 99;
+        case 68:
+        case 58:
+          return 2048;
+        case 0: return 2097152;
+        case 3: return 65536;
+        case 14: return 32768;
+        case 73: return 32767;
+        case 39: return 16384;
+        case 60: return 1000;
+        case 106: return 700;
+        case 52: return 256;
+        case 62: return 255;
+        case 2: return 100;
+        case 65: return 64;
+        case 36: return 20;
+        case 100: return 16;
+        case 20: return 6;
+        case 53: return 4;
+        case 10: return 1;
+      }
+      ___setErrNo(ERRNO_CODES.EINVAL);
+      return -1;
+    }
+  function _time(ptr) {
+      var ret = Math.floor(Date.now()/1000);
+      if (ptr) {
+        HEAP32[((ptr)&gt;&gt;2)]=ret
+      }
+      return ret;
+    }
+  Module[&quot;_memset&quot;] = _memset;
+  var Browser={mainLoop:{scheduler:null,shouldPause:false,paused:false,queue:[],pause:function () {
+          Browser.mainLoop.shouldPause = true;
+        },resume:function () {
+          if (Browser.mainLoop.paused) {
+            Browser.mainLoop.paused = false;
+            Browser.mainLoop.scheduler();
+          }
+          Browser.mainLoop.shouldPause = false;
+        },updateStatus:function () {
+          if (Module['setStatus']) {
+            var message = Module['statusMessage'] || 'Please wait...';
+            var remaining = Browser.mainLoop.remainingBlockers;
+            var expected = Browser.mainLoop.expectedBlockers;
+            if (remaining) {
+              if (remaining &lt; expected) {
+                Module['setStatus'](message + ' (' + (expected - remaining) + '/' + expected + ')');
+              } else {
+                Module['setStatus'](message);
+              }
+            } else {
+              Module['setStatus']('');
+            }
+          }
+        }},isFullScreen:false,pointerLock:false,moduleContextCreatedCallbacks:[],workers:[],init:function () {
+        if (!Module[&quot;preloadPlugins&quot;]) Module[&quot;preloadPlugins&quot;] = []; // needs to exist even in workers
+        if (Browser.initted || ENVIRONMENT_IS_WORKER) return;
+        Browser.initted = true;
+        try {
+          new Blob();
+          Browser.hasBlobConstructor = true;
+        } catch(e) {
+          Browser.hasBlobConstructor = false;
+          console.log(&quot;warning: no blob constructor, cannot create blobs with mimetypes&quot;);
+        }
+        Browser.BlobBuilder = typeof MozBlobBuilder != &quot;undefined&quot; ? MozBlobBuilder : (typeof WebKitBlobBuilder != &quot;undefined&quot; ? WebKitBlobBuilder : (!Browser.hasBlobConstructor ? console.log(&quot;warning: no BlobBuilder&quot;) : null));
+        Browser.URLObject = typeof window != &quot;undefined&quot; ? (window.URL ? window.URL : window.webkitURL) : undefined;
+        if (!Module.noImageDecoding &amp;&amp; typeof Browser.URLObject === 'undefined') {
+          console.log(&quot;warning: Browser does not support creating object URLs. Built-in browser image decoding will not be available.&quot;);
+          Module.noImageDecoding = true;
+        }
+        // Support for plugins that can process preloaded files. You can add more of these to
+        // your app by creating and appending to Module.preloadPlugins.
+        //
+        // Each plugin is asked if it can handle a file based on the file's name. If it can,
+        // it is given the file's raw data. When it is done, it calls a callback with the file's
+        // (possibly modified) data. For example, a plugin might decompress a file, or it
+        // might create some side data structure for use later (like an Image element, etc.).
+        var imagePlugin = {};
+        imagePlugin['canHandle'] = function(name) {
+          return !Module.noImageDecoding &amp;&amp; /\.(jpg|jpeg|png|bmp)$/i.test(name);
+        };
+        imagePlugin['handle'] = function(byteArray, name, onload, onerror) {
+          var b = null;
+          if (Browser.hasBlobConstructor) {
+            try {
+              b = new Blob([byteArray], { type: Browser.getMimetype(name) });
+              if (b.size !== byteArray.length) { // Safari bug #118630
+                // Safari's Blob can only take an ArrayBuffer
+                b = new Blob([(new Uint8Array(byteArray)).buffer], { type: Browser.getMimetype(name) });
+              }
+            } catch(e) {
+              Runtime.warnOnce('Blob constructor present but fails: ' + e + '; falling back to blob builder');
+            }
+          }
+          if (!b) {
+            var bb = new Browser.BlobBuilder();
+            bb.append((new Uint8Array(byteArray)).buffer); // we need to pass a buffer, and must copy the array to get the right data range
+            b = bb.getBlob();
+          }
+          var url = Browser.URLObject.createObjectURL(b);
+          var img = new Image();
+          img.onload = function() {
+            assert(img.complete, 'Image ' + name + ' could not be decoded');
+            var canvas = document.createElement('canvas');
+            canvas.width = img.width;
+            canvas.height = img.height;
+            var ctx = canvas.getContext('2d');
+            ctx.drawImage(img, 0, 0);
+            Module[&quot;preloadedImages&quot;][name] = canvas;
+            Browser.URLObject.revokeObjectURL(url);
+            if (onload) onload(byteArray);
+          };
+          img.onerror = function(event) {
+            console.log('Image ' + url + ' could not be decoded');
+            if (onerror) onerror();
+          };
+          img.src = url;
+        };
+        Module['preloadPlugins'].push(imagePlugin);
+        var audioPlugin = {};
+        audioPlugin['canHandle'] = function(name) {
+          return !Module.noAudioDecoding &amp;&amp; name.substr(-4) in { '.ogg': 1, '.wav': 1, '.mp3': 1 };
+        };
+        audioPlugin['handle'] = function(byteArray, name, onload, onerror) {
+          var done = false;
+          function finish(audio) {
+            if (done) return;
+            done = true;
+            Module[&quot;preloadedAudios&quot;][name] = audio;
+            if (onload) onload(byteArray);
+          }
+          function fail() {
+            if (done) return;
+            done = true;
+            Module[&quot;preloadedAudios&quot;][name] = new Audio(); // empty shim
+            if (onerror) onerror();
+          }
+          if (Browser.hasBlobConstructor) {
+            try {
+              var b = new Blob([byteArray], { type: Browser.getMimetype(name) });
+            } catch(e) {
+              return fail();
+            }
+            var url = Browser.URLObject.createObjectURL(b); // XXX we never revoke this!
+            var audio = new Audio();
+            audio.addEventListener('canplaythrough', function() { finish(audio) }, false); // use addEventListener due to chromium bug 124926
+            audio.onerror = function(event) {
+              if (done) return;
+              console.log('warning: browser could not fully decode audio ' + name + ', trying slower base64 approach');
+              function encode64(data) {
+                var BASE = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';
+                var PAD = '=';
+                var ret = '';
+                var leftchar = 0;
+                var leftbits = 0;
+                for (var i = 0; i &lt; data.length; i++) {
+                  leftchar = (leftchar &lt;&lt; 8) | data[i];
+                  leftbits += 8;
+                  while (leftbits &gt;= 6) {
+                    var curr = (leftchar &gt;&gt; (leftbits-6)) &amp; 0x3f;
+                    leftbits -= 6;
+                    ret += BASE[curr];
+                  }
+                }
+                if (leftbits == 2) {
+                  ret += BASE[(leftchar&amp;3) &lt;&lt; 4];
+                  ret += PAD + PAD;
+                } else if (leftbits == 4) {
+                  ret += BASE[(leftchar&amp;0xf) &lt;&lt; 2];
+                  ret += PAD;
+                }
+                return ret;
+              }
+              audio.src = 'data:audio/x-' + name.substr(-3) + ';base64,' + encode64(byteArray);
+              finish(audio); // we don't wait for confirmation this worked - but it's worth trying
+            };
+            audio.src = url;
+            // workaround for chrome bug 124926 - we do not always get oncanplaythrough or onerror
+            Browser.safeSetTimeout(function() {
+              finish(audio); // try to use it even though it is not necessarily ready to play
+            }, 10000);
+          } else {
+            return fail();
+          }
+        };
+        Module['preloadPlugins'].push(audioPlugin);
+        // Canvas event setup
+        var canvas = Module['canvas'];
+        canvas.requestPointerLock = canvas['requestPointerLock'] ||
+                                    canvas['mozRequestPointerLock'] ||
+                                    canvas['webkitRequestPointerLock'];
+        canvas.exitPointerLock = document['exitPointerLock'] ||
+                                 document['mozExitPointerLock'] ||
+                                 document['webkitExitPointerLock'] ||
+                                 function(){}; // no-op if function does not exist
+        canvas.exitPointerLock = canvas.exitPointerLock.bind(document);
+        function pointerLockChange() {
+          Browser.pointerLock = document['pointerLockElement'] === canvas ||
+                                document['mozPointerLockElement'] === canvas ||
+                                document['webkitPointerLockElement'] === canvas;
+        }
+        document.addEventListener('pointerlockchange', pointerLockChange, false);
+        document.addEventListener('mozpointerlockchange', pointerLockChange, false);
+        document.addEventListener('webkitpointerlockchange', pointerLockChange, false);
+        if (Module['elementPointerLock']) {
+          canvas.addEventListener(&quot;click&quot;, function(ev) {
+            if (!Browser.pointerLock &amp;&amp; canvas.requestPointerLock) {
+              canvas.requestPointerLock();
+              ev.preventDefault();
+            }
+          }, false);
+        }
+      },createContext:function (canvas, useWebGL, setInModule) {
+        var ctx;
+        try {
+          if (useWebGL) {
+            ctx = canvas.getContext('experimental-webgl', {
+              alpha: false
+            });
+          } else {
+            ctx = canvas.getContext('2d');
+          }
+          if (!ctx) throw ':(';
+        } catch (e) {
+          Module.print('Could not create canvas - ' + e);
+          return null;
+        }
+        if (useWebGL) {
+          // Set the background of the WebGL canvas to black
+          canvas.style.backgroundColor = &quot;black&quot;;
+          // Warn on context loss
+          canvas.addEventListener('webglcontextlost', function(event) {
+            alert('WebGL context lost. You will need to reload the page.');
+          }, false);
+        }
+        if (setInModule) {
+          Module.ctx = ctx;
+          Module.useWebGL = useWebGL;
+          Browser.moduleContextCreatedCallbacks.forEach(function(callback) { callback() });
+          Browser.init();
+        }
+        return ctx;
+      },destroyContext:function (canvas, useWebGL, setInModule) {},fullScreenHandlersInstalled:false,lockPointer:undefined,resizeCanvas:undefined,requestFullScreen:function (lockPointer, resizeCanvas) {
+        Browser.lockPointer = lockPointer;
+        Browser.resizeCanvas = resizeCanvas;
+        if (typeof Browser.lockPointer === 'undefined') Browser.lockPointer = true;
+        if (typeof Browser.resizeCanvas === 'undefined') Browser.resizeCanvas = false;
+        var canvas = Module['canvas'];
+        function fullScreenChange() {
+          Browser.isFullScreen = false;
+          if ((document['webkitFullScreenElement'] || document['webkitFullscreenElement'] ||
+               document['mozFullScreenElement'] || document['mozFullscreenElement'] ||
+               document['fullScreenElement'] || document['fullscreenElement']) === canvas) {
+            canvas.cancelFullScreen = document['cancelFullScreen'] ||
+                                      document['mozCancelFullScreen'] ||
+                                      document['webkitCancelFullScreen'];
+            canvas.cancelFullScreen = canvas.cancelFullScreen.bind(document);
+            if (Browser.lockPointer) canvas.requestPointerLock();
+            Browser.isFullScreen = true;
+            if (Browser.resizeCanvas) Browser.setFullScreenCanvasSize();
+          } else if (Browser.resizeCanvas){
+            Browser.setWindowedCanvasSize();
+          }
+          if (Module['onFullScreen']) Module['onFullScreen'](Browser.isFullScreen);
+        }
+        if (!Browser.fullScreenHandlersInstalled) {
+          Browser.fullScreenHandlersInstalled = true;
+          document.addEventListener('fullscreenchange', fullScreenChange, false);
+          document.addEventListener('mozfullscreenchange', fullScreenChange, false);
+          document.addEventListener('webkitfullscreenchange', fullScreenChange, false);
+        }
+        canvas.requestFullScreen = canvas['requestFullScreen'] ||
+                                   canvas['mozRequestFullScreen'] ||
+                                   (canvas['webkitRequestFullScreen'] ? function() { canvas['webkitRequestFullScreen'](Element['ALLOW_KEYBOARD_INPUT']) } : null);
+        canvas.requestFullScreen();
+      },requestAnimationFrame:function (func) {
+        if (!window.requestAnimationFrame) {
+          window.requestAnimationFrame = window['requestAnimationFrame'] ||
+                                         window['mozRequestAnimationFrame'] ||
+                                         window['webkitRequestAnimationFrame'] ||
+                                         window['msRequestAnimationFrame'] ||
+                                         window['oRequestAnimationFrame'] ||
+                                         window['setTimeout'];
+        }
+        window.requestAnimationFrame(func);
+      },safeCallback:function (func) {
+        return function() {
+          if (!ABORT) return func.apply(null, arguments);
+        };
+      },safeRequestAnimationFrame:function (func) {
+        return Browser.requestAnimationFrame(function() {
+          if (!ABORT) func();
+        });
+      },safeSetTimeout:function (func, timeout) {
+        return setTimeout(function() {
+          if (!ABORT) func();
+        }, timeout);
+      },safeSetInterval:function (func, timeout) {
+        return setInterval(function() {
+          if (!ABORT) func();
+        }, timeout);
+      },getMimetype:function (name) {
+        return {
+          'jpg': 'image/jpeg',
+          'jpeg': 'image/jpeg',
+          'png': 'image/png',
+          'bmp': 'image/bmp',
+          'ogg': 'audio/ogg',
+          'wav': 'audio/wav',
+          'mp3': 'audio/mpeg'
+        }[name.substr(name.lastIndexOf('.')+1)];
+      },getUserMedia:function (func) {
+        if(!window.getUserMedia) {
+          window.getUserMedia = navigator['getUserMedia'] ||
+                                navigator['mozGetUserMedia'];
+        }
+        window.getUserMedia(func);
+      },getMovementX:function (event) {
+        return event['movementX'] ||
+               event['mozMovementX'] ||
+               event['webkitMovementX'] ||
+               0;
+      },getMovementY:function (event) {
+        return event['movementY'] ||
+               event['mozMovementY'] ||
+               event['webkitMovementY'] ||
+               0;
+      },mouseX:0,mouseY:0,mouseMovementX:0,mouseMovementY:0,calculateMouseEvent:function (event) { // event should be mousemove, mousedown or mouseup
+        if (Browser.pointerLock) {
+          // When the pointer is locked, calculate the coordinates
+          // based on the movement of the mouse.
+          // Workaround for Firefox bug 764498
+          if (event.type != 'mousemove' &amp;&amp;
+              ('mozMovementX' in event)) {
+            Browser.mouseMovementX = Browser.mouseMovementY = 0;
+          } else {
+            Browser.mouseMovementX = Browser.getMovementX(event);
+            Browser.mouseMovementY = Browser.getMovementY(event);
+          }
+          // check if SDL is available
+          if (typeof SDL != &quot;undefined&quot;) {
+                  Browser.mouseX = SDL.mouseX + Browser.mouseMovementX;
+                  Browser.mouseY = SDL.mouseY + Browser.mouseMovementY;
+          } else {
+                  // just add the mouse delta to the current absolut mouse position
+                  // FIXME: ideally this should be clamped against the canvas size and zero
+                  Browser.mouseX += Browser.mouseMovementX;
+                  Browser.mouseY += Browser.mouseMovementY;
+          }        
+        } else {
+          // Otherwise, calculate the movement based on the changes
+          // in the coordinates.
+          var rect = Module[&quot;canvas&quot;].getBoundingClientRect();
+          var x = event.pageX - (window.scrollX + rect.left);
+          var y = event.pageY - (window.scrollY + rect.top);
+          // the canvas might be CSS-scaled compared to its backbuffer;
+          // SDL-using content will want mouse coordinates in terms
+          // of backbuffer units.
+          var cw = Module[&quot;canvas&quot;].width;
+          var ch = Module[&quot;canvas&quot;].height;
+          x = x * (cw / rect.width);
+          y = y * (ch / rect.height);
+          Browser.mouseMovementX = x - Browser.mouseX;
+          Browser.mouseMovementY = y - Browser.mouseY;
+          Browser.mouseX = x;
+          Browser.mouseY = y;
+        }
+      },xhrLoad:function (url, onload, onerror) {
+        var xhr = new XMLHttpRequest();
+        xhr.open('GET', url, true);
+        xhr.responseType = 'arraybuffer';
+        xhr.onload = function() {
+          if (xhr.status == 200 || (xhr.status == 0 &amp;&amp; xhr.response)) { // file URLs can return 0
+            onload(xhr.response);
+          } else {
+            onerror();
+          }
+        };
+        xhr.onerror = onerror;
+        xhr.send(null);
+      },asyncLoad:function (url, onload, onerror, noRunDep) {
+        Browser.xhrLoad(url, function(arrayBuffer) {
+          assert(arrayBuffer, 'Loading data file &quot;' + url + '&quot; failed (no arrayBuffer).');
+          onload(new Uint8Array(arrayBuffer));
+          if (!noRunDep) removeRunDependency('al ' + url);
+        }, function(event) {
+          if (onerror) {
+            onerror();
+          } else {
+            throw 'Loading data file &quot;' + url + '&quot; failed.';
+          }
+        });
+        if (!noRunDep) addRunDependency('al ' + url);
+      },resizeListeners:[],updateResizeListeners:function () {
+        var canvas = Module['canvas'];
+        Browser.resizeListeners.forEach(function(listener) {
+          listener(canvas.width, canvas.height);
+        });
+      },setCanvasSize:function (width, height, noUpdates) {
+        var canvas = Module['canvas'];
+        canvas.width = width;
+        canvas.height = height;
+        if (!noUpdates) Browser.updateResizeListeners();
+      },windowedWidth:0,windowedHeight:0,setFullScreenCanvasSize:function () {
+        var canvas = Module['canvas'];
+        this.windowedWidth = canvas.width;
+        this.windowedHeight = canvas.height;
+        canvas.width = screen.width;
+        canvas.height = screen.height;
+        // check if SDL is available   
+        if (typeof SDL != &quot;undefined&quot;) {
+                var flags = HEAPU32[((SDL.screen+Runtime.QUANTUM_SIZE*0)&gt;&gt;2)];
+                flags = flags | 0x00800000; // set SDL_FULLSCREEN flag
+                HEAP32[((SDL.screen+Runtime.QUANTUM_SIZE*0)&gt;&gt;2)]=flags
+        }
+        Browser.updateResizeListeners();
+      },setWindowedCanvasSize:function () {
+        var canvas = Module['canvas'];
+        canvas.width = this.windowedWidth;
+        canvas.height = this.windowedHeight;
+        // check if SDL is available       
+        if (typeof SDL != &quot;undefined&quot;) {
+                var flags = HEAPU32[((SDL.screen+Runtime.QUANTUM_SIZE*0)&gt;&gt;2)];
+                flags = flags &amp; ~0x00800000; // clear SDL_FULLSCREEN flag
+                HEAP32[((SDL.screen+Runtime.QUANTUM_SIZE*0)&gt;&gt;2)]=flags
+        }
+        Browser.updateResizeListeners();
+      }};
+FS.staticInit();__ATINIT__.unshift({ func: function() { if (!Module[&quot;noFSInit&quot;] &amp;&amp; !FS.init.initialized) FS.init() } });__ATMAIN__.push({ func: function() { FS.ignorePermissions = false } });__ATEXIT__.push({ func: function() { FS.quit() } });Module[&quot;FS_createFolder&quot;] = FS.createFolder;Module[&quot;FS_createPath&quot;] = FS.createPath;Module[&quot;FS_createDataFile&quot;] = FS.createDataFile;Module[&quot;FS_createPreloadedFile&quot;] = FS.createPreloadedFile;Module[&quot;FS_createLazyFile&quot;] = FS.createLazyFile;Module[&quot;FS_createLink&quot;] = FS.createLink;Module[&quot;FS_createDevice&quot;] = FS.createDevice;
+___errno_state = Runtime.staticAlloc(4); HEAP32[((___errno_state)&gt;&gt;2)]=0;
+Module[&quot;requestFullScreen&quot;] = function(lockPointer, resizeCanvas) { Browser.requestFullScreen(lockPointer, resizeCanvas) };
+  Module[&quot;requestAnimationFrame&quot;] = function(func) { Browser.requestAnimationFrame(func) };
+  Module[&quot;setCanvasSize&quot;] = function(width, height, noUpdates) { Browser.setCanvasSize(width, height, noUpdates) };
+  Module[&quot;pauseMainLoop&quot;] = function() { Browser.mainLoop.pause() };
+  Module[&quot;resumeMainLoop&quot;] = function() { Browser.mainLoop.resume() };
+  Module[&quot;getUserMedia&quot;] = function() { Browser.getUserMedia() }
+STACK_BASE = STACKTOP = Runtime.alignMemory(STATICTOP);
+staticSealed = true; // seal the static portion of memory
+STACK_MAX = STACK_BASE + 5242880;
+DYNAMIC_BASE = DYNAMICTOP = Runtime.alignMemory(STACK_MAX);
+assert(DYNAMIC_BASE &lt; TOTAL_MEMORY); // Stack must fit in TOTAL_MEMORY; allocations from here on may enlarge TOTAL_MEMORY
+var Math_min = Math.min;
+function invoke_ii(index,a1) {
+  try {
+    return Module[&quot;dynCall_ii&quot;](index,a1);
+  } catch(e) {
+    if (typeof e !== 'number' &amp;&amp; e !== 'longjmp') throw e;
+    asm[&quot;setThrew&quot;](1, 0);
+  }
+}
+function invoke_v(index) {
+  try {
+    Module[&quot;dynCall_v&quot;](index);
+  } catch(e) {
+    if (typeof e !== 'number' &amp;&amp; e !== 'longjmp') throw e;
+    asm[&quot;setThrew&quot;](1, 0);
+  }
+}
+function invoke_iii(index,a1,a2) {
+  try {
+    return Module[&quot;dynCall_iii&quot;](index,a1,a2);
+  } catch(e) {
+    if (typeof e !== 'number' &amp;&amp; e !== 'longjmp') throw e;
+    asm[&quot;setThrew&quot;](1, 0);
+  }
+}
+function invoke_vi(index,a1) {
+  try {
+    Module[&quot;dynCall_vi&quot;](index,a1);
+  } catch(e) {
+    if (typeof e !== 'number' &amp;&amp; e !== 'longjmp') throw e;
+    asm[&quot;setThrew&quot;](1, 0);
+  }
+}
+function asmPrintInt(x, y) {
+  Module.print('int ' + x + ',' + y);// + ' ' + new Error().stack);
+}
+function asmPrintFloat(x, y) {
+  Module.print('float ' + x + ',' + y);// + ' ' + new Error().stack);
+}
+// EMSCRIPTEN_START_ASM
+var asm = (function(global, env, buffer) {
+  'use asm';
+  var HEAP8 = new global.Int8Array(buffer);
+  var HEAP16 = new global.Int16Array(buffer);
+  var HEAP32 = new global.Int32Array(buffer);
+  var HEAPU8 = new global.Uint8Array(buffer);
+  var HEAPU16 = new global.Uint16Array(buffer);
+  var HEAPU32 = new global.Uint32Array(buffer);
+  var HEAPF32 = new global.Float32Array(buffer);
+  var HEAPF64 = new global.Float64Array(buffer);
+  var STACKTOP=env.STACKTOP|0;
+  var STACK_MAX=env.STACK_MAX|0;
+  var tempDoublePtr=env.tempDoublePtr|0;
+  var ABORT=env.ABORT|0;
+  var NaN=+env.NaN;
+  var Infinity=+env.Infinity;
+  var __THREW__ = 0;
+  var threwValue = 0;
+  var setjmpId = 0;
+  var undef = 0;
+  var tempInt = 0, tempBigInt = 0, tempBigIntP = 0, tempBigIntS = 0, tempBigIntR = 0.0, tempBigIntI = 0, tempBigIntD = 0, tempValue = 0, tempDouble = 0.0;
+  var tempRet0 = 0;
+  var tempRet1 = 0;
+  var tempRet2 = 0;
+  var tempRet3 = 0;
+  var tempRet4 = 0;
+  var tempRet5 = 0;
+  var tempRet6 = 0;
+  var tempRet7 = 0;
+  var tempRet8 = 0;
+  var tempRet9 = 0;
+  var Math_floor=global.Math.floor;
+  var Math_abs=global.Math.abs;
+  var Math_sqrt=global.Math.sqrt;
+  var Math_pow=global.Math.pow;
+  var Math_cos=global.Math.cos;
+  var Math_sin=global.Math.sin;
+  var Math_tan=global.Math.tan;
+  var Math_acos=global.Math.acos;
+  var Math_asin=global.Math.asin;
+  var Math_atan=global.Math.atan;
+  var Math_atan2=global.Math.atan2;
+  var Math_exp=global.Math.exp;
+  var Math_log=global.Math.log;
+  var Math_ceil=global.Math.ceil;
+  var Math_imul=global.Math.imul;
+  var abort=env.abort;
+  var assert=env.assert;
+  var asmPrintInt=env.asmPrintInt;
+  var asmPrintFloat=env.asmPrintFloat;
+  var Math_min=env.min;
+  var invoke_ii=env.invoke_ii;
+  var invoke_v=env.invoke_v;
+  var invoke_iii=env.invoke_iii;
+  var invoke_vi=env.invoke_vi;
+  var _pwrite=env._pwrite;
+  var _sysconf=env._sysconf;
+  var _sbrk=env._sbrk;
+  var ___setErrNo=env.___setErrNo;
+  var _fwrite=env._fwrite;
+  var __reallyNegative=env.__reallyNegative;
+  var _time=env._time;
+  var __formatString=env.__formatString;
+  var _send=env._send;
+  var _write=env._write;
+  var _abort=env._abort;
+  var _fprintf=env._fprintf;
+  var _printf=env._printf;
+  var ___errno_location=env.___errno_location;
+  var _fflush=env._fflush;
+// EMSCRIPTEN_START_FUNCS
+function stackAlloc(i1) {
+ i1 = i1 | 0;
+ var i2 = 0;
+ i2 = STACKTOP;
+ STACKTOP = STACKTOP + i1 | 0;
+ STACKTOP = STACKTOP + 7 &gt;&gt; 3 &lt;&lt; 3;
+ return i2 | 0;
+}
+function stackSave() {
+ return STACKTOP | 0;
+}
+function stackRestore(i1) {
+ i1 = i1 | 0;
+ STACKTOP = i1;
+}
+function setThrew(i1, i2) {
+ i1 = i1 | 0;
+ i2 = i2 | 0;
+ if ((__THREW__ | 0) == 0) {
+  __THREW__ = i1;
+  threwValue = i2;
+ }
+}
+function copyTempFloat(i1) {
+ i1 = i1 | 0;
+ HEAP8[tempDoublePtr] = HEAP8[i1];
+ HEAP8[tempDoublePtr + 1 | 0] = HEAP8[i1 + 1 | 0];
+ HEAP8[tempDoublePtr + 2 | 0] = HEAP8[i1 + 2 | 0];
+ HEAP8[tempDoublePtr + 3 | 0] = HEAP8[i1 + 3 | 0];
+}
+function copyTempDouble(i1) {
+ i1 = i1 | 0;
+ HEAP8[tempDoublePtr] = HEAP8[i1];
+ HEAP8[tempDoublePtr + 1 | 0] = HEAP8[i1 + 1 | 0];
+ HEAP8[tempDoublePtr + 2 | 0] = HEAP8[i1 + 2 | 0];
+ HEAP8[tempDoublePtr + 3 | 0] = HEAP8[i1 + 3 | 0];
+ HEAP8[tempDoublePtr + 4 | 0] = HEAP8[i1 + 4 | 0];
+ HEAP8[tempDoublePtr + 5 | 0] = HEAP8[i1 + 5 | 0];
+ HEAP8[tempDoublePtr + 6 | 0] = HEAP8[i1 + 6 | 0];
+ HEAP8[tempDoublePtr + 7 | 0] = HEAP8[i1 + 7 | 0];
+}
+function setTempRet0(i1) {
+ i1 = i1 | 0;
+ tempRet0 = i1;
+}
+function setTempRet1(i1) {
+ i1 = i1 | 0;
+ tempRet1 = i1;
+}
+function setTempRet2(i1) {
+ i1 = i1 | 0;
+ tempRet2 = i1;
+}
+function setTempRet3(i1) {
+ i1 = i1 | 0;
+ tempRet3 = i1;
+}
+function setTempRet4(i1) {
+ i1 = i1 | 0;
+ tempRet4 = i1;
+}
+function setTempRet5(i1) {
+ i1 = i1 | 0;
+ tempRet5 = i1;
+}
+function setTempRet6(i1) {
+ i1 = i1 | 0;
+ tempRet6 = i1;
+}
+function setTempRet7(i1) {
+ i1 = i1 | 0;
+ tempRet7 = i1;
+}
+function setTempRet8(i1) {
+ i1 = i1 | 0;
+ tempRet8 = i1;
+}
+function setTempRet9(i1) {
+ i1 = i1 | 0;
+ tempRet9 = i1;
+}
+function runPostSets() {
+}
+function _main(i1, i2) {
+ i1 = i1 | 0;
+ i2 = i2 | 0;
+ var i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0;
+ i3 = STACKTOP;
+ do {
+  if ((i1 | 0) &gt; 1) {
+   i4 = HEAP8[HEAP32[i2 + 4 &gt;&gt; 2] | 0] | 0;
+   if ((i4 | 0) == 50) {
+    i5 = 400;
+    break;
+   } else if ((i4 | 0) == 51) {
+    i6 = 4;
+    break;
+   } else if ((i4 | 0) == 52) {
+    i5 = 4e3;
+    break;
+   } else if ((i4 | 0) == 53) {
+    i5 = 8e3;
+    break;
+   } else if ((i4 | 0) == 49) {
+    i5 = 55;
+    break;
+   } else if ((i4 | 0) == 48) {
+    i7 = 0;
+    STACKTOP = i3;
+    return i7 | 0;
+   } else {
+    _printf(24, (i8 = STACKTOP, STACKTOP = STACKTOP + 8 | 0, HEAP32[i8 &gt;&gt; 2] = i4 - 48, i8) | 0) | 0;
+    STACKTOP = i8;
+    i7 = -1;
+    STACKTOP = i3;
+    return i7 | 0;
+   }
+  } else {
+   i6 = 4;
+  }
+ } while (0);
+ if ((i6 | 0) == 4) {
+  i5 = 800;
+ }
+ i6 = _malloc(1048576) | 0;
+ i2 = 0;
+ i1 = 0;
+ do {
+  i4 = 0;
+  while (1) {
+   HEAP8[i6 + i4 | 0] = i4 + i2 &amp; 255;
+   i9 = i4 + 1 | 0;
+   if ((i9 | 0) &lt; 1048576) {
+    i4 = i9;
+   } else {
+    i10 = i2;
+    i11 = 0;
+    break;
+   }
+  }
+  do {
+   i10 = (HEAP8[i6 + i11 | 0] &amp; 1) + i10 | 0;
+   i11 = i11 + 1 | 0;
+  } while ((i11 | 0) &lt; 1048576);
+  i2 = (i10 | 0) % 1e3 | 0;
+  i1 = i1 + 1 | 0;
+ } while ((i1 | 0) &lt; (i5 | 0));
+ _printf(8, (i8 = STACKTOP, STACKTOP = STACKTOP + 8 | 0, HEAP32[i8 &gt;&gt; 2] = i2, i8) | 0) | 0;
+ STACKTOP = i8;
+ i7 = 0;
+ STACKTOP = i3;
+ return i7 | 0;
+}
+function _malloc(i1) {
+ i1 = i1 | 0;
+ var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, i32 = 0, i33 = 0, i34 = 0, i35 = 0, i36 = 0, i37 = 0, i38 = 0, i39 = 0, i40 = 0, i41 = 0, i42 = 0, i43 = 0, i44 = 0, i45 = 0, i46 = 0, i47 = 0, i48 = 0, i49 = 0, i50 = 0, i51 = 0, i52 = 0, i53 = 0, i54 = 0, i55 = 0, i56 = 0, i57 = 0, i58 = 0, i59 = 0, i60 = 0, i61 = 0, i62 = 0, i63 = 0, i64 = 0, i65 = 0, i66 = 0, i67 = 0, i68 = 0, i69 = 0, i70 = 0, i71 = 0, i72 = 0, i73 = 0, i74 = 0, i75 = 0, i76 = 0, i77 = 0, i78 = 0, i79 = 0, i80 = 0, i81 = 0, i82 = 0, i83 = 0, i84 = 0, i85 = 0, i86 = 0;
+ do {
+  if (i1 &gt;&gt;&gt; 0 &lt; 245) {
+   if (i1 &gt;&gt;&gt; 0 &lt; 11) {
+    i2 = 16;
+   } else {
+    i2 = i1 + 11 &amp; -8;
+   }
+   i3 = i2 &gt;&gt;&gt; 3;
+   i4 = HEAP32[16] | 0;
+   i5 = i4 &gt;&gt;&gt; (i3 &gt;&gt;&gt; 0);
+   if ((i5 &amp; 3 | 0) != 0) {
+    i6 = (i5 &amp; 1 ^ 1) + i3 | 0;
+    i7 = i6 &lt;&lt; 1;
+    i8 = 104 + (i7 &lt;&lt; 2) | 0;
+    i9 = 104 + (i7 + 2 &lt;&lt; 2) | 0;
+    i7 = HEAP32[i9 &gt;&gt; 2] | 0;
+    i10 = i7 + 8 | 0;
+    i11 = HEAP32[i10 &gt;&gt; 2] | 0;
+    do {
+     if ((i8 | 0) == (i11 | 0)) {
+      HEAP32[16] = i4 &amp; ~(1 &lt;&lt; i6);
+     } else {
+      if (i11 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+       _abort();
+       return 0;
+      }
+      i12 = i11 + 12 | 0;
+      if ((HEAP32[i12 &gt;&gt; 2] | 0) == (i7 | 0)) {
+       HEAP32[i12 &gt;&gt; 2] = i8;
+       HEAP32[i9 &gt;&gt; 2] = i11;
+       break;
+      } else {
+       _abort();
+       return 0;
+      }
+     }
+    } while (0);
+    i11 = i6 &lt;&lt; 3;
+    HEAP32[i7 + 4 &gt;&gt; 2] = i11 | 3;
+    i9 = i7 + (i11 | 4) | 0;
+    HEAP32[i9 &gt;&gt; 2] = HEAP32[i9 &gt;&gt; 2] | 1;
+    i13 = i10;
+    return i13 | 0;
+   }
+   if (i2 &gt;&gt;&gt; 0 &lt;= (HEAP32[18] | 0) &gt;&gt;&gt; 0) {
+    i14 = i2;
+    break;
+   }
+   if ((i5 | 0) != 0) {
+    i9 = 2 &lt;&lt; i3;
+    i11 = i5 &lt;&lt; i3 &amp; (i9 | -i9);
+    i9 = (i11 &amp; -i11) - 1 | 0;
+    i11 = i9 &gt;&gt;&gt; 12 &amp; 16;
+    i8 = i9 &gt;&gt;&gt; (i11 &gt;&gt;&gt; 0);
+    i9 = i8 &gt;&gt;&gt; 5 &amp; 8;
+    i12 = i8 &gt;&gt;&gt; (i9 &gt;&gt;&gt; 0);
+    i8 = i12 &gt;&gt;&gt; 2 &amp; 4;
+    i15 = i12 &gt;&gt;&gt; (i8 &gt;&gt;&gt; 0);
+    i12 = i15 &gt;&gt;&gt; 1 &amp; 2;
+    i16 = i15 &gt;&gt;&gt; (i12 &gt;&gt;&gt; 0);
+    i15 = i16 &gt;&gt;&gt; 1 &amp; 1;
+    i17 = (i9 | i11 | i8 | i12 | i15) + (i16 &gt;&gt;&gt; (i15 &gt;&gt;&gt; 0)) | 0;
+    i15 = i17 &lt;&lt; 1;
+    i16 = 104 + (i15 &lt;&lt; 2) | 0;
+    i12 = 104 + (i15 + 2 &lt;&lt; 2) | 0;
+    i15 = HEAP32[i12 &gt;&gt; 2] | 0;
+    i8 = i15 + 8 | 0;
+    i11 = HEAP32[i8 &gt;&gt; 2] | 0;
+    do {
+     if ((i16 | 0) == (i11 | 0)) {
+      HEAP32[16] = i4 &amp; ~(1 &lt;&lt; i17);
+     } else {
+      if (i11 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+       _abort();
+       return 0;
+      }
+      i9 = i11 + 12 | 0;
+      if ((HEAP32[i9 &gt;&gt; 2] | 0) == (i15 | 0)) {
+       HEAP32[i9 &gt;&gt; 2] = i16;
+       HEAP32[i12 &gt;&gt; 2] = i11;
+       break;
+      } else {
+       _abort();
+       return 0;
+      }
+     }
+    } while (0);
+    i11 = i17 &lt;&lt; 3;
+    i12 = i11 - i2 | 0;
+    HEAP32[i15 + 4 &gt;&gt; 2] = i2 | 3;
+    i16 = i15;
+    i4 = i16 + i2 | 0;
+    HEAP32[i16 + (i2 | 4) &gt;&gt; 2] = i12 | 1;
+    HEAP32[i16 + i11 &gt;&gt; 2] = i12;
+    i11 = HEAP32[18] | 0;
+    if ((i11 | 0) != 0) {
+     i16 = HEAP32[21] | 0;
+     i3 = i11 &gt;&gt;&gt; 3;
+     i11 = i3 &lt;&lt; 1;
+     i5 = 104 + (i11 &lt;&lt; 2) | 0;
+     i10 = HEAP32[16] | 0;
+     i7 = 1 &lt;&lt; i3;
+     do {
+      if ((i10 &amp; i7 | 0) == 0) {
+       HEAP32[16] = i10 | i7;
+       i18 = i5;
+       i19 = 104 + (i11 + 2 &lt;&lt; 2) | 0;
+      } else {
+       i3 = 104 + (i11 + 2 &lt;&lt; 2) | 0;
+       i6 = HEAP32[i3 &gt;&gt; 2] | 0;
+       if (i6 &gt;&gt;&gt; 0 &gt;= (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+        i18 = i6;
+        i19 = i3;
+        break;
+       }
+       _abort();
+       return 0;
+      }
+     } while (0);
+     HEAP32[i19 &gt;&gt; 2] = i16;
+     HEAP32[i18 + 12 &gt;&gt; 2] = i16;
+     HEAP32[i16 + 8 &gt;&gt; 2] = i18;
+     HEAP32[i16 + 12 &gt;&gt; 2] = i5;
+    }
+    HEAP32[18] = i12;
+    HEAP32[21] = i4;
+    i13 = i8;
+    return i13 | 0;
+   }
+   i11 = HEAP32[17] | 0;
+   if ((i11 | 0) == 0) {
+    i14 = i2;
+    break;
+   }
+   i7 = (i11 &amp; -i11) - 1 | 0;
+   i11 = i7 &gt;&gt;&gt; 12 &amp; 16;
+   i10 = i7 &gt;&gt;&gt; (i11 &gt;&gt;&gt; 0);
+   i7 = i10 &gt;&gt;&gt; 5 &amp; 8;
+   i15 = i10 &gt;&gt;&gt; (i7 &gt;&gt;&gt; 0);
+   i10 = i15 &gt;&gt;&gt; 2 &amp; 4;
+   i17 = i15 &gt;&gt;&gt; (i10 &gt;&gt;&gt; 0);
+   i15 = i17 &gt;&gt;&gt; 1 &amp; 2;
+   i3 = i17 &gt;&gt;&gt; (i15 &gt;&gt;&gt; 0);
+   i17 = i3 &gt;&gt;&gt; 1 &amp; 1;
+   i6 = HEAP32[368 + ((i7 | i11 | i10 | i15 | i17) + (i3 &gt;&gt;&gt; (i17 &gt;&gt;&gt; 0)) &lt;&lt; 2) &gt;&gt; 2] | 0;
+   i17 = i6;
+   i3 = i6;
+   i15 = (HEAP32[i6 + 4 &gt;&gt; 2] &amp; -8) - i2 | 0;
+   while (1) {
+    i6 = HEAP32[i17 + 16 &gt;&gt; 2] | 0;
+    if ((i6 | 0) == 0) {
+     i10 = HEAP32[i17 + 20 &gt;&gt; 2] | 0;
+     if ((i10 | 0) == 0) {
+      break;
+     } else {
+      i20 = i10;
+     }
+    } else {
+     i20 = i6;
+    }
+    i6 = (HEAP32[i20 + 4 &gt;&gt; 2] &amp; -8) - i2 | 0;
+    i10 = i6 &gt;&gt;&gt; 0 &lt; i15 &gt;&gt;&gt; 0;
+    i17 = i20;
+    i3 = i10 ? i20 : i3;
+    i15 = i10 ? i6 : i15;
+   }
+   i17 = i3;
+   i8 = HEAP32[20] | 0;
+   if (i17 &gt;&gt;&gt; 0 &lt; i8 &gt;&gt;&gt; 0) {
+    _abort();
+    return 0;
+   }
+   i4 = i17 + i2 | 0;
+   i12 = i4;
+   if (i17 &gt;&gt;&gt; 0 &gt;= i4 &gt;&gt;&gt; 0) {
+    _abort();
+    return 0;
+   }
+   i4 = HEAP32[i3 + 24 &gt;&gt; 2] | 0;
+   i5 = HEAP32[i3 + 12 &gt;&gt; 2] | 0;
+   do {
+    if ((i5 | 0) == (i3 | 0)) {
+     i16 = i3 + 20 | 0;
+     i6 = HEAP32[i16 &gt;&gt; 2] | 0;
+     if ((i6 | 0) == 0) {
+      i10 = i3 + 16 | 0;
+      i11 = HEAP32[i10 &gt;&gt; 2] | 0;
+      if ((i11 | 0) == 0) {
+       i21 = 0;
+       break;
+      } else {
+       i22 = i11;
+       i23 = i10;
+      }
+     } else {
+      i22 = i6;
+      i23 = i16;
+     }
+     while (1) {
+      i16 = i22 + 20 | 0;
+      i6 = HEAP32[i16 &gt;&gt; 2] | 0;
+      if ((i6 | 0) != 0) {
+       i22 = i6;
+       i23 = i16;
+       continue;
+      }
+      i16 = i22 + 16 | 0;
+      i6 = HEAP32[i16 &gt;&gt; 2] | 0;
+      if ((i6 | 0) == 0) {
+       break;
+      } else {
+       i22 = i6;
+       i23 = i16;
+      }
+     }
+     if (i23 &gt;&gt;&gt; 0 &lt; i8 &gt;&gt;&gt; 0) {
+      _abort();
+      return 0;
+     } else {
+      HEAP32[i23 &gt;&gt; 2] = 0;
+      i21 = i22;
+      break;
+     }
+    } else {
+     i16 = HEAP32[i3 + 8 &gt;&gt; 2] | 0;
+     if (i16 &gt;&gt;&gt; 0 &lt; i8 &gt;&gt;&gt; 0) {
+      _abort();
+      return 0;
+     }
+     i6 = i16 + 12 | 0;
+     if ((HEAP32[i6 &gt;&gt; 2] | 0) != (i3 | 0)) {
+      _abort();
+      return 0;
+     }
+     i10 = i5 + 8 | 0;
+     if ((HEAP32[i10 &gt;&gt; 2] | 0) == (i3 | 0)) {
+      HEAP32[i6 &gt;&gt; 2] = i5;
+      HEAP32[i10 &gt;&gt; 2] = i16;
+      i21 = i5;
+      break;
+     } else {
+      _abort();
+      return 0;
+     }
+    }
+   } while (0);
+   L100 : do {
+    if ((i4 | 0) != 0) {
+     i5 = i3 + 28 | 0;
+     i8 = 368 + (HEAP32[i5 &gt;&gt; 2] &lt;&lt; 2) | 0;
+     do {
+      if ((i3 | 0) == (HEAP32[i8 &gt;&gt; 2] | 0)) {
+       HEAP32[i8 &gt;&gt; 2] = i21;
+       if ((i21 | 0) != 0) {
+        break;
+       }
+       HEAP32[17] = HEAP32[17] &amp; ~(1 &lt;&lt; HEAP32[i5 &gt;&gt; 2]);
+       break L100;
+      } else {
+       if (i4 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+        _abort();
+        return 0;
+       }
+       i16 = i4 + 16 | 0;
+       if ((HEAP32[i16 &gt;&gt; 2] | 0) == (i3 | 0)) {
+        HEAP32[i16 &gt;&gt; 2] = i21;
+       } else {
+        HEAP32[i4 + 20 &gt;&gt; 2] = i21;
+       }
+       if ((i21 | 0) == 0) {
+        break L100;
+       }
+      }
+     } while (0);
+     if (i21 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+      _abort();
+      return 0;
+     }
+     HEAP32[i21 + 24 &gt;&gt; 2] = i4;
+     i5 = HEAP32[i3 + 16 &gt;&gt; 2] | 0;
+     do {
+      if ((i5 | 0) != 0) {
+       if (i5 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+        _abort();
+        return 0;
+       } else {
+        HEAP32[i21 + 16 &gt;&gt; 2] = i5;
+        HEAP32[i5 + 24 &gt;&gt; 2] = i21;
+        break;
+       }
+      }
+     } while (0);
+     i5 = HEAP32[i3 + 20 &gt;&gt; 2] | 0;
+     if ((i5 | 0) == 0) {
+      break;
+     }
+     if (i5 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+      _abort();
+      return 0;
+     } else {
+      HEAP32[i21 + 20 &gt;&gt; 2] = i5;
+      HEAP32[i5 + 24 &gt;&gt; 2] = i21;
+      break;
+     }
+    }
+   } while (0);
+   if (i15 &gt;&gt;&gt; 0 &lt; 16) {
+    i4 = i15 + i2 | 0;
+    HEAP32[i3 + 4 &gt;&gt; 2] = i4 | 3;
+    i5 = i17 + (i4 + 4) | 0;
+    HEAP32[i5 &gt;&gt; 2] = HEAP32[i5 &gt;&gt; 2] | 1;
+   } else {
+    HEAP32[i3 + 4 &gt;&gt; 2] = i2 | 3;
+    HEAP32[i17 + (i2 | 4) &gt;&gt; 2] = i15 | 1;
+    HEAP32[i17 + (i15 + i2) &gt;&gt; 2] = i15;
+    i5 = HEAP32[18] | 0;
+    if ((i5 | 0) != 0) {
+     i4 = HEAP32[21] | 0;
+     i8 = i5 &gt;&gt;&gt; 3;
+     i5 = i8 &lt;&lt; 1;
+     i16 = 104 + (i5 &lt;&lt; 2) | 0;
+     i10 = HEAP32[16] | 0;
+     i6 = 1 &lt;&lt; i8;
+     do {
+      if ((i10 &amp; i6 | 0) == 0) {
+       HEAP32[16] = i10 | i6;
+       i24 = i16;
+       i25 = 104 + (i5 + 2 &lt;&lt; 2) | 0;
+      } else {
+       i8 = 104 + (i5 + 2 &lt;&lt; 2) | 0;
+       i11 = HEAP32[i8 &gt;&gt; 2] | 0;
+       if (i11 &gt;&gt;&gt; 0 &gt;= (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+        i24 = i11;
+        i25 = i8;
+        break;
+       }
+       _abort();
+       return 0;
+      }
+     } while (0);
+     HEAP32[i25 &gt;&gt; 2] = i4;
+     HEAP32[i24 + 12 &gt;&gt; 2] = i4;
+     HEAP32[i4 + 8 &gt;&gt; 2] = i24;
+     HEAP32[i4 + 12 &gt;&gt; 2] = i16;
+    }
+    HEAP32[18] = i15;
+    HEAP32[21] = i12;
+   }
+   i5 = i3 + 8 | 0;
+   if ((i5 | 0) == 0) {
+    i14 = i2;
+    break;
+   } else {
+    i13 = i5;
+   }
+   return i13 | 0;
+  } else {
+   if (i1 &gt;&gt;&gt; 0 &gt; 4294967231) {
+    i14 = -1;
+    break;
+   }
+   i5 = i1 + 11 | 0;
+   i6 = i5 &amp; -8;
+   i10 = HEAP32[17] | 0;
+   if ((i10 | 0) == 0) {
+    i14 = i6;
+    break;
+   }
+   i17 = -i6 | 0;
+   i8 = i5 &gt;&gt;&gt; 8;
+   do {
+    if ((i8 | 0) == 0) {
+     i26 = 0;
+    } else {
+     if (i6 &gt;&gt;&gt; 0 &gt; 16777215) {
+      i26 = 31;
+      break;
+     }
+     i5 = (i8 + 1048320 | 0) &gt;&gt;&gt; 16 &amp; 8;
+     i11 = i8 &lt;&lt; i5;
+     i7 = (i11 + 520192 | 0) &gt;&gt;&gt; 16 &amp; 4;
+     i9 = i11 &lt;&lt; i7;
+     i11 = (i9 + 245760 | 0) &gt;&gt;&gt; 16 &amp; 2;
+     i27 = 14 - (i7 | i5 | i11) + (i9 &lt;&lt; i11 &gt;&gt;&gt; 15) | 0;
+     i26 = i6 &gt;&gt;&gt; ((i27 + 7 | 0) &gt;&gt;&gt; 0) &amp; 1 | i27 &lt;&lt; 1;
+    }
+   } while (0);
+   i8 = HEAP32[368 + (i26 &lt;&lt; 2) &gt;&gt; 2] | 0;
+   L148 : do {
+    if ((i8 | 0) == 0) {
+     i28 = 0;
+     i29 = i17;
+     i30 = 0;
+    } else {
+     if ((i26 | 0) == 31) {
+      i31 = 0;
+     } else {
+      i31 = 25 - (i26 &gt;&gt;&gt; 1) | 0;
+     }
+     i3 = 0;
+     i12 = i17;
+     i15 = i8;
+     i16 = i6 &lt;&lt; i31;
+     i4 = 0;
+     while (1) {
+      i27 = HEAP32[i15 + 4 &gt;&gt; 2] &amp; -8;
+      i11 = i27 - i6 | 0;
+      if (i11 &gt;&gt;&gt; 0 &lt; i12 &gt;&gt;&gt; 0) {
+       if ((i27 | 0) == (i6 | 0)) {
+        i28 = i15;
+        i29 = i11;
+        i30 = i15;
+        break L148;
+       } else {
+        i32 = i15;
+        i33 = i11;
+       }
+      } else {
+       i32 = i3;
+       i33 = i12;
+      }
+      i11 = HEAP32[i15 + 20 &gt;&gt; 2] | 0;
+      i27 = HEAP32[i15 + 16 + (i16 &gt;&gt;&gt; 31 &lt;&lt; 2) &gt;&gt; 2] | 0;
+      i9 = (i11 | 0) == 0 | (i11 | 0) == (i27 | 0) ? i4 : i11;
+      if ((i27 | 0) == 0) {
+       i28 = i32;
+       i29 = i33;
+       i30 = i9;
+       break;
+      } else {
+       i3 = i32;
+       i12 = i33;
+       i15 = i27;
+       i16 = i16 &lt;&lt; 1;
+       i4 = i9;
+      }
+     }
+    }
+   } while (0);
+   if ((i30 | 0) == 0 &amp; (i28 | 0) == 0) {
+    i8 = 2 &lt;&lt; i26;
+    i17 = (i8 | -i8) &amp; i10;
+    if ((i17 | 0) == 0) {
+     i14 = i6;
+     break;
+    }
+    i8 = (i17 &amp; -i17) - 1 | 0;
+    i17 = i8 &gt;&gt;&gt; 12 &amp; 16;
+    i4 = i8 &gt;&gt;&gt; (i17 &gt;&gt;&gt; 0);
+    i8 = i4 &gt;&gt;&gt; 5 &amp; 8;
+    i16 = i4 &gt;&gt;&gt; (i8 &gt;&gt;&gt; 0);
+    i4 = i16 &gt;&gt;&gt; 2 &amp; 4;
+    i15 = i16 &gt;&gt;&gt; (i4 &gt;&gt;&gt; 0);
+    i16 = i15 &gt;&gt;&gt; 1 &amp; 2;
+    i12 = i15 &gt;&gt;&gt; (i16 &gt;&gt;&gt; 0);
+    i15 = i12 &gt;&gt;&gt; 1 &amp; 1;
+    i34 = HEAP32[368 + ((i8 | i17 | i4 | i16 | i15) + (i12 &gt;&gt;&gt; (i15 &gt;&gt;&gt; 0)) &lt;&lt; 2) &gt;&gt; 2] | 0;
+   } else {
+    i34 = i30;
+   }
+   if ((i34 | 0) == 0) {
+    i35 = i29;
+    i36 = i28;
+   } else {
+    i15 = i34;
+    i12 = i29;
+    i16 = i28;
+    while (1) {
+     i4 = (HEAP32[i15 + 4 &gt;&gt; 2] &amp; -8) - i6 | 0;
+     i17 = i4 &gt;&gt;&gt; 0 &lt; i12 &gt;&gt;&gt; 0;
+     i8 = i17 ? i4 : i12;
+     i4 = i17 ? i15 : i16;
+     i17 = HEAP32[i15 + 16 &gt;&gt; 2] | 0;
+     if ((i17 | 0) != 0) {
+      i15 = i17;
+      i12 = i8;
+      i16 = i4;
+      continue;
+     }
+     i17 = HEAP32[i15 + 20 &gt;&gt; 2] | 0;
+     if ((i17 | 0) == 0) {
+      i35 = i8;
+      i36 = i4;
+      break;
+     } else {
+      i15 = i17;
+      i12 = i8;
+      i16 = i4;
+     }
+    }
+   }
+   if ((i36 | 0) == 0) {
+    i14 = i6;
+    break;
+   }
+   if (i35 &gt;&gt;&gt; 0 &gt;= ((HEAP32[18] | 0) - i6 | 0) &gt;&gt;&gt; 0) {
+    i14 = i6;
+    break;
+   }
+   i16 = i36;
+   i12 = HEAP32[20] | 0;
+   if (i16 &gt;&gt;&gt; 0 &lt; i12 &gt;&gt;&gt; 0) {
+    _abort();
+    return 0;
+   }
+   i15 = i16 + i6 | 0;
+   i10 = i15;
+   if (i16 &gt;&gt;&gt; 0 &gt;= i15 &gt;&gt;&gt; 0) {
+    _abort();
+    return 0;
+   }
+   i4 = HEAP32[i36 + 24 &gt;&gt; 2] | 0;
+   i8 = HEAP32[i36 + 12 &gt;&gt; 2] | 0;
+   do {
+    if ((i8 | 0) == (i36 | 0)) {
+     i17 = i36 + 20 | 0;
+     i3 = HEAP32[i17 &gt;&gt; 2] | 0;
+     if ((i3 | 0) == 0) {
+      i9 = i36 + 16 | 0;
+      i27 = HEAP32[i9 &gt;&gt; 2] | 0;
+      if ((i27 | 0) == 0) {
+       i37 = 0;
+       break;
+      } else {
+       i38 = i27;
+       i39 = i9;
+      }
+     } else {
+      i38 = i3;
+      i39 = i17;
+     }
+     while (1) {
+      i17 = i38 + 20 | 0;
+      i3 = HEAP32[i17 &gt;&gt; 2] | 0;
+      if ((i3 | 0) != 0) {
+       i38 = i3;
+       i39 = i17;
+       continue;
+      }
+      i17 = i38 + 16 | 0;
+      i3 = HEAP32[i17 &gt;&gt; 2] | 0;
+      if ((i3 | 0) == 0) {
+       break;
+      } else {
+       i38 = i3;
+       i39 = i17;
+      }
+     }
+     if (i39 &gt;&gt;&gt; 0 &lt; i12 &gt;&gt;&gt; 0) {
+      _abort();
+      return 0;
+     } else {
+      HEAP32[i39 &gt;&gt; 2] = 0;
+      i37 = i38;
+      break;
+     }
+    } else {
+     i17 = HEAP32[i36 + 8 &gt;&gt; 2] | 0;
+     if (i17 &gt;&gt;&gt; 0 &lt; i12 &gt;&gt;&gt; 0) {
+      _abort();
+      return 0;
+     }
+     i3 = i17 + 12 | 0;
+     if ((HEAP32[i3 &gt;&gt; 2] | 0) != (i36 | 0)) {
+      _abort();
+      return 0;
+     }
+     i9 = i8 + 8 | 0;
+     if ((HEAP32[i9 &gt;&gt; 2] | 0) == (i36 | 0)) {
+      HEAP32[i3 &gt;&gt; 2] = i8;
+      HEAP32[i9 &gt;&gt; 2] = i17;
+      i37 = i8;
+      break;
+     } else {
+      _abort();
+      return 0;
+     }
+    }
+   } while (0);
+   L198 : do {
+    if ((i4 | 0) != 0) {
+     i8 = i36 + 28 | 0;
+     i12 = 368 + (HEAP32[i8 &gt;&gt; 2] &lt;&lt; 2) | 0;
+     do {
+      if ((i36 | 0) == (HEAP32[i12 &gt;&gt; 2] | 0)) {
+       HEAP32[i12 &gt;&gt; 2] = i37;
+       if ((i37 | 0) != 0) {
+        break;
+       }
+       HEAP32[17] = HEAP32[17] &amp; ~(1 &lt;&lt; HEAP32[i8 &gt;&gt; 2]);
+       break L198;
+      } else {
+       if (i4 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+        _abort();
+        return 0;
+       }
+       i17 = i4 + 16 | 0;
+       if ((HEAP32[i17 &gt;&gt; 2] | 0) == (i36 | 0)) {
+        HEAP32[i17 &gt;&gt; 2] = i37;
+       } else {
+        HEAP32[i4 + 20 &gt;&gt; 2] = i37;
+       }
+       if ((i37 | 0) == 0) {
+        break L198;
+       }
+      }
+     } while (0);
+     if (i37 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+      _abort();
+      return 0;
+     }
+     HEAP32[i37 + 24 &gt;&gt; 2] = i4;
+     i8 = HEAP32[i36 + 16 &gt;&gt; 2] | 0;
+     do {
+      if ((i8 | 0) != 0) {
+       if (i8 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+        _abort();
+        return 0;
+       } else {
+        HEAP32[i37 + 16 &gt;&gt; 2] = i8;
+        HEAP32[i8 + 24 &gt;&gt; 2] = i37;
+        break;
+       }
+      }
+     } while (0);
+     i8 = HEAP32[i36 + 20 &gt;&gt; 2] | 0;
+     if ((i8 | 0) == 0) {
+      break;
+     }
+     if (i8 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+      _abort();
+      return 0;
+     } else {
+      HEAP32[i37 + 20 &gt;&gt; 2] = i8;
+      HEAP32[i8 + 24 &gt;&gt; 2] = i37;
+      break;
+     }
+    }
+   } while (0);
+   do {
+    if (i35 &gt;&gt;&gt; 0 &lt; 16) {
+     i4 = i35 + i6 | 0;
+     HEAP32[i36 + 4 &gt;&gt; 2] = i4 | 3;
+     i8 = i16 + (i4 + 4) | 0;
+     HEAP32[i8 &gt;&gt; 2] = HEAP32[i8 &gt;&gt; 2] | 1;
+    } else {
+     HEAP32[i36 + 4 &gt;&gt; 2] = i6 | 3;
+     HEAP32[i16 + (i6 | 4) &gt;&gt; 2] = i35 | 1;
+     HEAP32[i16 + (i35 + i6) &gt;&gt; 2] = i35;
+     i8 = i35 &gt;&gt;&gt; 3;
+     if (i35 &gt;&gt;&gt; 0 &lt; 256) {
+      i4 = i8 &lt;&lt; 1;
+      i12 = 104 + (i4 &lt;&lt; 2) | 0;
+      i17 = HEAP32[16] | 0;
+      i9 = 1 &lt;&lt; i8;
+      do {
+       if ((i17 &amp; i9 | 0) == 0) {
+        HEAP32[16] = i17 | i9;
+        i40 = i12;
+        i41 = 104 + (i4 + 2 &lt;&lt; 2) | 0;
+       } else {
+        i8 = 104 + (i4 + 2 &lt;&lt; 2) | 0;
+        i3 = HEAP32[i8 &gt;&gt; 2] | 0;
+        if (i3 &gt;&gt;&gt; 0 &gt;= (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+         i40 = i3;
+         i41 = i8;
+         break;
+        }
+        _abort();
+        return 0;
+       }
+      } while (0);
+      HEAP32[i41 &gt;&gt; 2] = i10;
+      HEAP32[i40 + 12 &gt;&gt; 2] = i10;
+      HEAP32[i16 + (i6 + 8) &gt;&gt; 2] = i40;
+      HEAP32[i16 + (i6 + 12) &gt;&gt; 2] = i12;
+      break;
+     }
+     i4 = i15;
+     i9 = i35 &gt;&gt;&gt; 8;
+     do {
+      if ((i9 | 0) == 0) {
+       i42 = 0;
+      } else {
+       if (i35 &gt;&gt;&gt; 0 &gt; 16777215) {
+        i42 = 31;
+        break;
+       }
+       i17 = (i9 + 1048320 | 0) &gt;&gt;&gt; 16 &amp; 8;
+       i8 = i9 &lt;&lt; i17;
+       i3 = (i8 + 520192 | 0) &gt;&gt;&gt; 16 &amp; 4;
+       i27 = i8 &lt;&lt; i3;
+       i8 = (i27 + 245760 | 0) &gt;&gt;&gt; 16 &amp; 2;
+       i11 = 14 - (i3 | i17 | i8) + (i27 &lt;&lt; i8 &gt;&gt;&gt; 15) | 0;
+       i42 = i35 &gt;&gt;&gt; ((i11 + 7 | 0) &gt;&gt;&gt; 0) &amp; 1 | i11 &lt;&lt; 1;
+      }
+     } while (0);
+     i9 = 368 + (i42 &lt;&lt; 2) | 0;
+     HEAP32[i16 + (i6 + 28) &gt;&gt; 2] = i42;
+     HEAP32[i16 + (i6 + 20) &gt;&gt; 2] = 0;
+     HEAP32[i16 + (i6 + 16) &gt;&gt; 2] = 0;
+     i12 = HEAP32[17] | 0;
+     i11 = 1 &lt;&lt; i42;
+     if ((i12 &amp; i11 | 0) == 0) {
+      HEAP32[17] = i12 | i11;
+      HEAP32[i9 &gt;&gt; 2] = i4;
+      HEAP32[i16 + (i6 + 24) &gt;&gt; 2] = i9;
+      HEAP32[i16 + (i6 + 12) &gt;&gt; 2] = i4;
+      HEAP32[i16 + (i6 + 8) &gt;&gt; 2] = i4;
+      break;
+     }
+     if ((i42 | 0) == 31) {
+      i43 = 0;
+     } else {
+      i43 = 25 - (i42 &gt;&gt;&gt; 1) | 0;
+     }
+     i11 = i35 &lt;&lt; i43;
+     i12 = HEAP32[i9 &gt;&gt; 2] | 0;
+     while (1) {
+      if ((HEAP32[i12 + 4 &gt;&gt; 2] &amp; -8 | 0) == (i35 | 0)) {
+       break;
+      }
+      i44 = i12 + 16 + (i11 &gt;&gt;&gt; 31 &lt;&lt; 2) | 0;
+      i9 = HEAP32[i44 &gt;&gt; 2] | 0;
+      if ((i9 | 0) == 0) {
+       i45 = 168;
+       break;
+      } else {
+       i11 = i11 &lt;&lt; 1;
+       i12 = i9;
+      }
+     }
+     if ((i45 | 0) == 168) {
+      if (i44 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+       _abort();
+       return 0;
+      } else {
+       HEAP32[i44 &gt;&gt; 2] = i4;
+       HEAP32[i16 + (i6 + 24) &gt;&gt; 2] = i12;
+       HEAP32[i16 + (i6 + 12) &gt;&gt; 2] = i4;
+       HEAP32[i16 + (i6 + 8) &gt;&gt; 2] = i4;
+       break;
+      }
+     }
+     i11 = i12 + 8 | 0;
+     i9 = HEAP32[i11 &gt;&gt; 2] | 0;
+     i8 = HEAP32[20] | 0;
+     if (i12 &gt;&gt;&gt; 0 &lt; i8 &gt;&gt;&gt; 0) {
+      _abort();
+      return 0;
+     }
+     if (i9 &gt;&gt;&gt; 0 &lt; i8 &gt;&gt;&gt; 0) {
+      _abort();
+      return 0;
+     } else {
+      HEAP32[i9 + 12 &gt;&gt; 2] = i4;
+      HEAP32[i11 &gt;&gt; 2] = i4;
+      HEAP32[i16 + (i6 + 8) &gt;&gt; 2] = i9;
+      HEAP32[i16 + (i6 + 12) &gt;&gt; 2] = i12;
+      HEAP32[i16 + (i6 + 24) &gt;&gt; 2] = 0;
+      break;
+     }
+    }
+   } while (0);
+   i16 = i36 + 8 | 0;
+   if ((i16 | 0) == 0) {
+    i14 = i6;
+    break;
+   } else {
+    i13 = i16;
+   }
+   return i13 | 0;
+  }
+ } while (0);
+ i36 = HEAP32[18] | 0;
+ if (i14 &gt;&gt;&gt; 0 &lt;= i36 &gt;&gt;&gt; 0) {
+  i44 = i36 - i14 | 0;
+  i35 = HEAP32[21] | 0;
+  if (i44 &gt;&gt;&gt; 0 &gt; 15) {
+   i43 = i35;
+   HEAP32[21] = i43 + i14;
+   HEAP32[18] = i44;
+   HEAP32[i43 + (i14 + 4) &gt;&gt; 2] = i44 | 1;
+   HEAP32[i43 + i36 &gt;&gt; 2] = i44;
+   HEAP32[i35 + 4 &gt;&gt; 2] = i14 | 3;
+  } else {
+   HEAP32[18] = 0;
+   HEAP32[21] = 0;
+   HEAP32[i35 + 4 &gt;&gt; 2] = i36 | 3;
+   i44 = i35 + (i36 + 4) | 0;
+   HEAP32[i44 &gt;&gt; 2] = HEAP32[i44 &gt;&gt; 2] | 1;
+  }
+  i13 = i35 + 8 | 0;
+  return i13 | 0;
+ }
+ i35 = HEAP32[19] | 0;
+ if (i14 &gt;&gt;&gt; 0 &lt; i35 &gt;&gt;&gt; 0) {
+  i44 = i35 - i14 | 0;
+  HEAP32[19] = i44;
+  i35 = HEAP32[22] | 0;
+  i36 = i35;
+  HEAP32[22] = i36 + i14;
+  HEAP32[i36 + (i14 + 4) &gt;&gt; 2] = i44 | 1;
+  HEAP32[i35 + 4 &gt;&gt; 2] = i14 | 3;
+  i13 = i35 + 8 | 0;
+  return i13 | 0;
+ }
+ do {
+  if ((HEAP32[10] | 0) == 0) {
+   i35 = _sysconf(8) | 0;
+   if ((i35 - 1 &amp; i35 | 0) == 0) {
+    HEAP32[12] = i35;
+    HEAP32[11] = i35;
+    HEAP32[13] = -1;
+    HEAP32[14] = -1;
+    HEAP32[15] = 0;
+    HEAP32[127] = 0;
+    HEAP32[10] = (_time(0) | 0) &amp; -16 ^ 1431655768;
+    break;
+   } else {
+    _abort();
+    return 0;
+   }
+  }
+ } while (0);
+ i35 = i14 + 48 | 0;
+ i44 = HEAP32[12] | 0;
+ i36 = i14 + 47 | 0;
+ i43 = i44 + i36 | 0;
+ i42 = -i44 | 0;
+ i44 = i43 &amp; i42;
+ if (i44 &gt;&gt;&gt; 0 &lt;= i14 &gt;&gt;&gt; 0) {
+  i13 = 0;
+  return i13 | 0;
+ }
+ i40 = HEAP32[126] | 0;
+ do {
+  if ((i40 | 0) != 0) {
+   i41 = HEAP32[124] | 0;
+   i37 = i41 + i44 | 0;
+   if (i37 &gt;&gt;&gt; 0 &lt;= i41 &gt;&gt;&gt; 0 | i37 &gt;&gt;&gt; 0 &gt; i40 &gt;&gt;&gt; 0) {
+    i13 = 0;
+   } else {
+    break;
+   }
+   return i13 | 0;
+  }
+ } while (0);
+ L290 : do {
+  if ((HEAP32[127] &amp; 4 | 0) == 0) {
+   i40 = HEAP32[22] | 0;
+   L292 : do {
+    if ((i40 | 0) == 0) {
+     i45 = 198;
+    } else {
+     i37 = i40;
+     i41 = 512;
+     while (1) {
+      i46 = i41 | 0;
+      i38 = HEAP32[i46 &gt;&gt; 2] | 0;
+      if (i38 &gt;&gt;&gt; 0 &lt;= i37 &gt;&gt;&gt; 0) {
+       i47 = i41 + 4 | 0;
+       if ((i38 + (HEAP32[i47 &gt;&gt; 2] | 0) | 0) &gt;&gt;&gt; 0 &gt; i37 &gt;&gt;&gt; 0) {
+        break;
+       }
+      }
+      i38 = HEAP32[i41 + 8 &gt;&gt; 2] | 0;
+      if ((i38 | 0) == 0) {
+       i45 = 198;
+       break L292;
+      } else {
+       i41 = i38;
+      }
+     }
+     if ((i41 | 0) == 0) {
+      i45 = 198;
+      break;
+     }
+     i37 = i43 - (HEAP32[19] | 0) &amp; i42;
+     if (i37 &gt;&gt;&gt; 0 &gt;= 2147483647) {
+      i48 = 0;
+      break;
+     }
+     i12 = _sbrk(i37 | 0) | 0;
+     i4 = (i12 | 0) == ((HEAP32[i46 &gt;&gt; 2] | 0) + (HEAP32[i47 &gt;&gt; 2] | 0) | 0);
+     i49 = i4 ? i12 : -1;
+     i50 = i4 ? i37 : 0;
+     i51 = i12;
+     i52 = i37;
+     i45 = 207;
+    }
+   } while (0);
+   do {
+    if ((i45 | 0) == 198) {
+     i40 = _sbrk(0) | 0;
+     if ((i40 | 0) == -1) {
+      i48 = 0;
+      break;
+     }
+     i6 = i40;
+     i37 = HEAP32[11] | 0;
+     i12 = i37 - 1 | 0;
+     if ((i12 &amp; i6 | 0) == 0) {
+      i53 = i44;
+     } else {
+      i53 = i44 - i6 + (i12 + i6 &amp; -i37) | 0;
+     }
+     i37 = HEAP32[124] | 0;
+     i6 = i37 + i53 | 0;
+     if (!(i53 &gt;&gt;&gt; 0 &gt; i14 &gt;&gt;&gt; 0 &amp; i53 &gt;&gt;&gt; 0 &lt; 2147483647)) {
+      i48 = 0;
+      break;
+     }
+     i12 = HEAP32[126] | 0;
+     if ((i12 | 0) != 0) {
+      if (i6 &gt;&gt;&gt; 0 &lt;= i37 &gt;&gt;&gt; 0 | i6 &gt;&gt;&gt; 0 &gt; i12 &gt;&gt;&gt; 0) {
+       i48 = 0;
+       break;
+      }
+     }
+     i12 = _sbrk(i53 | 0) | 0;
+     i6 = (i12 | 0) == (i40 | 0);
+     i49 = i6 ? i40 : -1;
+     i50 = i6 ? i53 : 0;
+     i51 = i12;
+     i52 = i53;
+     i45 = 207;
+    }
+   } while (0);
+   L312 : do {
+    if ((i45 | 0) == 207) {
+     i12 = -i52 | 0;
+     if ((i49 | 0) != -1) {
+      i54 = i50;
+      i55 = i49;
+      i45 = 218;
+      break L290;
+     }
+     do {
+      if ((i51 | 0) != -1 &amp; i52 &gt;&gt;&gt; 0 &lt; 2147483647 &amp; i52 &gt;&gt;&gt; 0 &lt; i35 &gt;&gt;&gt; 0) {
+       i6 = HEAP32[12] | 0;
+       i40 = i36 - i52 + i6 &amp; -i6;
+       if (i40 &gt;&gt;&gt; 0 &gt;= 2147483647) {
+        i56 = i52;
+        break;
+       }
+       if ((_sbrk(i40 | 0) | 0) == -1) {
+        _sbrk(i12 | 0) | 0;
+        i48 = i50;
+        break L312;
+       } else {
+        i56 = i40 + i52 | 0;
+        break;
+       }
+      } else {
+       i56 = i52;
+      }
+     } while (0);
+     if ((i51 | 0) == -1) {
+      i48 = i50;
+     } else {
+      i54 = i56;
+      i55 = i51;
+      i45 = 218;
+      break L290;
+     }
+    }
+   } while (0);
+   HEAP32[127] = HEAP32[127] | 4;
+   i57 = i48;
+   i45 = 215;
+  } else {
+   i57 = 0;
+   i45 = 215;
+  }
+ } while (0);
+ do {
+  if ((i45 | 0) == 215) {
+   if (i44 &gt;&gt;&gt; 0 &gt;= 2147483647) {
+    break;
+   }
+   i48 = _sbrk(i44 | 0) | 0;
+   i51 = _sbrk(0) | 0;
+   if (!((i51 | 0) != -1 &amp; (i48 | 0) != -1 &amp; i48 &gt;&gt;&gt; 0 &lt; i51 &gt;&gt;&gt; 0)) {
+    break;
+   }
+   i56 = i51 - i48 | 0;
+   i51 = i56 &gt;&gt;&gt; 0 &gt; (i14 + 40 | 0) &gt;&gt;&gt; 0;
+   i50 = i51 ? i48 : -1;
+   if ((i50 | 0) != -1) {
+    i54 = i51 ? i56 : i57;
+    i55 = i50;
+    i45 = 218;
+   }
+  }
+ } while (0);
+ do {
+  if ((i45 | 0) == 218) {
+   i57 = (HEAP32[124] | 0) + i54 | 0;
+   HEAP32[124] = i57;
+   if (i57 &gt;&gt;&gt; 0 &gt; (HEAP32[125] | 0) &gt;&gt;&gt; 0) {
+    HEAP32[125] = i57;
+   }
+   i57 = HEAP32[22] | 0;
+   L332 : do {
+    if ((i57 | 0) == 0) {
+     i44 = HEAP32[20] | 0;
+     if ((i44 | 0) == 0 | i55 &gt;&gt;&gt; 0 &lt; i44 &gt;&gt;&gt; 0) {
+      HEAP32[20] = i55;
+     }
+     HEAP32[128] = i55;
+     HEAP32[129] = i54;
+     HEAP32[131] = 0;
+     HEAP32[25] = HEAP32[10];
+     HEAP32[24] = -1;
+     i44 = 0;
+     do {
+      i50 = i44 &lt;&lt; 1;
+      i56 = 104 + (i50 &lt;&lt; 2) | 0;
+      HEAP32[104 + (i50 + 3 &lt;&lt; 2) &gt;&gt; 2] = i56;
+      HEAP32[104 + (i50 + 2 &lt;&lt; 2) &gt;&gt; 2] = i56;
+      i44 = i44 + 1 | 0;
+     } while (i44 &gt;&gt;&gt; 0 &lt; 32);
+     i44 = i55 + 8 | 0;
+     if ((i44 &amp; 7 | 0) == 0) {
+      i58 = 0;
+     } else {
+      i58 = -i44 &amp; 7;
+     }
+     i44 = i54 - 40 - i58 | 0;
+     HEAP32[22] = i55 + i58;
+     HEAP32[19] = i44;
+     HEAP32[i55 + (i58 + 4) &gt;&gt; 2] = i44 | 1;
+     HEAP32[i55 + (i54 - 36) &gt;&gt; 2] = 40;
+     HEAP32[23] = HEAP32[14];
+    } else {
+     i44 = 512;
+     while (1) {
+      i59 = HEAP32[i44 &gt;&gt; 2] | 0;
+      i60 = i44 + 4 | 0;
+      i61 = HEAP32[i60 &gt;&gt; 2] | 0;
+      if ((i55 | 0) == (i59 + i61 | 0)) {
+       i45 = 230;
+       break;
+      }
+      i56 = HEAP32[i44 + 8 &gt;&gt; 2] | 0;
+      if ((i56 | 0) == 0) {
+       break;
+      } else {
+       i44 = i56;
+      }
+     }
+     do {
+      if ((i45 | 0) == 230) {
+       if ((HEAP32[i44 + 12 &gt;&gt; 2] &amp; 8 | 0) != 0) {
+        break;
+       }
+       i56 = i57;
+       if (!(i56 &gt;&gt;&gt; 0 &gt;= i59 &gt;&gt;&gt; 0 &amp; i56 &gt;&gt;&gt; 0 &lt; i55 &gt;&gt;&gt; 0)) {
+        break;
+       }
+       HEAP32[i60 &gt;&gt; 2] = i61 + i54;
+       i56 = HEAP32[22] | 0;
+       i50 = (HEAP32[19] | 0) + i54 | 0;
+       i51 = i56;
+       i48 = i56 + 8 | 0;
+       if ((i48 &amp; 7 | 0) == 0) {
+        i62 = 0;
+       } else {
+        i62 = -i48 &amp; 7;
+       }
+       i48 = i50 - i62 | 0;
+       HEAP32[22] = i51 + i62;
+       HEAP32[19] = i48;
+       HEAP32[i51 + (i62 + 4) &gt;&gt; 2] = i48 | 1;
+       HEAP32[i51 + (i50 + 4) &gt;&gt; 2] = 40;
+       HEAP32[23] = HEAP32[14];
+       break L332;
+      }
+     } while (0);
+     if (i55 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+      HEAP32[20] = i55;
+     }
+     i44 = i55 + i54 | 0;
+     i50 = 512;
+     while (1) {
+      i63 = i50 | 0;
+      if ((HEAP32[i63 &gt;&gt; 2] | 0) == (i44 | 0)) {
+       i45 = 240;
+       break;
+      }
+      i51 = HEAP32[i50 + 8 &gt;&gt; 2] | 0;
+      if ((i51 | 0) == 0) {
+       break;
+      } else {
+       i50 = i51;
+      }
+     }
+     do {
+      if ((i45 | 0) == 240) {
+       if ((HEAP32[i50 + 12 &gt;&gt; 2] &amp; 8 | 0) != 0) {
+        break;
+       }
+       HEAP32[i63 &gt;&gt; 2] = i55;
+       i44 = i50 + 4 | 0;
+       HEAP32[i44 &gt;&gt; 2] = (HEAP32[i44 &gt;&gt; 2] | 0) + i54;
+       i44 = i55 + 8 | 0;
+       if ((i44 &amp; 7 | 0) == 0) {
+        i64 = 0;
+       } else {
+        i64 = -i44 &amp; 7;
+       }
+       i44 = i55 + (i54 + 8) | 0;
+       if ((i44 &amp; 7 | 0) == 0) {
+        i65 = 0;
+       } else {
+        i65 = -i44 &amp; 7;
+       }
+       i44 = i55 + (i65 + i54) | 0;
+       i51 = i44;
+       i48 = i64 + i14 | 0;
+       i56 = i55 + i48 | 0;
+       i52 = i56;
+       i36 = i44 - (i55 + i64) - i14 | 0;
+       HEAP32[i55 + (i64 + 4) &gt;&gt; 2] = i14 | 3;
+       do {
+        if ((i51 | 0) == (HEAP32[22] | 0)) {
+         i35 = (HEAP32[19] | 0) + i36 | 0;
+         HEAP32[19] = i35;
+         HEAP32[22] = i52;
+         HEAP32[i55 + (i48 + 4) &gt;&gt; 2] = i35 | 1;
+        } else {
+         if ((i51 | 0) == (HEAP32[21] | 0)) {
+          i35 = (HEAP32[18] | 0) + i36 | 0;
+          HEAP32[18] = i35;
+          HEAP32[21] = i52;
+          HEAP32[i55 + (i48 + 4) &gt;&gt; 2] = i35 | 1;
+          HEAP32[i55 + (i35 + i48) &gt;&gt; 2] = i35;
+          break;
+         }
+         i35 = i54 + 4 | 0;
+         i49 = HEAP32[i55 + (i65 + i35) &gt;&gt; 2] | 0;
+         if ((i49 &amp; 3 | 0) == 1) {
+          i53 = i49 &amp; -8;
+          i47 = i49 &gt;&gt;&gt; 3;
+          L377 : do {
+           if (i49 &gt;&gt;&gt; 0 &lt; 256) {
+            i46 = HEAP32[i55 + ((i65 | 8) + i54) &gt;&gt; 2] | 0;
+            i42 = HEAP32[i55 + (i54 + 12 + i65) &gt;&gt; 2] | 0;
+            i43 = 104 + (i47 &lt;&lt; 1 &lt;&lt; 2) | 0;
+            do {
+             if ((i46 | 0) != (i43 | 0)) {
+              if (i46 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+               _abort();
+               return 0;
+              }
+              if ((HEAP32[i46 + 12 &gt;&gt; 2] | 0) == (i51 | 0)) {
+               break;
+              }
+              _abort();
+              return 0;
+             }
+            } while (0);
+            if ((i42 | 0) == (i46 | 0)) {
+             HEAP32[16] = HEAP32[16] &amp; ~(1 &lt;&lt; i47);
+             break;
+            }
+            do {
+             if ((i42 | 0) == (i43 | 0)) {
+              i66 = i42 + 8 | 0;
+             } else {
+              if (i42 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+               _abort();
+               return 0;
+              }
+              i12 = i42 + 8 | 0;
+              if ((HEAP32[i12 &gt;&gt; 2] | 0) == (i51 | 0)) {
+               i66 = i12;
+               break;
+              }
+              _abort();
+              return 0;
+             }
+            } while (0);
+            HEAP32[i46 + 12 &gt;&gt; 2] = i42;
+            HEAP32[i66 &gt;&gt; 2] = i46;
+           } else {
+            i43 = i44;
+            i12 = HEAP32[i55 + ((i65 | 24) + i54) &gt;&gt; 2] | 0;
+            i41 = HEAP32[i55 + (i54 + 12 + i65) &gt;&gt; 2] | 0;
+            do {
+             if ((i41 | 0) == (i43 | 0)) {
+              i40 = i65 | 16;
+              i6 = i55 + (i40 + i35) | 0;
+              i37 = HEAP32[i6 &gt;&gt; 2] | 0;
+              if ((i37 | 0) == 0) {
+               i4 = i55 + (i40 + i54) | 0;
+               i40 = HEAP32[i4 &gt;&gt; 2] | 0;
+               if ((i40 | 0) == 0) {
+                i67 = 0;
+                break;
+               } else {
+                i68 = i40;
+                i69 = i4;
+               }
+              } else {
+               i68 = i37;
+               i69 = i6;
+              }
+              while (1) {
+               i6 = i68 + 20 | 0;
+               i37 = HEAP32[i6 &gt;&gt; 2] | 0;
+               if ((i37 | 0) != 0) {
+                i68 = i37;
+                i69 = i6;
+                continue;
+               }
+               i6 = i68 + 16 | 0;
+               i37 = HEAP32[i6 &gt;&gt; 2] | 0;
+               if ((i37 | 0) == 0) {
+                break;
+               } else {
+                i68 = i37;
+                i69 = i6;
+               }
+              }
+              if (i69 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+               _abort();
+               return 0;
+              } else {
+               HEAP32[i69 &gt;&gt; 2] = 0;
+               i67 = i68;
+               break;
+              }
+             } else {
+              i6 = HEAP32[i55 + ((i65 | 8) + i54) &gt;&gt; 2] | 0;
+              if (i6 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+               _abort();
+               return 0;
+              }
+              i37 = i6 + 12 | 0;
+              if ((HEAP32[i37 &gt;&gt; 2] | 0) != (i43 | 0)) {
+               _abort();
+               return 0;
+              }
+              i4 = i41 + 8 | 0;
+              if ((HEAP32[i4 &gt;&gt; 2] | 0) == (i43 | 0)) {
+               HEAP32[i37 &gt;&gt; 2] = i41;
+               HEAP32[i4 &gt;&gt; 2] = i6;
+               i67 = i41;
+               break;
+              } else {
+               _abort();
+               return 0;
+              }
+             }
+            } while (0);
+            if ((i12 | 0) == 0) {
+             break;
+            }
+            i41 = i55 + (i54 + 28 + i65) | 0;
+            i46 = 368 + (HEAP32[i41 &gt;&gt; 2] &lt;&lt; 2) | 0;
+            do {
+             if ((i43 | 0) == (HEAP32[i46 &gt;&gt; 2] | 0)) {
+              HEAP32[i46 &gt;&gt; 2] = i67;
+              if ((i67 | 0) != 0) {
+               break;
+              }
+              HEAP32[17] = HEAP32[17] &amp; ~(1 &lt;&lt; HEAP32[i41 &gt;&gt; 2]);
+              break L377;
+             } else {
+              if (i12 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+               _abort();
+               return 0;
+              }
+              i42 = i12 + 16 | 0;
+              if ((HEAP32[i42 &gt;&gt; 2] | 0) == (i43 | 0)) {
+               HEAP32[i42 &gt;&gt; 2] = i67;
+              } else {
+               HEAP32[i12 + 20 &gt;&gt; 2] = i67;
+              }
+              if ((i67 | 0) == 0) {
+               break L377;
+              }
+             }
+            } while (0);
+            if (i67 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+             _abort();
+             return 0;
+            }
+            HEAP32[i67 + 24 &gt;&gt; 2] = i12;
+            i43 = i65 | 16;
+            i41 = HEAP32[i55 + (i43 + i54) &gt;&gt; 2] | 0;
+            do {
+             if ((i41 | 0) != 0) {
+              if (i41 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+               _abort();
+               return 0;
+              } else {
+               HEAP32[i67 + 16 &gt;&gt; 2] = i41;
+               HEAP32[i41 + 24 &gt;&gt; 2] = i67;
+               break;
+              }
+             }
+            } while (0);
+            i41 = HEAP32[i55 + (i43 + i35) &gt;&gt; 2] | 0;
+            if ((i41 | 0) == 0) {
+             break;
+            }
+            if (i41 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+             _abort();
+             return 0;
+            } else {
+             HEAP32[i67 + 20 &gt;&gt; 2] = i41;
+             HEAP32[i41 + 24 &gt;&gt; 2] = i67;
+             break;
+            }
+           }
+          } while (0);
+          i70 = i55 + ((i53 | i65) + i54) | 0;
+          i71 = i53 + i36 | 0;
+         } else {
+          i70 = i51;
+          i71 = i36;
+         }
+         i35 = i70 + 4 | 0;
+         HEAP32[i35 &gt;&gt; 2] = HEAP32[i35 &gt;&gt; 2] &amp; -2;
+         HEAP32[i55 + (i48 + 4) &gt;&gt; 2] = i71 | 1;
+         HEAP32[i55 + (i71 + i48) &gt;&gt; 2] = i71;
+         i35 = i71 &gt;&gt;&gt; 3;
+         if (i71 &gt;&gt;&gt; 0 &lt; 256) {
+          i47 = i35 &lt;&lt; 1;
+          i49 = 104 + (i47 &lt;&lt; 2) | 0;
+          i41 = HEAP32[16] | 0;
+          i12 = 1 &lt;&lt; i35;
+          do {
+           if ((i41 &amp; i12 | 0) == 0) {
+            HEAP32[16] = i41 | i12;
+            i72 = i49;
+            i73 = 104 + (i47 + 2 &lt;&lt; 2) | 0;
+           } else {
+            i35 = 104 + (i47 + 2 &lt;&lt; 2) | 0;
+            i46 = HEAP32[i35 &gt;&gt; 2] | 0;
+            if (i46 &gt;&gt;&gt; 0 &gt;= (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+             i72 = i46;
+             i73 = i35;
+             break;
+            }
+            _abort();
+            return 0;
+           }
+          } while (0);
+          HEAP32[i73 &gt;&gt; 2] = i52;
+          HEAP32[i72 + 12 &gt;&gt; 2] = i52;
+          HEAP32[i55 + (i48 + 8) &gt;&gt; 2] = i72;
+          HEAP32[i55 + (i48 + 12) &gt;&gt; 2] = i49;
+          break;
+         }
+         i47 = i56;
+         i12 = i71 &gt;&gt;&gt; 8;
+         do {
+          if ((i12 | 0) == 0) {
+           i74 = 0;
+          } else {
+           if (i71 &gt;&gt;&gt; 0 &gt; 16777215) {
+            i74 = 31;
+            break;
+           }
+           i41 = (i12 + 1048320 | 0) &gt;&gt;&gt; 16 &amp; 8;
+           i53 = i12 &lt;&lt; i41;
+           i35 = (i53 + 520192 | 0) &gt;&gt;&gt; 16 &amp; 4;
+           i46 = i53 &lt;&lt; i35;
+           i53 = (i46 + 245760 | 0) &gt;&gt;&gt; 16 &amp; 2;
+           i42 = 14 - (i35 | i41 | i53) + (i46 &lt;&lt; i53 &gt;&gt;&gt; 15) | 0;
+           i74 = i71 &gt;&gt;&gt; ((i42 + 7 | 0) &gt;&gt;&gt; 0) &amp; 1 | i42 &lt;&lt; 1;
+          }
+         } while (0);
+         i12 = 368 + (i74 &lt;&lt; 2) | 0;
+         HEAP32[i55 + (i48 + 28) &gt;&gt; 2] = i74;
+         HEAP32[i55 + (i48 + 20) &gt;&gt; 2] = 0;
+         HEAP32[i55 + (i48 + 16) &gt;&gt; 2] = 0;
+         i49 = HEAP32[17] | 0;
+         i42 = 1 &lt;&lt; i74;
+         if ((i49 &amp; i42 | 0) == 0) {
+          HEAP32[17] = i49 | i42;
+          HEAP32[i12 &gt;&gt; 2] = i47;
+          HEAP32[i55 + (i48 + 24) &gt;&gt; 2] = i12;
+          HEAP32[i55 + (i48 + 12) &gt;&gt; 2] = i47;
+          HEAP32[i55 + (i48 + 8) &gt;&gt; 2] = i47;
+          break;
+         }
+         if ((i74 | 0) == 31) {
+          i75 = 0;
+         } else {
+          i75 = 25 - (i74 &gt;&gt;&gt; 1) | 0;
+         }
+         i42 = i71 &lt;&lt; i75;
+         i49 = HEAP32[i12 &gt;&gt; 2] | 0;
+         while (1) {
+          if ((HEAP32[i49 + 4 &gt;&gt; 2] &amp; -8 | 0) == (i71 | 0)) {
+           break;
+          }
+          i76 = i49 + 16 + (i42 &gt;&gt;&gt; 31 &lt;&lt; 2) | 0;
+          i12 = HEAP32[i76 &gt;&gt; 2] | 0;
+          if ((i12 | 0) == 0) {
+           i45 = 313;
+           break;
+          } else {
+           i42 = i42 &lt;&lt; 1;
+           i49 = i12;
+          }
+         }
+         if ((i45 | 0) == 313) {
+          if (i76 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+           _abort();
+           return 0;
+          } else {
+           HEAP32[i76 &gt;&gt; 2] = i47;
+           HEAP32[i55 + (i48 + 24) &gt;&gt; 2] = i49;
+           HEAP32[i55 + (i48 + 12) &gt;&gt; 2] = i47;
+           HEAP32[i55 + (i48 + 8) &gt;&gt; 2] = i47;
+           break;
+          }
+         }
+         i42 = i49 + 8 | 0;
+         i12 = HEAP32[i42 &gt;&gt; 2] | 0;
+         i53 = HEAP32[20] | 0;
+         if (i49 &gt;&gt;&gt; 0 &lt; i53 &gt;&gt;&gt; 0) {
+          _abort();
+          return 0;
+         }
+         if (i12 &gt;&gt;&gt; 0 &lt; i53 &gt;&gt;&gt; 0) {
+          _abort();
+          return 0;
+         } else {
+          HEAP32[i12 + 12 &gt;&gt; 2] = i47;
+          HEAP32[i42 &gt;&gt; 2] = i47;
+          HEAP32[i55 + (i48 + 8) &gt;&gt; 2] = i12;
+          HEAP32[i55 + (i48 + 12) &gt;&gt; 2] = i49;
+          HEAP32[i55 + (i48 + 24) &gt;&gt; 2] = 0;
+          break;
+         }
+        }
+       } while (0);
+       i13 = i55 + (i64 | 8) | 0;
+       return i13 | 0;
+      }
+     } while (0);
+     i50 = i57;
+     i48 = 512;
+     while (1) {
+      i77 = HEAP32[i48 &gt;&gt; 2] | 0;
+      if (i77 &gt;&gt;&gt; 0 &lt;= i50 &gt;&gt;&gt; 0) {
+       i78 = HEAP32[i48 + 4 &gt;&gt; 2] | 0;
+       i79 = i77 + i78 | 0;
+       if (i79 &gt;&gt;&gt; 0 &gt; i50 &gt;&gt;&gt; 0) {
+        break;
+       }
+      }
+      i48 = HEAP32[i48 + 8 &gt;&gt; 2] | 0;
+     }
+     i48 = i77 + (i78 - 39) | 0;
+     if ((i48 &amp; 7 | 0) == 0) {
+      i80 = 0;
+     } else {
+      i80 = -i48 &amp; 7;
+     }
+     i48 = i77 + (i78 - 47 + i80) | 0;
+     i56 = i48 &gt;&gt;&gt; 0 &lt; (i57 + 16 | 0) &gt;&gt;&gt; 0 ? i50 : i48;
+     i48 = i56 + 8 | 0;
+     i52 = i55 + 8 | 0;
+     if ((i52 &amp; 7 | 0) == 0) {
+      i81 = 0;
+     } else {
+      i81 = -i52 &amp; 7;
+     }
+     i52 = i54 - 40 - i81 | 0;
+     HEAP32[22] = i55 + i81;
+     HEAP32[19] = i52;
+     HEAP32[i55 + (i81 + 4) &gt;&gt; 2] = i52 | 1;
+     HEAP32[i55 + (i54 - 36) &gt;&gt; 2] = 40;
+     HEAP32[23] = HEAP32[14];
+     HEAP32[i56 + 4 &gt;&gt; 2] = 27;
+     HEAP32[i48 &gt;&gt; 2] = HEAP32[128];
+     HEAP32[i48 + 4 &gt;&gt; 2] = HEAP32[516 &gt;&gt; 2];
+     HEAP32[i48 + 8 &gt;&gt; 2] = HEAP32[520 &gt;&gt; 2];
+     HEAP32[i48 + 12 &gt;&gt; 2] = HEAP32[524 &gt;&gt; 2];
+     HEAP32[128] = i55;
+     HEAP32[129] = i54;
+     HEAP32[131] = 0;
+     HEAP32[130] = i48;
+     i48 = i56 + 28 | 0;
+     HEAP32[i48 &gt;&gt; 2] = 7;
+     if ((i56 + 32 | 0) &gt;&gt;&gt; 0 &lt; i79 &gt;&gt;&gt; 0) {
+      i52 = i48;
+      while (1) {
+       i48 = i52 + 4 | 0;
+       HEAP32[i48 &gt;&gt; 2] = 7;
+       if ((i52 + 8 | 0) &gt;&gt;&gt; 0 &lt; i79 &gt;&gt;&gt; 0) {
+        i52 = i48;
+       } else {
+        break;
+       }
+      }
+     }
+     if ((i56 | 0) == (i50 | 0)) {
+      break;
+     }
+     i52 = i56 - i57 | 0;
+     i48 = i50 + (i52 + 4) | 0;
+     HEAP32[i48 &gt;&gt; 2] = HEAP32[i48 &gt;&gt; 2] &amp; -2;
+     HEAP32[i57 + 4 &gt;&gt; 2] = i52 | 1;
+     HEAP32[i50 + i52 &gt;&gt; 2] = i52;
+     i48 = i52 &gt;&gt;&gt; 3;
+     if (i52 &gt;&gt;&gt; 0 &lt; 256) {
+      i36 = i48 &lt;&lt; 1;
+      i51 = 104 + (i36 &lt;&lt; 2) | 0;
+      i44 = HEAP32[16] | 0;
+      i12 = 1 &lt;&lt; i48;
+      do {
+       if ((i44 &amp; i12 | 0) == 0) {
+        HEAP32[16] = i44 | i12;
+        i82 = i51;
+        i83 = 104 + (i36 + 2 &lt;&lt; 2) | 0;
+       } else {
+        i48 = 104 + (i36 + 2 &lt;&lt; 2) | 0;
+        i42 = HEAP32[i48 &gt;&gt; 2] | 0;
+        if (i42 &gt;&gt;&gt; 0 &gt;= (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+         i82 = i42;
+         i83 = i48;
+         break;
+        }
+        _abort();
+        return 0;
+       }
+      } while (0);
+      HEAP32[i83 &gt;&gt; 2] = i57;
+      HEAP32[i82 + 12 &gt;&gt; 2] = i57;
+      HEAP32[i57 + 8 &gt;&gt; 2] = i82;
+      HEAP32[i57 + 12 &gt;&gt; 2] = i51;
+      break;
+     }
+     i36 = i57;
+     i12 = i52 &gt;&gt;&gt; 8;
+     do {
+      if ((i12 | 0) == 0) {
+       i84 = 0;
+      } else {
+       if (i52 &gt;&gt;&gt; 0 &gt; 16777215) {
+        i84 = 31;
+        break;
+       }
+       i44 = (i12 + 1048320 | 0) &gt;&gt;&gt; 16 &amp; 8;
+       i50 = i12 &lt;&lt; i44;
+       i56 = (i50 + 520192 | 0) &gt;&gt;&gt; 16 &amp; 4;
+       i48 = i50 &lt;&lt; i56;
+       i50 = (i48 + 245760 | 0) &gt;&gt;&gt; 16 &amp; 2;
+       i42 = 14 - (i56 | i44 | i50) + (i48 &lt;&lt; i50 &gt;&gt;&gt; 15) | 0;
+       i84 = i52 &gt;&gt;&gt; ((i42 + 7 | 0) &gt;&gt;&gt; 0) &amp; 1 | i42 &lt;&lt; 1;
+      }
+     } while (0);
+     i12 = 368 + (i84 &lt;&lt; 2) | 0;
+     HEAP32[i57 + 28 &gt;&gt; 2] = i84;
+     HEAP32[i57 + 20 &gt;&gt; 2] = 0;
+     HEAP32[i57 + 16 &gt;&gt; 2] = 0;
+     i51 = HEAP32[17] | 0;
+     i42 = 1 &lt;&lt; i84;
+     if ((i51 &amp; i42 | 0) == 0) {
+      HEAP32[17] = i51 | i42;
+      HEAP32[i12 &gt;&gt; 2] = i36;
+      HEAP32[i57 + 24 &gt;&gt; 2] = i12;
+      HEAP32[i57 + 12 &gt;&gt; 2] = i57;
+      HEAP32[i57 + 8 &gt;&gt; 2] = i57;
+      break;
+     }
+     if ((i84 | 0) == 31) {
+      i85 = 0;
+     } else {
+      i85 = 25 - (i84 &gt;&gt;&gt; 1) | 0;
+     }
+     i42 = i52 &lt;&lt; i85;
+     i51 = HEAP32[i12 &gt;&gt; 2] | 0;
+     while (1) {
+      if ((HEAP32[i51 + 4 &gt;&gt; 2] &amp; -8 | 0) == (i52 | 0)) {
+       break;
+      }
+      i86 = i51 + 16 + (i42 &gt;&gt;&gt; 31 &lt;&lt; 2) | 0;
+      i12 = HEAP32[i86 &gt;&gt; 2] | 0;
+      if ((i12 | 0) == 0) {
+       i45 = 348;
+       break;
+      } else {
+       i42 = i42 &lt;&lt; 1;
+       i51 = i12;
+      }
+     }
+     if ((i45 | 0) == 348) {
+      if (i86 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+       _abort();
+       return 0;
+      } else {
+       HEAP32[i86 &gt;&gt; 2] = i36;
+       HEAP32[i57 + 24 &gt;&gt; 2] = i51;
+       HEAP32[i57 + 12 &gt;&gt; 2] = i57;
+       HEAP32[i57 + 8 &gt;&gt; 2] = i57;
+       break;
+      }
+     }
+     i42 = i51 + 8 | 0;
+     i52 = HEAP32[i42 &gt;&gt; 2] | 0;
+     i12 = HEAP32[20] | 0;
+     if (i51 &gt;&gt;&gt; 0 &lt; i12 &gt;&gt;&gt; 0) {
+      _abort();
+      return 0;
+     }
+     if (i52 &gt;&gt;&gt; 0 &lt; i12 &gt;&gt;&gt; 0) {
+      _abort();
+      return 0;
+     } else {
+      HEAP32[i52 + 12 &gt;&gt; 2] = i36;
+      HEAP32[i42 &gt;&gt; 2] = i36;
+      HEAP32[i57 + 8 &gt;&gt; 2] = i52;
+      HEAP32[i57 + 12 &gt;&gt; 2] = i51;
+      HEAP32[i57 + 24 &gt;&gt; 2] = 0;
+      break;
+     }
+    }
+   } while (0);
+   i57 = HEAP32[19] | 0;
+   if (i57 &gt;&gt;&gt; 0 &lt;= i14 &gt;&gt;&gt; 0) {
+    break;
+   }
+   i52 = i57 - i14 | 0;
+   HEAP32[19] = i52;
+   i57 = HEAP32[22] | 0;
+   i42 = i57;
+   HEAP32[22] = i42 + i14;
+   HEAP32[i42 + (i14 + 4) &gt;&gt; 2] = i52 | 1;
+   HEAP32[i57 + 4 &gt;&gt; 2] = i14 | 3;
+   i13 = i57 + 8 | 0;
+   return i13 | 0;
+  }
+ } while (0);
+ HEAP32[(___errno_location() | 0) &gt;&gt; 2] = 12;
+ i13 = 0;
+ return i13 | 0;
+}
+function _free(i1) {
+ i1 = i1 | 0;
+ var i2 = 0, i3 = 0, i4 = 0, i5 = 0, i6 = 0, i7 = 0, i8 = 0, i9 = 0, i10 = 0, i11 = 0, i12 = 0, i13 = 0, i14 = 0, i15 = 0, i16 = 0, i17 = 0, i18 = 0, i19 = 0, i20 = 0, i21 = 0, i22 = 0, i23 = 0, i24 = 0, i25 = 0, i26 = 0, i27 = 0, i28 = 0, i29 = 0, i30 = 0, i31 = 0, i32 = 0, i33 = 0, i34 = 0, i35 = 0, i36 = 0, i37 = 0, i38 = 0, i39 = 0, i40 = 0;
+ if ((i1 | 0) == 0) {
+  return;
+ }
+ i2 = i1 - 8 | 0;
+ i3 = i2;
+ i4 = HEAP32[20] | 0;
+ if (i2 &gt;&gt;&gt; 0 &lt; i4 &gt;&gt;&gt; 0) {
+  _abort();
+ }
+ i5 = HEAP32[i1 - 4 &gt;&gt; 2] | 0;
+ i6 = i5 &amp; 3;
+ if ((i6 | 0) == 1) {
+  _abort();
+ }
+ i7 = i5 &amp; -8;
+ i8 = i1 + (i7 - 8) | 0;
+ i9 = i8;
+ L549 : do {
+  if ((i5 &amp; 1 | 0) == 0) {
+   i10 = HEAP32[i2 &gt;&gt; 2] | 0;
+   if ((i6 | 0) == 0) {
+    return;
+   }
+   i11 = -8 - i10 | 0;
+   i12 = i1 + i11 | 0;
+   i13 = i12;
+   i14 = i10 + i7 | 0;
+   if (i12 &gt;&gt;&gt; 0 &lt; i4 &gt;&gt;&gt; 0) {
+    _abort();
+   }
+   if ((i13 | 0) == (HEAP32[21] | 0)) {
+    i15 = i1 + (i7 - 4) | 0;
+    if ((HEAP32[i15 &gt;&gt; 2] &amp; 3 | 0) != 3) {
+     i16 = i13;
+     i17 = i14;
+     break;
+    }
+    HEAP32[18] = i14;
+    HEAP32[i15 &gt;&gt; 2] = HEAP32[i15 &gt;&gt; 2] &amp; -2;
+    HEAP32[i1 + (i11 + 4) &gt;&gt; 2] = i14 | 1;
+    HEAP32[i8 &gt;&gt; 2] = i14;
+    return;
+   }
+   i15 = i10 &gt;&gt;&gt; 3;
+   if (i10 &gt;&gt;&gt; 0 &lt; 256) {
+    i10 = HEAP32[i1 + (i11 + 8) &gt;&gt; 2] | 0;
+    i18 = HEAP32[i1 + (i11 + 12) &gt;&gt; 2] | 0;
+    i19 = 104 + (i15 &lt;&lt; 1 &lt;&lt; 2) | 0;
+    do {
+     if ((i10 | 0) != (i19 | 0)) {
+      if (i10 &gt;&gt;&gt; 0 &lt; i4 &gt;&gt;&gt; 0) {
+       _abort();
+      }
+      if ((HEAP32[i10 + 12 &gt;&gt; 2] | 0) == (i13 | 0)) {
+       break;
+      }
+      _abort();
+     }
+    } while (0);
+    if ((i18 | 0) == (i10 | 0)) {
+     HEAP32[16] = HEAP32[16] &amp; ~(1 &lt;&lt; i15);
+     i16 = i13;
+     i17 = i14;
+     break;
+    }
+    do {
+     if ((i18 | 0) == (i19 | 0)) {
+      i20 = i18 + 8 | 0;
+     } else {
+      if (i18 &gt;&gt;&gt; 0 &lt; i4 &gt;&gt;&gt; 0) {
+       _abort();
+      }
+      i21 = i18 + 8 | 0;
+      if ((HEAP32[i21 &gt;&gt; 2] | 0) == (i13 | 0)) {
+       i20 = i21;
+       break;
+      }
+      _abort();
+     }
+    } while (0);
+    HEAP32[i10 + 12 &gt;&gt; 2] = i18;
+    HEAP32[i20 &gt;&gt; 2] = i10;
+    i16 = i13;
+    i17 = i14;
+    break;
+   }
+   i19 = i12;
+   i15 = HEAP32[i1 + (i11 + 24) &gt;&gt; 2] | 0;
+   i21 = HEAP32[i1 + (i11 + 12) &gt;&gt; 2] | 0;
+   do {
+    if ((i21 | 0) == (i19 | 0)) {
+     i22 = i1 + (i11 + 20) | 0;
+     i23 = HEAP32[i22 &gt;&gt; 2] | 0;
+     if ((i23 | 0) == 0) {
+      i24 = i1 + (i11 + 16) | 0;
+      i25 = HEAP32[i24 &gt;&gt; 2] | 0;
+      if ((i25 | 0) == 0) {
+       i26 = 0;
+       break;
+      } else {
+       i27 = i25;
+       i28 = i24;
+      }
+     } else {
+      i27 = i23;
+      i28 = i22;
+     }
+     while (1) {
+      i22 = i27 + 20 | 0;
+      i23 = HEAP32[i22 &gt;&gt; 2] | 0;
+      if ((i23 | 0) != 0) {
+       i27 = i23;
+       i28 = i22;
+       continue;
+      }
+      i22 = i27 + 16 | 0;
+      i23 = HEAP32[i22 &gt;&gt; 2] | 0;
+      if ((i23 | 0) == 0) {
+       break;
+      } else {
+       i27 = i23;
+       i28 = i22;
+      }
+     }
+     if (i28 &gt;&gt;&gt; 0 &lt; i4 &gt;&gt;&gt; 0) {
+      _abort();
+     } else {
+      HEAP32[i28 &gt;&gt; 2] = 0;
+      i26 = i27;
+      break;
+     }
+    } else {
+     i22 = HEAP32[i1 + (i11 + 8) &gt;&gt; 2] | 0;
+     if (i22 &gt;&gt;&gt; 0 &lt; i4 &gt;&gt;&gt; 0) {
+      _abort();
+     }
+     i23 = i22 + 12 | 0;
+     if ((HEAP32[i23 &gt;&gt; 2] | 0) != (i19 | 0)) {
+      _abort();
+     }
+     i24 = i21 + 8 | 0;
+     if ((HEAP32[i24 &gt;&gt; 2] | 0) == (i19 | 0)) {
+      HEAP32[i23 &gt;&gt; 2] = i21;
+      HEAP32[i24 &gt;&gt; 2] = i22;
+      i26 = i21;
+      break;
+     } else {
+      _abort();
+     }
+    }
+   } while (0);
+   if ((i15 | 0) == 0) {
+    i16 = i13;
+    i17 = i14;
+    break;
+   }
+   i21 = i1 + (i11 + 28) | 0;
+   i12 = 368 + (HEAP32[i21 &gt;&gt; 2] &lt;&lt; 2) | 0;
+   do {
+    if ((i19 | 0) == (HEAP32[i12 &gt;&gt; 2] | 0)) {
+     HEAP32[i12 &gt;&gt; 2] = i26;
+     if ((i26 | 0) != 0) {
+      break;
+     }
+     HEAP32[17] = HEAP32[17] &amp; ~(1 &lt;&lt; HEAP32[i21 &gt;&gt; 2]);
+     i16 = i13;
+     i17 = i14;
+     break L549;
+    } else {
+     if (i15 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+      _abort();
+     }
+     i10 = i15 + 16 | 0;
+     if ((HEAP32[i10 &gt;&gt; 2] | 0) == (i19 | 0)) {
+      HEAP32[i10 &gt;&gt; 2] = i26;
+     } else {
+      HEAP32[i15 + 20 &gt;&gt; 2] = i26;
+     }
+     if ((i26 | 0) == 0) {
+      i16 = i13;
+      i17 = i14;
+      break L549;
+     }
+    }
+   } while (0);
+   if (i26 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+    _abort();
+   }
+   HEAP32[i26 + 24 &gt;&gt; 2] = i15;
+   i19 = HEAP32[i1 + (i11 + 16) &gt;&gt; 2] | 0;
+   do {
+    if ((i19 | 0) != 0) {
+     if (i19 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+      _abort();
+     } else {
+      HEAP32[i26 + 16 &gt;&gt; 2] = i19;
+      HEAP32[i19 + 24 &gt;&gt; 2] = i26;
+      break;
+     }
+    }
+   } while (0);
+   i19 = HEAP32[i1 + (i11 + 20) &gt;&gt; 2] | 0;
+   if ((i19 | 0) == 0) {
+    i16 = i13;
+    i17 = i14;
+    break;
+   }
+   if (i19 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+    _abort();
+   } else {
+    HEAP32[i26 + 20 &gt;&gt; 2] = i19;
+    HEAP32[i19 + 24 &gt;&gt; 2] = i26;
+    i16 = i13;
+    i17 = i14;
+    break;
+   }
+  } else {
+   i16 = i3;
+   i17 = i7;
+  }
+ } while (0);
+ i3 = i16;
+ if (i3 &gt;&gt;&gt; 0 &gt;= i8 &gt;&gt;&gt; 0) {
+  _abort();
+ }
+ i26 = i1 + (i7 - 4) | 0;
+ i4 = HEAP32[i26 &gt;&gt; 2] | 0;
+ if ((i4 &amp; 1 | 0) == 0) {
+  _abort();
+ }
+ do {
+  if ((i4 &amp; 2 | 0) == 0) {
+   if ((i9 | 0) == (HEAP32[22] | 0)) {
+    i27 = (HEAP32[19] | 0) + i17 | 0;
+    HEAP32[19] = i27;
+    HEAP32[22] = i16;
+    HEAP32[i16 + 4 &gt;&gt; 2] = i27 | 1;
+    if ((i16 | 0) != (HEAP32[21] | 0)) {
+     return;
+    }
+    HEAP32[21] = 0;
+    HEAP32[18] = 0;
+    return;
+   }
+   if ((i9 | 0) == (HEAP32[21] | 0)) {
+    i27 = (HEAP32[18] | 0) + i17 | 0;
+    HEAP32[18] = i27;
+    HEAP32[21] = i16;
+    HEAP32[i16 + 4 &gt;&gt; 2] = i27 | 1;
+    HEAP32[i3 + i27 &gt;&gt; 2] = i27;
+    return;
+   }
+   i27 = (i4 &amp; -8) + i17 | 0;
+   i28 = i4 &gt;&gt;&gt; 3;
+   L652 : do {
+    if (i4 &gt;&gt;&gt; 0 &lt; 256) {
+     i20 = HEAP32[i1 + i7 &gt;&gt; 2] | 0;
+     i6 = HEAP32[i1 + (i7 | 4) &gt;&gt; 2] | 0;
+     i2 = 104 + (i28 &lt;&lt; 1 &lt;&lt; 2) | 0;
+     do {
+      if ((i20 | 0) != (i2 | 0)) {
+       if (i20 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+        _abort();
+       }
+       if ((HEAP32[i20 + 12 &gt;&gt; 2] | 0) == (i9 | 0)) {
+        break;
+       }
+       _abort();
+      }
+     } while (0);
+     if ((i6 | 0) == (i20 | 0)) {
+      HEAP32[16] = HEAP32[16] &amp; ~(1 &lt;&lt; i28);
+      break;
+     }
+     do {
+      if ((i6 | 0) == (i2 | 0)) {
+       i29 = i6 + 8 | 0;
+      } else {
+       if (i6 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+        _abort();
+       }
+       i5 = i6 + 8 | 0;
+       if ((HEAP32[i5 &gt;&gt; 2] | 0) == (i9 | 0)) {
+        i29 = i5;
+        break;
+       }
+       _abort();
+      }
+     } while (0);
+     HEAP32[i20 + 12 &gt;&gt; 2] = i6;
+     HEAP32[i29 &gt;&gt; 2] = i20;
+    } else {
+     i2 = i8;
+     i5 = HEAP32[i1 + (i7 + 16) &gt;&gt; 2] | 0;
+     i19 = HEAP32[i1 + (i7 | 4) &gt;&gt; 2] | 0;
+     do {
+      if ((i19 | 0) == (i2 | 0)) {
+       i15 = i1 + (i7 + 12) | 0;
+       i21 = HEAP32[i15 &gt;&gt; 2] | 0;
+       if ((i21 | 0) == 0) {
+        i12 = i1 + (i7 + 8) | 0;
+        i10 = HEAP32[i12 &gt;&gt; 2] | 0;
+        if ((i10 | 0) == 0) {
+         i30 = 0;
+         break;
+        } else {
+         i31 = i10;
+         i32 = i12;
+        }
+       } else {
+        i31 = i21;
+        i32 = i15;
+       }
+       while (1) {
+        i15 = i31 + 20 | 0;
+        i21 = HEAP32[i15 &gt;&gt; 2] | 0;
+        if ((i21 | 0) != 0) {
+         i31 = i21;
+         i32 = i15;
+         continue;
+        }
+        i15 = i31 + 16 | 0;
+        i21 = HEAP32[i15 &gt;&gt; 2] | 0;
+        if ((i21 | 0) == 0) {
+         break;
+        } else {
+         i31 = i21;
+         i32 = i15;
+        }
+       }
+       if (i32 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+        _abort();
+       } else {
+        HEAP32[i32 &gt;&gt; 2] = 0;
+        i30 = i31;
+        break;
+       }
+      } else {
+       i15 = HEAP32[i1 + i7 &gt;&gt; 2] | 0;
+       if (i15 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+        _abort();
+       }
+       i21 = i15 + 12 | 0;
+       if ((HEAP32[i21 &gt;&gt; 2] | 0) != (i2 | 0)) {
+        _abort();
+       }
+       i12 = i19 + 8 | 0;
+       if ((HEAP32[i12 &gt;&gt; 2] | 0) == (i2 | 0)) {
+        HEAP32[i21 &gt;&gt; 2] = i19;
+        HEAP32[i12 &gt;&gt; 2] = i15;
+        i30 = i19;
+        break;
+       } else {
+        _abort();
+       }
+      }
+     } while (0);
+     if ((i5 | 0) == 0) {
+      break;
+     }
+     i19 = i1 + (i7 + 20) | 0;
+     i20 = 368 + (HEAP32[i19 &gt;&gt; 2] &lt;&lt; 2) | 0;
+     do {
+      if ((i2 | 0) == (HEAP32[i20 &gt;&gt; 2] | 0)) {
+       HEAP32[i20 &gt;&gt; 2] = i30;
+       if ((i30 | 0) != 0) {
+        break;
+       }
+       HEAP32[17] = HEAP32[17] &amp; ~(1 &lt;&lt; HEAP32[i19 &gt;&gt; 2]);
+       break L652;
+      } else {
+       if (i5 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+        _abort();
+       }
+       i6 = i5 + 16 | 0;
+       if ((HEAP32[i6 &gt;&gt; 2] | 0) == (i2 | 0)) {
+        HEAP32[i6 &gt;&gt; 2] = i30;
+       } else {
+        HEAP32[i5 + 20 &gt;&gt; 2] = i30;
+       }
+       if ((i30 | 0) == 0) {
+        break L652;
+       }
+      }
+     } while (0);
+     if (i30 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+      _abort();
+     }
+     HEAP32[i30 + 24 &gt;&gt; 2] = i5;
+     i2 = HEAP32[i1 + (i7 + 8) &gt;&gt; 2] | 0;
+     do {
+      if ((i2 | 0) != 0) {
+       if (i2 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+        _abort();
+       } else {
+        HEAP32[i30 + 16 &gt;&gt; 2] = i2;
+        HEAP32[i2 + 24 &gt;&gt; 2] = i30;
+        break;
+       }
+      }
+     } while (0);
+     i2 = HEAP32[i1 + (i7 + 12) &gt;&gt; 2] | 0;
+     if ((i2 | 0) == 0) {
+      break;
+     }
+     if (i2 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+      _abort();
+     } else {
+      HEAP32[i30 + 20 &gt;&gt; 2] = i2;
+      HEAP32[i2 + 24 &gt;&gt; 2] = i30;
+      break;
+     }
+    }
+   } while (0);
+   HEAP32[i16 + 4 &gt;&gt; 2] = i27 | 1;
+   HEAP32[i3 + i27 &gt;&gt; 2] = i27;
+   if ((i16 | 0) != (HEAP32[21] | 0)) {
+    i33 = i27;
+    break;
+   }
+   HEAP32[18] = i27;
+   return;
+  } else {
+   HEAP32[i26 &gt;&gt; 2] = i4 &amp; -2;
+   HEAP32[i16 + 4 &gt;&gt; 2] = i17 | 1;
+   HEAP32[i3 + i17 &gt;&gt; 2] = i17;
+   i33 = i17;
+  }
+ } while (0);
+ i17 = i33 &gt;&gt;&gt; 3;
+ if (i33 &gt;&gt;&gt; 0 &lt; 256) {
+  i3 = i17 &lt;&lt; 1;
+  i4 = 104 + (i3 &lt;&lt; 2) | 0;
+  i26 = HEAP32[16] | 0;
+  i30 = 1 &lt;&lt; i17;
+  do {
+   if ((i26 &amp; i30 | 0) == 0) {
+    HEAP32[16] = i26 | i30;
+    i34 = i4;
+    i35 = 104 + (i3 + 2 &lt;&lt; 2) | 0;
+   } else {
+    i17 = 104 + (i3 + 2 &lt;&lt; 2) | 0;
+    i7 = HEAP32[i17 &gt;&gt; 2] | 0;
+    if (i7 &gt;&gt;&gt; 0 &gt;= (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+     i34 = i7;
+     i35 = i17;
+     break;
+    }
+    _abort();
+   }
+  } while (0);
+  HEAP32[i35 &gt;&gt; 2] = i16;
+  HEAP32[i34 + 12 &gt;&gt; 2] = i16;
+  HEAP32[i16 + 8 &gt;&gt; 2] = i34;
+  HEAP32[i16 + 12 &gt;&gt; 2] = i4;
+  return;
+ }
+ i4 = i16;
+ i34 = i33 &gt;&gt;&gt; 8;
+ do {
+  if ((i34 | 0) == 0) {
+   i36 = 0;
+  } else {
+   if (i33 &gt;&gt;&gt; 0 &gt; 16777215) {
+    i36 = 31;
+    break;
+   }
+   i35 = (i34 + 1048320 | 0) &gt;&gt;&gt; 16 &amp; 8;
+   i3 = i34 &lt;&lt; i35;
+   i30 = (i3 + 520192 | 0) &gt;&gt;&gt; 16 &amp; 4;
+   i26 = i3 &lt;&lt; i30;
+   i3 = (i26 + 245760 | 0) &gt;&gt;&gt; 16 &amp; 2;
+   i17 = 14 - (i30 | i35 | i3) + (i26 &lt;&lt; i3 &gt;&gt;&gt; 15) | 0;
+   i36 = i33 &gt;&gt;&gt; ((i17 + 7 | 0) &gt;&gt;&gt; 0) &amp; 1 | i17 &lt;&lt; 1;
+  }
+ } while (0);
+ i34 = 368 + (i36 &lt;&lt; 2) | 0;
+ HEAP32[i16 + 28 &gt;&gt; 2] = i36;
+ HEAP32[i16 + 20 &gt;&gt; 2] = 0;
+ HEAP32[i16 + 16 &gt;&gt; 2] = 0;
+ i17 = HEAP32[17] | 0;
+ i3 = 1 &lt;&lt; i36;
+ do {
+  if ((i17 &amp; i3 | 0) == 0) {
+   HEAP32[17] = i17 | i3;
+   HEAP32[i34 &gt;&gt; 2] = i4;
+   HEAP32[i16 + 24 &gt;&gt; 2] = i34;
+   HEAP32[i16 + 12 &gt;&gt; 2] = i16;
+   HEAP32[i16 + 8 &gt;&gt; 2] = i16;
+  } else {
+   if ((i36 | 0) == 31) {
+    i37 = 0;
+   } else {
+    i37 = 25 - (i36 &gt;&gt;&gt; 1) | 0;
+   }
+   i26 = i33 &lt;&lt; i37;
+   i35 = HEAP32[i34 &gt;&gt; 2] | 0;
+   while (1) {
+    if ((HEAP32[i35 + 4 &gt;&gt; 2] &amp; -8 | 0) == (i33 | 0)) {
+     break;
+    }
+    i38 = i35 + 16 + (i26 &gt;&gt;&gt; 31 &lt;&lt; 2) | 0;
+    i30 = HEAP32[i38 &gt;&gt; 2] | 0;
+    if ((i30 | 0) == 0) {
+     i39 = 525;
+     break;
+    } else {
+     i26 = i26 &lt;&lt; 1;
+     i35 = i30;
+    }
+   }
+   if ((i39 | 0) == 525) {
+    if (i38 &gt;&gt;&gt; 0 &lt; (HEAP32[20] | 0) &gt;&gt;&gt; 0) {
+     _abort();
+    } else {
+     HEAP32[i38 &gt;&gt; 2] = i4;
+     HEAP32[i16 + 24 &gt;&gt; 2] = i35;
+     HEAP32[i16 + 12 &gt;&gt; 2] = i16;
+     HEAP32[i16 + 8 &gt;&gt; 2] = i16;
+     break;
+    }
+   }
+   i26 = i35 + 8 | 0;
+   i27 = HEAP32[i26 &gt;&gt; 2] | 0;
+   i30 = HEAP32[20] | 0;
+   if (i35 &gt;&gt;&gt; 0 &lt; i30 &gt;&gt;&gt; 0) {
+    _abort();
+   }
+   if (i27 &gt;&gt;&gt; 0 &lt; i30 &gt;&gt;&gt; 0) {
+    _abort();
+   } else {
+    HEAP32[i27 + 12 &gt;&gt; 2] = i4;
+    HEAP32[i26 &gt;&gt; 2] = i4;
+    HEAP32[i16 + 8 &gt;&gt; 2] = i27;
+    HEAP32[i16 + 12 &gt;&gt; 2] = i35;
+    HEAP32[i16 + 24 &gt;&gt; 2] = 0;
+    break;
+   }
+  }
+ } while (0);
+ i16 = (HEAP32[24] | 0) - 1 | 0;
+ HEAP32[24] = i16;
+ if ((i16 | 0) == 0) {
+  i40 = 520;
+ } else {
+  return;
+ }
+ while (1) {
+  i16 = HEAP32[i40 &gt;&gt; 2] | 0;
+  if ((i16 | 0) == 0) {
+   break;
+  } else {
+   i40 = i16 + 8 | 0;
+  }
+ }
+ HEAP32[24] = -1;
+ return;
+}
+function _strlen(i1) {
+ i1 = i1 | 0;
+ var i2 = 0;
+ i2 = i1;
+ while (HEAP8[i2] | 0) {
+  i2 = i2 + 1 | 0;
+ }
+ return i2 - i1 | 0;
+}
+function _memcpy(i1, i2, i3) {
+ i1 = i1 | 0;
+ i2 = i2 | 0;
+ i3 = i3 | 0;
+ var i4 = 0;
+ i4 = i1 | 0;
+ if ((i1 &amp; 3) == (i2 &amp; 3)) {
+  while (i1 &amp; 3) {
+   if ((i3 | 0) == 0) return i4 | 0;
+   HEAP8[i1] = HEAP8[i2] | 0;
+   i1 = i1 + 1 | 0;
+   i2 = i2 + 1 | 0;
+   i3 = i3 - 1 | 0;
+  }
+  while ((i3 | 0) &gt;= 4) {
+   HEAP32[i1 &gt;&gt; 2] = HEAP32[i2 &gt;&gt; 2];
+   i1 = i1 + 4 | 0;
+   i2 = i2 + 4 | 0;
+   i3 = i3 - 4 | 0;
+  }
+ }
+ while ((i3 | 0) &gt; 0) {
+  HEAP8[i1] = HEAP8[i2] | 0;
+  i1 = i1 + 1 | 0;
+  i2 = i2 + 1 | 0;
+  i3 = i3 - 1 | 0;
+ }
+ return i4 | 0;
+}
+function _memset(i1, i2, i3) {
+ i1 = i1 | 0;
+ i2 = i2 | 0;
+ i3 = i3 | 0;
+ var i4 = 0, i5 = 0, i6 = 0;
+ i4 = i1 + i3 | 0;
+ if ((i3 | 0) &gt;= 20) {
+  i2 = i2 &amp; 255;
+  i3 = i1 &amp; 3;
+  i5 = i2 | i2 &lt;&lt; 8 | i2 &lt;&lt; 16 | i2 &lt;&lt; 24;
+  i6 = i4 &amp; ~3;
+  if (i3) {
+   i3 = i1 + 4 - i3 | 0;
+   while ((i1 | 0) &lt; (i3 | 0)) {
+    HEAP8[i1] = i2;
+    i1 = i1 + 1 | 0;
+   }
+  }
+  while ((i1 | 0) &lt; (i6 | 0)) {
+   HEAP32[i1 &gt;&gt; 2] = i5;
+   i1 = i1 + 4 | 0;
+  }
+ }
+ while ((i1 | 0) &lt; (i4 | 0)) {
+  HEAP8[i1] = i2;
+  i1 = i1 + 1 | 0;
+ }
+}
+function dynCall_ii(i1, i2) {
+ i1 = i1 | 0;
+ i2 = i2 | 0;
+ return FUNCTION_TABLE_ii[i1 &amp; 1](i2 | 0) | 0;
+}
+function dynCall_v(i1) {
+ i1 = i1 | 0;
+ FUNCTION_TABLE_v[i1 &amp; 1]();
+}
+function dynCall_iii(i1, i2, i3) {
+ i1 = i1 | 0;
+ i2 = i2 | 0;
+ i3 = i3 | 0;
+ return FUNCTION_TABLE_iii[i1 &amp; 1](i2 | 0, i3 | 0) | 0;
+}
+function dynCall_vi(i1, i2) {
+ i1 = i1 | 0;
+ i2 = i2 | 0;
+ FUNCTION_TABLE_vi[i1 &amp; 1](i2 | 0);
+}
+function b0(i1) {
+ i1 = i1 | 0;
+ abort(0);
+ return 0;
+}
+function b1() {
+ abort(1);
+}
+function b2(i1, i2) {
+ i1 = i1 | 0;
+ i2 = i2 | 0;
+ abort(2);
+ return 0;
+}
+function b3(i1) {
+ i1 = i1 | 0;
+ abort(3);
+}
+// EMSCRIPTEN_END_FUNCS
+  var FUNCTION_TABLE_ii = [b0,b0];
+  var FUNCTION_TABLE_v = [b1,b1];
+  var FUNCTION_TABLE_iii = [b2,b2];
+  var FUNCTION_TABLE_vi = [b3,b3];
+  return { _strlen: _strlen, _free: _free, _main: _main, _memset: _memset, _malloc: _malloc, _memcpy: _memcpy, runPostSets: runPostSets, stackAlloc: stackAlloc, stackSave: stackSave, stackRestore: stackRestore, setThrew: setThrew, setTempRet0: setTempRet0, setTempRet1: setTempRet1, setTempRet2: setTempRet2, setTempRet3: setTempRet3, setTempRet4: setTempRet4, setTempRet5: setTempRet5, setTempRet6: setTempRet6, setTempRet7: setTempRet7, setTempRet8: setTempRet8, setTempRet9: setTempRet9, dynCall_ii: dynCall_ii, dynCall_v: dynCall_v, dynCall_iii: dynCall_iii, dynCall_vi: dynCall_vi };
+})
+// EMSCRIPTEN_END_ASM
+({ &quot;Math&quot;: Math, &quot;Int8Array&quot;: Int8Array, &quot;Int16Array&quot;: Int16Array, &quot;Int32Array&quot;: Int32Array, &quot;Uint8Array&quot;: Uint8Array, &quot;Uint16Array&quot;: Uint16Array, &quot;Uint32Array&quot;: Uint32Array, &quot;Float32Array&quot;: Float32Array, &quot;Float64Array&quot;: Float64Array }, { &quot;abort&quot;: abort, &quot;assert&quot;: assert, &quot;asmPrintInt&quot;: asmPrintInt, &quot;asmPrintFloat&quot;: asmPrintFloat, &quot;min&quot;: Math_min, &quot;invoke_ii&quot;: invoke_ii, &quot;invoke_v&quot;: invoke_v, &quot;invoke_iii&quot;: invoke_iii, &quot;invoke_vi&quot;: invoke_vi, &quot;_pwrite&quot;: _pwrite, &quot;_sysconf&quot;: _sysconf, &quot;_sbrk&quot;: _sbrk, &quot;___setErrNo&quot;: ___setErrNo, &quot;_fwrite&quot;: _fwrite, &quot;__reallyNegative&quot;: __reallyNegative, &quot;_time&quot;: _time, &quot;__formatString&quot;: __formatString, &quot;_send&quot;: _send, &quot;_write&quot;: _write, &quot;_abort&quot;: _abort, &quot;_fprintf&quot;: _fprintf, &quot;_printf&quot;: _printf, &quot;___errno_location&quot;: ___errno_location, &quot;_fflush&quot;: _fflush, &quot;STACKTOP&quot;: STACKTOP, &quot;STACK_MAX&quot;: STACK_MAX, &quot;tempDoublePtr&quot;: tempDoublePtr, &quot;ABORT&quot;: ABORT, &quot;NaN&quot;: NaN, &quot;Infinity&quot;: Infinity }, buffer);
+var _strlen = Module[&quot;_strlen&quot;] = asm[&quot;_strlen&quot;];
+var _free = Module[&quot;_free&quot;] = asm[&quot;_free&quot;];
+var _main = Module[&quot;_main&quot;] = asm[&quot;_main&quot;];
+var _memset = Module[&quot;_memset&quot;] = asm[&quot;_memset&quot;];
+var _malloc = Module[&quot;_malloc&quot;] = asm[&quot;_malloc&quot;];
+var _memcpy = Module[&quot;_memcpy&quot;] = asm[&quot;_memcpy&quot;];
+var runPostSets = Module[&quot;runPostSets&quot;] = asm[&quot;runPostSets&quot;];
+var dynCall_ii = Module[&quot;dynCall_ii&quot;] = asm[&quot;dynCall_ii&quot;];
+var dynCall_v = Module[&quot;dynCall_v&quot;] = asm[&quot;dynCall_v&quot;];
+var dynCall_iii = Module[&quot;dynCall_iii&quot;] = asm[&quot;dynCall_iii&quot;];
+var dynCall_vi = Module[&quot;dynCall_vi&quot;] = asm[&quot;dynCall_vi&quot;];
+Runtime.stackAlloc = function(size) { return asm['stackAlloc'](size) };
+Runtime.stackSave = function() { return asm['stackSave']() };
+Runtime.stackRestore = function(top) { asm['stackRestore'](top) };
+// Warning: printing of i64 values may be slightly rounded! No deep i64 math used, so precise i64 code not included
+var i64Math = null;
+// === Auto-generated postamble setup entry stuff ===
+function ExitStatus(status) {
+  this.name = &quot;ExitStatus&quot;;
+  this.message = &quot;Program terminated with exit(&quot; + status + &quot;)&quot;;
+  this.status = status;
+};
+ExitStatus.prototype = new Error();
+ExitStatus.prototype.constructor = ExitStatus;
+var initialStackTop;
+var preloadStartTime = null;
+Module['callMain'] = Module.callMain = function callMain(args) {
+  assert(runDependencies == 0, 'cannot call main when async dependencies remain! (listen on __ATMAIN__)');
+  assert(__ATPRERUN__.length == 0, 'cannot call main when preRun functions remain to be called');
+  args = args || [];
+  if (ENVIRONMENT_IS_WEB &amp;&amp; preloadStartTime !== null) {
+    //Module.printErr('preload time: ' + (Date.now() - preloadStartTime) + ' ms');
+  }
+  ensureInitRuntime();
+  var argc = args.length+1;
+  function pad() {
+    for (var i = 0; i &lt; 4-1; i++) {
+      argv.push(0);
+    }
+  }
+  var argv = [allocate(intArrayFromString(&quot;/bin/this.program&quot;), 'i8', ALLOC_NORMAL) ];
+  pad();
+  for (var i = 0; i &lt; argc-1; i = i + 1) {
+    argv.push(allocate(intArrayFromString(args[i]), 'i8', ALLOC_NORMAL));
+    pad();
+  }
+  argv.push(0);
+  argv = allocate(argv, 'i32', ALLOC_NORMAL);
+  initialStackTop = STACKTOP;
+  try {
+    var ret = Module['_main'](argc, argv, 0);
+    // if we're not running an evented main loop, it's time to exit
+    if (!Module['noExitRuntime']) {
+      exit(ret);
+    }
+  }
+  catch(e) {
+    if (e instanceof ExitStatus) {
+      // exit() throws this once it's done to make sure execution
+      // has been stopped completely
+      return;
+    } else if (e == 'SimulateInfiniteLoop') {
+      // running an evented main loop, don't immediately exit
+      Module['noExitRuntime'] = true;
+      return;
+    } else {
+      throw e;
+    }
+  }
+}
+function run(args) {
+  args = args || Module['arguments'];
+  if (preloadStartTime === null) preloadStartTime = Date.now();
+  if (runDependencies &gt; 0) {
+    Module.printErr('run() called, but dependencies remain, so not running');
+    return;
+  }
+  preRun();
+  if (runDependencies &gt; 0) {
+    // a preRun added a dependency, run will be called later
+    return;
+  }
+  function doRun() {
+    ensureInitRuntime();
+    preMain();
+    calledRun = true;
+    if (Module['_main'] &amp;&amp; shouldRunNow) {
+      Module['callMain'](args);
+    }
+    postRun();
+  }
+  if (Module['setStatus']) {
+    Module['setStatus']('Running...');
+    setTimeout(function() {
+      setTimeout(function() {
+        Module['setStatus']('');
+      }, 1);
+      if (!ABORT) doRun();
+    }, 1);
+  } else {
+    doRun();
+  }
+}
+Module['run'] = Module.run = run;
+function exit(status) {
+  ABORT = true;
+  EXITSTATUS = status;
+  STACKTOP = initialStackTop;
+  // exit the runtime
+  exitRuntime();
+  // throw an exception to halt the current execution
+  throw new ExitStatus(status);
+}
+Module['exit'] = Module.exit = exit;
+function abort(text) {
+  if (text) {
+    Module.print(text);
+    Module.printErr(text);
+  }
+  ABORT = true;
+  EXITSTATUS = 1;
+  throw 'abort() at ' + (new Error().stack);
+}
+Module['abort'] = Module.abort = abort;
+// {{PRE_RUN_ADDITIONS}}
+if (Module['preInit']) {
+  if (typeof Module['preInit'] == 'function') Module['preInit'] = [Module['preInit']];
+  while (Module['preInit'].length &gt; 0) {
+    Module['preInit'].pop()();
+  }
+}
+// shouldRunNow refers to calling main(), not run().
+var shouldRunNow = true;
+if (Module['noInitialRun']) {
+  shouldRunNow = false;
+}
+run([].concat(Module[&quot;arguments&quot;]));
+if (JSRegress_outputBuffer != &quot;final: 400.\n&quot;)
+    throw &quot;Error: bad result: &quot; + JSRegress_outputBuffer;
+// {{POST_RUN_ADDITIONS}}
+// {{MODULE_ADDITIONS}}
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsjsslowstressscripttestsfoldstricteqjsfromrev166469trunkLayoutTestsjsregressscripttestsfoldstricteqjs"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/script-tests/fold-strict-eq.js (from rev 166469, trunk/LayoutTests/js/regress/script-tests/fold-strict-eq.js) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/script-tests/fold-strict-eq.js                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/script-tests/fold-strict-eq.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,16 @@
</span><ins>+function foo(a, b) {
+    return a === b;
+}
+
+function test(actual, expected) {
+    if (actual !== expected)
+        throw new Error(&quot;bad result: &quot; + actual);
+}
+
+for (var i = 0; i &lt; 10000000; ++i) {
+    test(foo(true, null), false);
+    test(foo(true, false), false);
+    test(foo(true, true), true);
+    test(foo(5, &quot;hello&quot;), false);
+    test(foo(void 0, new Object()), false);
+}
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressscripttestsmarsagliajsfromrev166469trunkLayoutTestsjsregressscripttestsmarsagliajs"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/script-tests/marsaglia.js (from rev 166469, trunk/LayoutTests/js/regress/script-tests/marsaglia.js) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/script-tests/marsaglia.js                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/script-tests/marsaglia.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,17 @@
</span><ins>+function marsaglia(m_z, m_w, n) {
+    var result;
+    for (var i = 0; i &lt; n; ++i) {
+        m_z = (36969 * (m_z &amp; 65535) + (m_z &gt;&gt; 16)) | 0;
+        m_w = (18000 * (m_w &amp; 65535) + (m_w &gt;&gt; 16)) | 0;
+        result = ((m_z &lt;&lt; 16) + m_w) | 0;
+    }
+    return result;
+}
+
+var result = 0;
+for (var i = 0; i &lt; 100; ++i)
+    result += marsaglia(i, i + 1, 1000000);
+
+if (result != 8216386243)
+    throw &quot;Error: bad result: &quot; + result;
+
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressscripttestsnestedfunctionparsingrandomjsfromrev166469trunkLayoutTestsjsregressscripttestsnestedfunctionparsingrandomjs"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/script-tests/nested-function-parsing-random.js (from rev 166469, trunk/LayoutTests/js/regress/script-tests/nested-function-parsing-random.js) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/script-tests/nested-function-parsing-random.js                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/script-tests/nested-function-parsing-random.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,28 @@
</span><ins>+//@ skip
+
+function randomIdent(prefix)
+{
+    var random = Math.random();
+    var truncated = Math.floor(random * 1000000000);
+    return String(prefix) + String(truncated);
+}
+
+(function() {
+    var result = 0;
+
+    for (var i = 0; i &lt; 100; ++i) {
+        var program = &quot;(function &quot; + randomIdent(&quot;f&quot;) + &quot;() {\n&quot;;
+        for (var j = 0; j &lt; 1000; ++j) {
+            program += &quot;function &quot; + randomIdent(&quot;g&quot;) + &quot;() { return 0 &amp;&amp; 1 &amp;&amp; 2 &amp;&amp; 3 &amp;&amp; 4 &amp;&amp; 5 &amp;&amp; 6 &amp;&amp; 7 &amp;&amp; 8 &amp;&amp; 9 &amp;&amp; 10; }\n&quot;;
+        }
+        program += &quot;})();\n&quot;;
+        program += &quot;return 0;\n&quot;;
+
+        result += new Function(program)();
+    }
+
+    if (result != 0) {
+        print(&quot;Bad result: &quot; + result);
+        throw &quot;Error&quot;;
+    }
+})();
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressscripttestsnewspreadjsfromrev166469trunkLayoutTestsjsregressscripttestsnewspreadjs"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/script-tests/new-spread.js (from rev 166469, trunk/LayoutTests/js/regress/script-tests/new-spread.js) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/script-tests/new-spread.js                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/script-tests/new-spread.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,35 @@
</span><ins>+//@ skip
+
+function testFunction(a, b)
+{
+    &quot;use strict&quot;
+    result |= 0;
+    result += a * 1000 + b * 100 + arguments[2] * 10 + arguments.length ^ (result &amp; 1024);
+}
+
+var arrayArguments = [2, 3, 4]
+var result = 0;
+for (var i = 0; i &lt; 1000000; i++)
+    new testFunction(...arrayArguments);
+
+for (var i = 0; i &lt; 1000000; i++)
+    new testFunction(...[1, 2, result, 4]);
+
+function test2() {
+    for (var i = 0; i &lt; 1000000; i++)
+        new testFunction(...arguments);
+}
+
+test2(1,2,3,4)
+
+
+function test3() {
+    aliasedArguments = arguments;
+    for (var i = 0; i &lt; 1000000; i++)
+        new testFunction(...aliasedArguments);
+}
+
+test3(1,2,result,4)
+
+if (result != -2371153088)
+    throw &quot;Result was &quot; + result + &quot; expected -2371153088&quot;;
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkLayoutTestsjsslowstressscripttestsprotocustomgetterjsfromrev166469trunkLayoutTestsjsregressscripttestsprotocustomgetterjs"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/script-tests/proto-custom-getter.js (from rev 166469, trunk/LayoutTests/js/regress/script-tests/proto-custom-getter.js) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/script-tests/proto-custom-getter.js                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/script-tests/proto-custom-getter.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,17 @@
</span><ins>+var cycles = 6000
+var numberObject = { __proto__: Number}
+function foo() {
+    var result = 0;
+    var innerCycles = cycles;
+    var Number = numberObject;
+    for (var i = 0; i &lt; innerCycles; ++i)
+        result += 0 | isNaN(Number.NaN);
+
+    return result;
+}
+noInline(foo);
+var result = 0;
+for (var i = 0; i &lt; 1500; i++)
+    result += foo();
+if (result != i * cycles)
+    throw &quot;Failed, result was &quot; + (result) + &quot; should be &quot; + (i * cycles)
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressscripttestssimplecustomgetterjsfromrev166469trunkLayoutTestsjsregressscripttestssimplecustomgetterjs"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/script-tests/simple-custom-getter.js (from rev 166469, trunk/LayoutTests/js/regress/script-tests/simple-custom-getter.js) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/script-tests/simple-custom-getter.js                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/script-tests/simple-custom-getter.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,17 @@
</span><ins>+var cycles = 20000
+var numberObject = Number
+function foo() {
+    var result = 0;
+    var innerCycles = cycles;
+    var Number = numberObject;
+    for (var i = 0; i &lt; innerCycles; ++i)
+        result += 0 | isNaN(Number.NaN);
+
+    return result;
+}
+noInline(foo);
+var result = 0;
+for (var i = 0; i &lt; 1500; i++)
+    result += foo();
+if (result != i * cycles)
+    throw &quot;Failed, result was &quot; + (result) + &quot; should be &quot; + (i * cycles)
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressscripttestsvariadicclosurecalljsfromrev166469trunkLayoutTestsjsregressscripttestsvariadicclosurecalljs"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/script-tests/variadic-closure-call.js (from rev 166469, trunk/LayoutTests/js/regress/script-tests/variadic-closure-call.js) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/script-tests/variadic-closure-call.js                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/script-tests/variadic-closure-call.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,33 @@
</span><ins>+function foo(a) {
+    var x = 42 + a;
+    function bar(a, b, c) {
+        var result = a + b + c;
+        for (var i = 3; i &lt; arguments.length; ++i)
+            result = arguments[i] * x;
+        return result;
+    }
+    return bar.apply(this, arguments);
+}
+
+// Warm everything up with variadic calls that don't fail arity checks.
+for (var i = 0; i &lt; 100000; ++i) {
+    var args = [];
+    var n = (i % 8) + 8;
+    for (var j = 0; j &lt; n; ++j)
+        args.push(j);
+    var result = foo.apply(null, args);
+    if ((&quot;&quot; + result) != (&quot;&quot; + [294, 336, 378, 420, 462, 504, 546, 588][n - 8]))
+        throw &quot;Error: bad result for i = &quot; + i + &quot;: &quot; + result;
+}
+
+// Start failing some arity checks.
+for (var i = 0; i &lt; 100000; ++i) {
+    var args = [];
+    var n = i % 16;
+    for (var j = 0; j &lt; n; ++j)
+        args.push(j);
+    var result = foo.apply(null, args);
+    if ((&quot;&quot; + result) != (&quot;&quot; + [0/0, 0/0, 0/0, 3, 126, 168, 210, 252, 294, 336, 378, 420, 462, 504, 546, 588][n]))
+        throw &quot;Error: bad result for i = &quot; + i + &quot;: &quot; + result;
+}
+
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstresssimplecustomgetterexpectedtxtfromrev166469trunkLayoutTestsjsregresssimplecustomgetterexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/simple-custom-getter-expected.txt (from rev 166469, trunk/LayoutTests/js/regress/simple-custom-getter-expected.txt) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/simple-custom-getter-expected.txt                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/simple-custom-getter-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+JSRegress/simple-custom-getter
+
+On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
+
+
+PASS no exception thrown
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstresssimplecustomgetterhtmlfromrev166469trunkLayoutTestsjsregresssimplecustomgetterhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/simple-custom-getter.html (from rev 166469, trunk/LayoutTests/js/regress/simple-custom-getter.html) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/simple-custom-getter.html                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/simple-custom-getter.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,12 @@
</span><ins>+&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
+&lt;html&gt;
+&lt;head&gt;
+&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
+&lt;/head&gt;
+&lt;body&gt;
+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;script-tests/simple-custom-getter.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressvariadicclosurecallexpectedtxtfromrev166469trunkLayoutTestsjsregressvariadicclosurecallexpectedtxt"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/variadic-closure-call-expected.txt (from rev 166469, trunk/LayoutTests/js/regress/variadic-closure-call-expected.txt) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/variadic-closure-call-expected.txt                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/variadic-closure-call-expected.txt        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+JSRegress/variadic-closure-call
+
+On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
+
+
+PASS no exception thrown
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
</ins></span></pre></div>
<a id="trunkLayoutTestsjsslowstressvariadicclosurecallhtmlfromrev166469trunkLayoutTestsjsregressvariadicclosurecallhtml"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/js/slow-stress/variadic-closure-call.html (from rev 166469, trunk/LayoutTests/js/regress/variadic-closure-call.html) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/slow-stress/variadic-closure-call.html                                (rev 0)
+++ trunk/LayoutTests/js/slow-stress/variadic-closure-call.html        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,12 @@
</span><ins>+&lt;!DOCTYPE HTML PUBLIC &quot;-//IETF//DTD HTML//EN&quot;&gt;
+&lt;html&gt;
+&lt;head&gt;
+&lt;script src=&quot;../../resources/js-test-pre.js&quot;&gt;&lt;/script&gt;
+&lt;/head&gt;
+&lt;body&gt;
+&lt;script src=&quot;../../resources/regress-pre.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;script-tests/variadic-closure-call.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/regress-post.js&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;../../resources/js-test-post.js&quot;&gt;&lt;/script&gt;
+&lt;/body&gt;
+&lt;/html&gt;
</ins></span></pre></div>
<a id="trunkLayoutTestsresourcesregresspostjsfromrev166469trunkLayoutTestsjsregressresourcesregresspostjs"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/resources/regress-post.js (from rev 166469, trunk/LayoutTests/js/regress/resources/regress-post.js) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/resources/regress-post.js                                (rev 0)
+++ trunk/LayoutTests/resources/regress-post.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,2 @@
</span><ins>+if (_JSRegress_didSucceed)
+    debug(&quot;PASS no exception thrown&quot;);
</ins></span></pre></div>
<a id="trunkLayoutTestsresourcesregressprejsfromrev166469trunkLayoutTestsjsregressresourcesregressprejs"></a>
<div class="copfile"><h4>Copied: trunk/LayoutTests/resources/regress-pre.js (from rev 166469, trunk/LayoutTests/js/regress/resources/regress-pre.js) (0 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/resources/regress-pre.js                                (rev 0)
+++ trunk/LayoutTests/resources/regress-pre.js        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -0,0 +1,16 @@
</span><ins>+description(&quot;JSRegress/&quot; + (&quot;&quot; + window.location).split('/').pop().split('.')[0]);
+_JSRegress_didSucceed = true;
+_JSRegress_oldOnError = window.onerror;
+window.onerror = function(message) {
+    debug(&quot;FAIL caught exception: &quot; + message);
+    _JSRegress_didSucceed = false;
+    _JSRegress_oldOnError.apply(this, arguments);
+}
+
+if (typeof noInline == &quot;undefined&quot;) {
+    if (window.testRunner)
+        noInline =window.testRunner.neverInlineFunction || function(){};
+    else
+        noInline = function(){}
+}
+
</ins></span></pre></div>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/Tools/ChangeLog        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -1,3 +1,12 @@
</span><ins>+2014-03-30  Filip Pizlo  &lt;fpizlo@apple.com&gt;
+
+        Move slow JSRegress tests out of the way so that they don't show up in run-jsc-benchmarks runs and also skip tests that are extremely long-running
+        https://bugs.webkit.org/show_bug.cgi?id=130951
+
+        Reviewed by Geoffrey Garen.
+
+        * Scripts/run-javascriptcore-tests:
+
</ins><span class="cx"> 2014-04-06  Darin Adler  &lt;darin@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Rework CSS calc logic, fixing some reference count mistakes in Length
</span></span></pre></div>
<a id="trunkToolsScriptsrunjavascriptcoretests"></a>
<div class="modfile"><h4>Modified: trunk/Tools/Scripts/run-javascriptcore-tests (166876 => 166877)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/Scripts/run-javascriptcore-tests        2014-04-07 18:24:31 UTC (rev 166876)
+++ trunk/Tools/Scripts/run-javascriptcore-tests        2014-04-07 18:45:22 UTC (rev 166877)
</span><span class="lines">@@ -239,6 +239,7 @@
</span><span class="cx">         &quot;PerformanceTests/SunSpider/tests/sunspider-1.0&quot;,
</span><span class="cx">         &quot;PerformanceTests/SunSpider/no-architecture-specific-optimizations.yaml&quot;,
</span><span class="cx">         &quot;PerformanceTests/SunSpider/tests/v8-v6&quot;,
</span><ins>+        &quot;LayoutTests/js/slow-stress/script-tests&quot;,
</ins><span class="cx">         &quot;Source/JavaScriptCore/tests/mozilla/mozilla-tests.yaml&quot;,
</span><span class="cx">         &quot;Source/JavaScriptCore/tests/stress&quot;,
</span><span class="cx">         &quot;LayoutTests/js/regress/script-tests&quot;,
</span></span></pre>
</div>
</div>

</body>
</html>