summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/regress/regress-441099.js
blob: 63aecfd25c4e1689c83463a68a84462e9eb2295a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
// Copyright 2014 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

var Module;
if (!Module) Module = eval('(function() { try { return Module || {} } catch(e) { return {} } })()');
else if (ENVIRONMENT_IS_SHELL) {
}
var Runtime = {
  stackSave: function () {
  },
  alignMemory: function (quantum) { var ret = size = Math.ceil()*(quantum ? quantum : 8); return ret; }}
function allocate() {
}
function callRuntimeCallbacks(callbacks) {
    var callback = callbacks.shift();
    var func = callback.func;
    if (typeof func === 'number') {
    } else {
      func();
    }
}
var __ATINIT__    = []; // functions called during startup
function ensureInitRuntime() {
  callRuntimeCallbacks(__ATINIT__);
}
/* global initializers */ __ATINIT__.push({ func: function() { runPostSets() } });
    function __formatString() {
            switch (next) {
            }
    }
  var Browser={mainLoop:{queue:[],pause:function () {
        }},moduleContextCreatedCallbacks:[],workers:[],init:function () {
      }};
var asm = (function() {
  'use asm';
function setThrew() {
}
function runPostSets() {
}
function _main() {
}
function _free() {
}
  return { runPostSets: runPostSets};
})
();
var runPostSets = Module["runPostSets"] = asm["runPostSets"];
var i64Math = (function() { // Emscripten wrapper
  /**
   */
})();
    ensureInitRuntime();