| 52 | } |
| 53 | |
| 54 | void DoNotCatch(const CallbackInfo& info) { |
| 55 | Function thrower = info[0].As<Function>(); |
| 56 | thrower({}); |
| 57 | } |
| 58 | |
| 59 | void ThrowApiError(const CallbackInfo& info) { |
| 60 | // Attempting to call an empty function value will throw an API error. |
nothing calls this directly
no outgoing calls
no test coverage detected