()
| 169 | |
| 170 | |
| 171 | def test_constructor_stdin(): |
| 172 | constructor = pm.eval("(obj) => { return obj.constructor; }")(sys.stdin) |
| 173 | assert repr(constructor).__contains__("<pythonmonkey.JSFunctionProxy object at") |
| 174 | |
| 175 | |
| 176 | def test_toString_is_prototype_toString(): |
nothing calls this directly
no outgoing calls
no test coverage detected