comparison: js/src/jit-test/tests/asm.js/testBug855442.js
js/src/jit-test/tests/asm.js/testBug855442.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 gczeal(2,4); |
|
2 function asmModule(g, foreign, heap) { |
|
3 "use asm"; |
|
4 var HEAP8 = new g.Int8Array(heap); |
|
5 function f() {} |
|
6 return {f: f}; |
|
7 } |
|
8 asmModule(this, 2, new ArrayBuffer(2048)); |