comparison: js/src/jit-test/tests/asm.js/testDebugModeDisables.js
js/src/jit-test/tests/asm.js/testDebugModeDisables.js
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 // |jit-test| debug |
|
2 |
|
3 load(libdir + "asm.js"); |
|
4 |
|
5 assertAsmTypeFail("'use asm'; function f() {} return f"); |