diff options
author | 2022-12-17 15:41:47 -0800 | |
---|---|---|
committer | 2022-12-17 15:41:47 -0800 | |
commit | feea8824f1da05a43f602e8f9f94ff1862c848d0 (patch) | |
tree | 0b07b0f02539d99efa500895f6d2a0a69e8514c6 /src/bun.js/bindings/ZigGlobalObject.h | |
parent | 028e48ed972fa0a05388feab4c6874baab0331c2 (diff) | |
download | bun-feea8824f1da05a43f602e8f9f94ff1862c848d0.tar.gz bun-feea8824f1da05a43f602e8f9f94ff1862c848d0.tar.zst bun-feea8824f1da05a43f602e8f9f94ff1862c848d0.zip |
Delete Oniguruma (#1625)
* Update .gitmodules
* Delete oniguruma
* Delete Oniguruma
* Make this test less flaky
* :scissors:
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Diffstat (limited to 'src/bun.js/bindings/ZigGlobalObject.h')
-rw-r--r-- | src/bun.js/bindings/ZigGlobalObject.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/bun.js/bindings/ZigGlobalObject.h b/src/bun.js/bindings/ZigGlobalObject.h index 90d67d34f..7335c9d97 100644 --- a/src/bun.js/bindings/ZigGlobalObject.h +++ b/src/bun.js/bindings/ZigGlobalObject.h @@ -224,10 +224,6 @@ public: JSC::JSObject* JSReadableState() { return m_JSReadableStateClassStructure.constructorInitializedOnMainThread(this); } JSC::JSValue JSReadableStatePrototype() { return m_JSReadableStateClassStructure.prototypeInitializedOnMainThread(this); } - JSC::Structure* OnigurumaRegExpStructure() { return m_OnigurumaRegExpClassStructure.getInitializedOnMainThread(this); } - JSC::JSValue OnigurumaRegExpPrototype() { return m_OnigurumaRegExpClassStructure.prototypeInitializedOnMainThread(this); } - JSC::JSObject* OnigurumaRegExpConstructor() { return m_OnigurumaRegExpClassStructure.constructorInitializedOnMainThread(this); } - JSC::JSMap* readableStreamNativeMap() { return m_lazyReadableStreamPrototypeMap.getInitializedOnMainThread(this); } JSC::JSMap* requireMap() { return m_requireMap.getInitializedOnMainThread(this); } JSC::Structure* encodeIntoObjectStructure() { return m_encodeIntoObjectStructure.getInitializedOnMainThread(this); } @@ -465,7 +461,6 @@ private: LazyClassStructure m_JSReadableStateClassStructure; LazyClassStructure m_JSStringDecoderClassStructure; LazyClassStructure m_NapiClassStructure; - LazyClassStructure m_OnigurumaRegExpClassStructure; LazyClassStructure m_callSiteStructure; /** |