diff options
author | 2022-11-29 23:49:11 -0800 | |
---|---|---|
committer | 2022-11-29 23:49:11 -0800 | |
commit | e75ce84c375cf93b52df3d38450a58f4b1a8346c (patch) | |
tree | 74f5840fee1179350dbe337ce14fbd236adc2984 /src/bun.js/bindings/headers-handwritten.h | |
parent | b631ea7d725a42954c577ea686ae711ef04f63e1 (diff) | |
download | bun-e75ce84c375cf93b52df3d38450a58f4b1a8346c.tar.gz bun-e75ce84c375cf93b52df3d38450a58f4b1a8346c.tar.zst bun-e75ce84c375cf93b52df3d38450a58f4b1a8346c.zip |
Remove some dead bindings code
Diffstat (limited to 'src/bun.js/bindings/headers-handwritten.h')
-rw-r--r-- | src/bun.js/bindings/headers-handwritten.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/bun.js/bindings/headers-handwritten.h b/src/bun.js/bindings/headers-handwritten.h index b8d071785..9e43f8881 100644 --- a/src/bun.js/bindings/headers-handwritten.h +++ b/src/bun.js/bindings/headers-handwritten.h @@ -273,4 +273,10 @@ extern "C" int64_t Bun__encoding__constructFromUTF16(void*, const UChar* ptr, si bool Bun__deepEquals(JSC::JSGlobalObject* globalObject, JSC::JSValue v1, JSC::JSValue v2, Vector<std::pair<JSC::JSValue, JSC::JSValue>, 16>& stack, JSC::ThrowScope* scope, bool addToStack); +namespace JSC { +class ScriptArguments; +} + +using ScriptArguments = JSC::ScriptArguments; + #endif |