Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 // Don't assert.
2 try {
3 eval('\
4 function asmModule(g, foreign, heap) {\
5 "use asm";\
6 let HEAP8 = new g.Int8Array(heap);\
7 function f() { return 17; } \
8 return {f: f};\
9 }\
10 let m = asmModule("", "", 1, "");\
11 ');
12 } catch (ex) {
13 }