diff options
author | 2022-11-23 22:50:49 -0800 | |
---|---|---|
committer | 2022-11-23 22:50:49 -0800 | |
commit | dc330701d2e6e68922953616a7c0c6de41d98233 (patch) | |
tree | e1d9f2cdb3ada0dce251cc893e5fa9f07a0c97c2 /src/bun.js/bindings/headers.h | |
parent | d434370500ff9877f30e95710a7e49c11fc41365 (diff) | |
download | bun-dc330701d2e6e68922953616a7c0c6de41d98233.tar.gz bun-dc330701d2e6e68922953616a7c0c6de41d98233.tar.zst bun-dc330701d2e6e68922953616a7c0c6de41d98233.zip |
Bun.deepEquals and expect().toEqual() (#1548)
* all of deepEquals
* remove comment, tests, move inline function
Diffstat (limited to 'src/bun.js/bindings/headers.h')
-rw-r--r-- | src/bun.js/bindings/headers.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bun.js/bindings/headers.h b/src/bun.js/bindings/headers.h index a9d106029..67dc9e393 100644 --- a/src/bun.js/bindings/headers.h +++ b/src/bun.js/bindings/headers.h @@ -1,5 +1,5 @@ // clang-format off -//-- AUTOGENERATED FILE -- 1669191472 +//-- AUTOGENERATED FILE -- 1669267948 #pragma once #include <stddef.h> @@ -486,6 +486,7 @@ CPP_DECL JSC__JSValue JSC__JSValue__createRangeError(const ZigString* arg0, cons CPP_DECL JSC__JSValue JSC__JSValue__createStringArray(JSC__JSGlobalObject* arg0, ZigString* arg1, size_t arg2, bool arg3); CPP_DECL JSC__JSValue JSC__JSValue__createTypeError(const ZigString* arg0, const ZigString* arg1, JSC__JSGlobalObject* arg2); CPP_DECL JSC__JSValue JSC__JSValue__createUninitializedUint8Array(JSC__JSGlobalObject* arg0, size_t arg1); +CPP_DECL bool JSC__JSValue__deepEquals(JSC__JSValue JSValue0, JSC__JSValue JSValue1, JSC__JSGlobalObject* arg2); CPP_DECL bool JSC__JSValue__eqlCell(JSC__JSValue JSValue0, JSC__JSCell* arg1); CPP_DECL bool JSC__JSValue__eqlValue(JSC__JSValue JSValue0, JSC__JSValue JSValue1); CPP_DECL JSC__JSValue JSC__JSValue__fastGet_(JSC__JSValue JSValue0, JSC__JSGlobalObject* arg1, unsigned char arg2); |