chore: update auto-generated files and header libraries from build [skip ci]

This commit is contained in:
github-actions[bot]
2026-05-19 10:52:14 +00:00
parent 6c21fd5a44
commit 6943674b0b

View File

@@ -1460,11 +1460,7 @@ public:
if(!rt)
throw std::runtime_error{"qjs: Cannot create runtime"};
#ifdef _WIN32
JS_SetHostPromiseRejectionTracker(rt, promise_unhandled_rejection_tracker, NULL);
#else
JS_SetHostUnhandledPromiseRejectionTracker(rt, promise_unhandled_rejection_tracker, NULL);
#endif // _WIN32
JS_SetModuleLoaderFunc(rt, nullptr, module_loader, nullptr);
}