| 12 | } |
| 13 | |
| 14 | JavaScriptWorker::~JavaScriptWorker() { |
| 15 | VALDI_INFO(_runtime->getLogger(), "Destroying JS Worker with URL: {}", _url); |
| 16 | _runtime->fullTeardown(); |
| 17 | } |
| 18 | |
| 19 | // Retrieve the onmessage function set by the script |
| 20 | static Ref<ValueFunction> getGlobalOnMessage(JavaScriptEntryParameters& entry) { |
nothing calls this directly
no test coverage detected