| 55 | return JS_ThrowTypeError(context, "Native class member called with an incompatible receiver"); |
| 56 | } |
| 57 | |
| 58 | if (valdiJsContext.interruptRequested()) { |
| 59 | valdiJsContext.onInterrupt(); |
| 60 | } |
| 61 | |
| 62 | auto result = functionData->callback(instanceData->getOpaque().get(), callContext); |
nothing calls this directly
no test coverage detected