(f, ...args)
| 8 | import imported from 'test-baseline-module-helper.mjs'; |
| 9 | |
| 10 | function run(f, ...args) { |
| 11 | try { f(...args); } catch (e) {} |
| 12 | %CompileBaseline(f); |
| 13 | return f(...args); |
| 14 | } |
| 15 | |
| 16 | function construct(f, ...args) { |
| 17 | try { new f(...args); } catch (e) {} |
no test coverage detected