diff options
author | 2022-09-24 19:03:31 -0700 | |
---|---|---|
committer | 2022-09-25 13:14:23 -0700 | |
commit | 9833841101c75c3d511a64daf32e8c273d7d928f (patch) | |
tree | 543d3de0426447161a991b0475aa749c1305f08d /src/bun.js/bindings/ZigGeneratedClasses+lazyStructureHeader.h | |
parent | 1cd67b62e9d012c02d1534accf295014469be7e6 (diff) | |
download | bun-9833841101c75c3d511a64daf32e8c273d7d928f.tar.gz bun-9833841101c75c3d511a64daf32e8c273d7d928f.tar.zst bun-9833841101c75c3d511a64daf32e8c273d7d928f.zip |
wip
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 31100e3a4..c37518fe5 100644 --- a/src/bun.js/bindings/ZigGeneratedClasses+lazyStructureHeader.h +++ b/src/bun.js/bindings/ZigGeneratedClasses+lazyStructureHeader.h @@ -1,3 +1,9 @@ +JSC::Structure* JSSubprocessStructure() { return m_JSSubprocess.getInitializedOnMainThread(this); } + JSC::JSObject* JSSubprocessConstructor() { return m_JSSubprocess.constructorInitializedOnMainThread(this); } + JSC::JSValue JSSubprocessPrototype() { return m_JSSubprocess.prototypeInitializedOnMainThread(this); } + JSC::LazyClassStructure m_JSSubprocess; + bool hasJSSubprocessSetterValue { false }; + mutable JSC::WriteBarrier<JSC::Unknown> m_JSSubprocessSetterValue; JSC::Structure* JSSHA1Structure() { return m_JSSHA1.getInitializedOnMainThread(this); } JSC::JSObject* JSSHA1Constructor() { return m_JSSHA1.constructorInitializedOnMainThread(this); } JSC::JSValue JSSHA1Prototype() { return m_JSSHA1.prototypeInitializedOnMainThread(this); } |