diff options
author | 2022-12-28 22:20:15 -0800 | |
---|---|---|
committer | 2022-12-28 22:20:15 -0800 | |
commit | d726a17aca6a0b7e98ee86c193158e7860bb0834 (patch) | |
tree | e1ebdb65d532d2d655c16e2cd2e9bbc6efcf35a2 /src/bun.js/bindings/ZigGeneratedClasses+lazyStructureHeader.h | |
parent | 33e93e678984be98c3863bc4c49f6d3f3a4e7903 (diff) | |
download | bun-d726a17aca6a0b7e98ee86c193158e7860bb0834.tar.gz bun-d726a17aca6a0b7e98ee86c193158e7860bb0834.tar.zst bun-d726a17aca6a0b7e98ee86c193158e7860bb0834.zip |
Implement `Bun.RIPEMD160`
`RIPEMD160` is used by node:crypto.
Diffstat (limited to 'src/bun.js/bindings/ZigGeneratedClasses+lazyStructureHeader.h')
-rw-r--r-- | src/bun.js/bindings/ZigGeneratedClasses+lazyStructureHeader.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/bun.js/bindings/ZigGeneratedClasses+lazyStructureHeader.h b/src/bun.js/bindings/ZigGeneratedClasses+lazyStructureHeader.h index cefb58178..73b96e5f6 100644 --- a/src/bun.js/bindings/ZigGeneratedClasses+lazyStructureHeader.h +++ b/src/bun.js/bindings/ZigGeneratedClasses+lazyStructureHeader.h @@ -70,6 +70,12 @@ JSC::Structure* JSSHA512_256Structure() { return m_JSSHA512_256.getInitializedOn JSC::LazyClassStructure m_JSSHA512_256; bool hasJSSHA512_256SetterValue { false }; mutable JSC::WriteBarrier<JSC::Unknown> m_JSSHA512_256SetterValue; +JSC::Structure* JSRIPEMD160Structure() { return m_JSRIPEMD160.getInitializedOnMainThread(this); } + JSC::JSObject* JSRIPEMD160Constructor() { return m_JSRIPEMD160.constructorInitializedOnMainThread(this); } + JSC::JSValue JSRIPEMD160Prototype() { return m_JSRIPEMD160.prototypeInitializedOnMainThread(this); } + JSC::LazyClassStructure m_JSRIPEMD160; + bool hasJSRIPEMD160SetterValue { false }; + mutable JSC::WriteBarrier<JSC::Unknown> m_JSRIPEMD160SetterValue; JSC::Structure* JSServerWebSocketStructure() { return m_JSServerWebSocket.getInitializedOnMainThread(this); } JSC::JSObject* JSServerWebSocketConstructor() { return m_JSServerWebSocket.constructorInitializedOnMainThread(this); } JSC::JSValue JSServerWebSocketPrototype() { return m_JSServerWebSocket.prototypeInitializedOnMainThread(this); } |