diff options
author | 2023-09-04 16:30:10 -0300 | |
---|---|---|
committer | 2023-09-04 16:30:10 -0300 | |
commit | 1b6586f094235bfe0c0ce9d9b3b2a08a65610b42 (patch) | |
tree | aa8dab4154285de284790039b1db36491fc6cfcc /src/bun.js/bindings/ZigGeneratedClasses+DOMClientIsoSubspaces.h | |
parent | d134a261d5f710efd040122074fcfb9ed5dea23e (diff) | |
download | bun-1b6586f094235bfe0c0ce9d9b3b2a08a65610b42.tar.gz bun-1b6586f094235bfe0c0ce9d9b3b2a08a65610b42.tar.zst bun-1b6586f094235bfe0c0ce9d9b3b2a08a65610b42.zip |
WIP fix post data/refactor
Diffstat (limited to 'src/bun.js/bindings/ZigGeneratedClasses+DOMClientIsoSubspaces.h')
-rw-r--r-- | src/bun.js/bindings/ZigGeneratedClasses+DOMClientIsoSubspaces.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bun.js/bindings/ZigGeneratedClasses+DOMClientIsoSubspaces.h b/src/bun.js/bindings/ZigGeneratedClasses+DOMClientIsoSubspaces.h index 3c3aa5669..5347e037b 100644 --- a/src/bun.js/bindings/ZigGeneratedClasses+DOMClientIsoSubspaces.h +++ b/src/bun.js/bindings/ZigGeneratedClasses+DOMClientIsoSubspaces.h @@ -21,7 +21,8 @@ std::unique_ptr<GCClient::IsoSubspace> m_clientSubspaceForExpectStringMatching; std::unique_ptr<GCClient::IsoSubspace> m_clientSubspaceForFFI; std::unique_ptr<GCClient::IsoSubspace> m_clientSubspaceForFSWatcher; std::unique_ptr<GCClient::IsoSubspace> m_clientSubspaceForFileSystemRouter; -std::unique_ptr<GCClient::IsoSubspace> m_clientSubspaceForFileSystemRouterConstructor;std::unique_ptr<GCClient::IsoSubspace> m_clientSubspaceForHTMLRewriter; +std::unique_ptr<GCClient::IsoSubspace> m_clientSubspaceForFileSystemRouterConstructor;std::unique_ptr<GCClient::IsoSubspace> m_clientSubspaceForH2FrameParser; +std::unique_ptr<GCClient::IsoSubspace> m_clientSubspaceForH2FrameParserConstructor;std::unique_ptr<GCClient::IsoSubspace> m_clientSubspaceForHTMLRewriter; std::unique_ptr<GCClient::IsoSubspace> m_clientSubspaceForHTMLRewriterConstructor;std::unique_ptr<GCClient::IsoSubspace> m_clientSubspaceForHTTPSServer; std::unique_ptr<GCClient::IsoSubspace> m_clientSubspaceForHTTPServer; std::unique_ptr<GCClient::IsoSubspace> m_clientSubspaceForListener; |