| 2159 | return updateErrorHandler(callContext, _unhandledRejectionHandler); |
| 2160 | } |
| 2161 | |
| 2162 | JSValueRef JavaScriptRuntime::runtimeCreateWorker(JSFunctionNativeCallContext& callContext) { |
| 2163 | auto workerRuntime = makeShared<JavaScriptRuntime>(_javaScriptBridge, |
| 2164 | _resourceManager, |
| 2165 | _contextManager, |
| 2166 | _mainThreadManager, |
nothing calls this directly
no test coverage detected