diff options
Diffstat (limited to 'src/bun.js/bindings/ZigGeneratedClasses+lazyStructureImpl.h')
-rw-r--r-- | src/bun.js/bindings/ZigGeneratedClasses+lazyStructureImpl.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bun.js/bindings/ZigGeneratedClasses+lazyStructureImpl.h b/src/bun.js/bindings/ZigGeneratedClasses+lazyStructureImpl.h index d50c8c38f..ade20e72a 100644 --- a/src/bun.js/bindings/ZigGeneratedClasses+lazyStructureImpl.h +++ b/src/bun.js/bindings/ZigGeneratedClasses+lazyStructureImpl.h @@ -3,25 +3,25 @@ void GlobalObject::initGeneratedLazyClasses() { [](LazyClassStructure::Initializer& init) { init.setPrototype(WebCore::JSTCPSocket::createPrototype(init.vm, reinterpret_cast<Zig::GlobalObject*>(init.global))); init.setStructure(WebCore::JSTCPSocket::createStructure(init.vm, init.global, init.prototype)); - init.setConstructor(WebCore::JSTCPSocket::createConstructor(init.vm, init.global, init.prototype)); + }); m_JSTLSSocket.initLater( [](LazyClassStructure::Initializer& init) { init.setPrototype(WebCore::JSTLSSocket::createPrototype(init.vm, reinterpret_cast<Zig::GlobalObject*>(init.global))); init.setStructure(WebCore::JSTLSSocket::createStructure(init.vm, init.global, init.prototype)); - init.setConstructor(WebCore::JSTLSSocket::createConstructor(init.vm, init.global, init.prototype)); + }); m_JSListener.initLater( [](LazyClassStructure::Initializer& init) { init.setPrototype(WebCore::JSListener::createPrototype(init.vm, reinterpret_cast<Zig::GlobalObject*>(init.global))); init.setStructure(WebCore::JSListener::createStructure(init.vm, init.global, init.prototype)); - init.setConstructor(WebCore::JSListener::createConstructor(init.vm, init.global, init.prototype)); + }); m_JSSubprocess.initLater( [](LazyClassStructure::Initializer& init) { init.setPrototype(WebCore::JSSubprocess::createPrototype(init.vm, reinterpret_cast<Zig::GlobalObject*>(init.global))); init.setStructure(WebCore::JSSubprocess::createStructure(init.vm, init.global, init.prototype)); - init.setConstructor(WebCore::JSSubprocess::createConstructor(init.vm, init.global, init.prototype)); + }); m_JSSHA1.initLater( [](LazyClassStructure::Initializer& init) { |