diff options
author | 2023-06-21 19:54:00 -0700 | |
---|---|---|
committer | 2023-06-21 19:54:00 -0700 | |
commit | 1f900cff453700b19bca2acadfe26da4468c1282 (patch) | |
tree | 4197fa9288b1f0522372a54211c14b3133c64019 /src/bun.js/bindings/webcore/DOMClientIsoSubspaces.h | |
parent | 522c9bbaaef5f40caca9e692abb15a238c8cd80b (diff) | |
parent | bfb322d618a3f0e9618d311ae69016fe7a08e771 (diff) | |
download | bun-1f900cff453700b19bca2acadfe26da4468c1282.tar.gz bun-1f900cff453700b19bca2acadfe26da4468c1282.tar.zst bun-1f900cff453700b19bca2acadfe26da4468c1282.zip |
Merge branch 'main' into jarred/esm-conditions
Diffstat (limited to 'src/bun.js/bindings/webcore/DOMClientIsoSubspaces.h')
-rw-r--r-- | src/bun.js/bindings/webcore/DOMClientIsoSubspaces.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bun.js/bindings/webcore/DOMClientIsoSubspaces.h b/src/bun.js/bindings/webcore/DOMClientIsoSubspaces.h index d595dc866..3997c1d88 100644 --- a/src/bun.js/bindings/webcore/DOMClientIsoSubspaces.h +++ b/src/bun.js/bindings/webcore/DOMClientIsoSubspaces.h @@ -36,6 +36,7 @@ public: std::unique_ptr<GCClient::IsoSubspace> m_clientSubspaceForCommonJSModuleRecord; std::unique_ptr<GCClient::IsoSubspace> m_clientSubspaceForJSMockImplementation; std::unique_ptr<GCClient::IsoSubspace> m_clientSubspaceForJSMockFunction; + std::unique_ptr<GCClient::IsoSubspace> m_clientSubspaceForMockWithImplementationCleanupData; #include "ZigGeneratedClasses+DOMClientIsoSubspaces.h" /* --- bun --- */ |