diff options
author | 2022-09-24 19:03:31 -0700 | |
---|---|---|
committer | 2022-09-24 19:03:31 -0700 | |
commit | a8ab899816d4ddb16b56727bef7998d38179390e (patch) | |
tree | c1dbecfbf09ea293e2e1a8938ad6ffb5f87b92a5 /src/bun.js/bindings/ZigGeneratedClasses+lazyStructureHeader.h | |
parent | 86efa17895252d2ef6a661dcdd1f92e9e7030c8a (diff) | |
download | bun-a8ab899816d4ddb16b56727bef7998d38179390e.tar.gz bun-a8ab899816d4ddb16b56727bef7998d38179390e.tar.zst bun-a8ab899816d4ddb16b56727bef7998d38179390e.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); } |