mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
Upgrade WebKit (#12873)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com> Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
This commit is contained in:
@@ -423,6 +423,7 @@ extern "C" void Bun__onFulfillAsyncModule(
|
||||
|
||||
if (auto entry = globalObject->esmRegistryMap()->get(globalObject, specifierValue)) {
|
||||
if (entry.isObject()) {
|
||||
|
||||
auto* object = entry.getObject();
|
||||
if (auto state = object->getIfPropertyExists(globalObject, Bun::builtinNames(vm).statePublicName())) {
|
||||
if (state.toInt32(globalObject) > JSC::JSModuleLoader::Status::Fetch) {
|
||||
|
||||
Reference in New Issue
Block a user