aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/ZigGeneratedClasses+lazyStructureImpl.h
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-04-17 03:56:38 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-04-17 03:56:38 -0700
commit01a03bcce45285d3f2f3e0148e3c3abea5b1b983 (patch)
treeef79e9d77485324deaef2532077e0560d016d3b7 /src/bun.js/bindings/ZigGeneratedClasses+lazyStructureImpl.h
parent6b758c809f7f74d21e1f183698cf203850979db8 (diff)
downloadbun-01a03bcce45285d3f2f3e0148e3c3abea5b1b983.tar.gz
bun-01a03bcce45285d3f2f3e0148e3c3abea5b1b983.tar.zst
bun-01a03bcce45285d3f2f3e0148e3c3abea5b1b983.zip
Prepare for `Bun.build`
Diffstat (limited to 'src/bun.js/bindings/ZigGeneratedClasses+lazyStructureImpl.h')
-rw-r--r--src/bun.js/bindings/ZigGeneratedClasses+lazyStructureImpl.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/bun.js/bindings/ZigGeneratedClasses+lazyStructureImpl.h b/src/bun.js/bindings/ZigGeneratedClasses+lazyStructureImpl.h
index 171a29303..a90753aa8 100644
--- a/src/bun.js/bindings/ZigGeneratedClasses+lazyStructureImpl.h
+++ b/src/bun.js/bindings/ZigGeneratedClasses+lazyStructureImpl.h
@@ -5,12 +5,6 @@ void GlobalObject::initGeneratedLazyClasses() {
init.setStructure(WebCore::JSBlob::createStructure(init.vm, init.global, init.prototype));
init.setConstructor(WebCore::JSBlob::createConstructor(init.vm, init.global, init.prototype));
});
- m_JSBundler.initLater(
- [](LazyClassStructure::Initializer& init) {
- init.setPrototype(WebCore::JSBundler::createPrototype(init.vm, reinterpret_cast<Zig::GlobalObject*>(init.global)));
- init.setStructure(WebCore::JSBundler::createStructure(init.vm, init.global, init.prototype));
- init.setConstructor(WebCore::JSBundler::createConstructor(init.vm, init.global, init.prototype));
- });
m_JSCryptoHasher.initLater(
[](LazyClassStructure::Initializer& init) {
init.setPrototype(WebCore::JSCryptoHasher::createPrototype(init.vm, reinterpret_cast<Zig::GlobalObject*>(init.global)));
@@ -172,7 +166,6 @@ template<typename Visitor>
void GlobalObject::visitGeneratedLazyClasses(GlobalObject *thisObject, Visitor& visitor)
{
thisObject->m_JSBlob.visit(visitor); visitor.append(thisObject->m_JSBlobSetterValue);
- thisObject->m_JSBundler.visit(visitor); visitor.append(thisObject->m_JSBundlerSetterValue);
thisObject->m_JSCryptoHasher.visit(visitor); visitor.append(thisObject->m_JSCryptoHasherSetterValue);
thisObject->m_JSDirent.visit(visitor); visitor.append(thisObject->m_JSDirentSetterValue);
thisObject->m_JSExpect.visit(visitor); visitor.append(thisObject->m_JSExpectSetterValue);