Skip to content

Commit

Permalink
enable iterator-helpers in webkit
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro authored Oct 10, 2024
1 parent ff47631 commit 985b805
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bun.js/bindings/ZigGlobalObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ extern "C" void JSCInitialize(const char* envp[], size_t envc, void (*onCrash)(c
JSC::Options::evalMode() = evalMode;
JSC::Options::usePromiseTryMethod() = true;
JSC::Options::useRegExpEscape() = true;
JSC::Options::useIteratorHelpers() = true;
JSC::dangerouslyOverrideJSCBytecodeCacheVersion(getWebKitBytecodeCacheVersion());

#ifdef BUN_DEBUG
Expand Down

0 comments on commit 985b805

Please sign in to comment.