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:
Jarred Sumner
2024-08-02 04:58:31 -07:00
committed by GitHub
parent 82239371ab
commit b5c91a4b7e
48 changed files with 164 additions and 42442 deletions

View File

@@ -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) {