()
| 138 | |
| 139 | def test_eval_exceptions_nested_py_js_py(): |
| 140 | def c(): |
| 141 | raise Exception('this is an exception') |
| 142 | err_line_number = sys._getframe().f_lineno - 1 |
| 143 | b = pm.eval('''(x) => { |
| 144 | try { |
nothing calls this directly
no outgoing calls
no test coverage detected