diff options
author | 2023-10-17 19:42:37 -0700 | |
---|---|---|
committer | 2023-10-17 19:42:37 -0700 | |
commit | cb5c4c71c866362dce24eff79251fed6add53e9f (patch) | |
tree | 5635cf21140ff2eac14539316f7c6d6704925bd3 /src/bun.js/bindings/KeyObject.cpp | |
parent | bf12268274faac1a38d33007be7a48af9e570761 (diff) | |
download | bun-cb5c4c71c866362dce24eff79251fed6add53e9f.tar.gz bun-cb5c4c71c866362dce24eff79251fed6add53e9f.tar.zst bun-cb5c4c71c866362dce24eff79251fed6add53e9f.zip |
Diffstat (limited to 'src/bun.js/bindings/KeyObject.cpp')
-rw-r--r-- | src/bun.js/bindings/KeyObject.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bun.js/bindings/KeyObject.cpp b/src/bun.js/bindings/KeyObject.cpp index 8f2e52379..301d36afc 100644 --- a/src/bun.js/bindings/KeyObject.cpp +++ b/src/bun.js/bindings/KeyObject.cpp @@ -1234,7 +1234,6 @@ JSC::EncodedJSValue KeyObject__createSecretKey(JSC::JSGlobalObject* lexicalGloba throwException(lexicalGlobalObject, scope, createTypeError(lexicalGlobalObject, "ERR_INVALID_ARG_TYPE: expected Buffer or array-like object"_s)); return JSValue::encode(JSC::jsUndefined()); } - ASSERT_NOT_REACHED(); } JSC::EncodedJSValue KeyObject__Exports(JSC::JSGlobalObject* globalObject, JSC::CallFrame* callFrame) |