mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
Explicitly enable ShadowRealm
This commit is contained in:
@@ -189,6 +189,7 @@ extern "C" void JSCInitialize()
|
||||
JSC::Options::useJIT() = true;
|
||||
JSC::Options::useBBQJIT() = true;
|
||||
JSC::Options::useJITCage() = false;
|
||||
JSC::Options::useShadowRealm() = true;
|
||||
JSC::Options::ensureOptionsAreCoherent();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user