| 59 | }); |
| 60 | } |
| 61 | struct SimpleTestContext { |
| 62 | SimpleTestContext(int val) : _val(val) {} |
| 63 | int _val = -1; |
| 64 | }; |
| 65 | |
| 66 | void AssertGetContextFromVariousTSOverloads(const CallbackInfo& info) { |
| 67 | Env env = info.Env(); |
nothing calls this directly
no outgoing calls
no test coverage detected