diff options
author | 2022-08-18 19:06:29 -0700 | |
---|---|---|
committer | 2022-08-18 19:06:29 -0700 | |
commit | e3c2a95e5ff4e6c6b63839f4773cc3f5aeadddc8 (patch) | |
tree | ec2e43f3a33bdd784473022b00121f4c597c8e09 /src/bun.js/bindings/ZigGeneratedClasses+lazyStructureHeader.h | |
parent | e45ddc086fe6b3e7a32aa45607f5e3d570998137 (diff) | |
download | bun-e3c2a95e5ff4e6c6b63839f4773cc3f5aeadddc8.tar.gz bun-e3c2a95e5ff4e6c6b63839f4773cc3f5aeadddc8.tar.zst bun-e3c2a95e5ff4e6c6b63839f4773cc3f5aeadddc8.zip |
Faster TextDecoder
Diffstat (limited to 'src/bun.js/bindings/ZigGeneratedClasses+lazyStructureHeader.h')
-rw-r--r-- | src/bun.js/bindings/ZigGeneratedClasses+lazyStructureHeader.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bun.js/bindings/ZigGeneratedClasses+lazyStructureHeader.h b/src/bun.js/bindings/ZigGeneratedClasses+lazyStructureHeader.h index 4a3b95f74..da5480541 100644 --- a/src/bun.js/bindings/ZigGeneratedClasses+lazyStructureHeader.h +++ b/src/bun.js/bindings/ZigGeneratedClasses+lazyStructureHeader.h @@ -30,10 +30,10 @@ JSC::Structure* JSSHA512_256Structure() { return m_JSSHA512_256.getInitializedOn JSC::JSObject* JSSHA512_256Constructor() { return m_JSSHA512_256.constructorInitializedOnMainThread(this); } JSC::JSValue JSSHA512_256Prototype() { return m_JSSHA512_256.prototypeInitializedOnMainThread(this); } JSC::LazyClassStructure m_JSSHA512_256; -JSC::Structure* JSMD5_SHA1Structure() { return m_JSMD5_SHA1.getInitializedOnMainThread(this); } - JSC::JSObject* JSMD5_SHA1Constructor() { return m_JSMD5_SHA1.constructorInitializedOnMainThread(this); } - JSC::JSValue JSMD5_SHA1Prototype() { return m_JSMD5_SHA1.prototypeInitializedOnMainThread(this); } - JSC::LazyClassStructure m_JSMD5_SHA1; +JSC::Structure* JSTextDecoderStructure() { return m_JSTextDecoder.getInitializedOnMainThread(this); } + JSC::JSObject* JSTextDecoderConstructor() { return m_JSTextDecoder.constructorInitializedOnMainThread(this); } + JSC::JSValue JSTextDecoderPrototype() { return m_JSTextDecoder.prototypeInitializedOnMainThread(this); } + JSC::LazyClassStructure m_JSTextDecoder; JSC::Structure* JSRequestStructure() { return m_JSRequest.getInitializedOnMainThread(this); } JSC::JSObject* JSRequestConstructor() { return m_JSRequest.constructorInitializedOnMainThread(this); } JSC::JSValue JSRequestPrototype() { return m_JSRequest.prototypeInitializedOnMainThread(this); } |