diff options
author | 2023-09-21 20:52:13 -0700 | |
---|---|---|
committer | 2023-09-21 20:52:13 -0700 | |
commit | 3bcf1ae20818357ad9353221fe0d9d28cb7b485b (patch) | |
tree | d37a54181cbe72c28029af0a12f2ce3762c3d484 /src/bun.js/bindings/headers.h | |
parent | 030407c52e0be488027762dc2351865b01c83833 (diff) | |
download | bun-dave/assert-double-is-valid.tar.gz bun-dave/assert-double-is-valid.tar.zst bun-dave/assert-double-is-valid.zip |
double assertiondave/assert-double-is-valid
Diffstat (limited to 'src/bun.js/bindings/headers.h')
-rw-r--r-- | src/bun.js/bindings/headers.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bun.js/bindings/headers.h b/src/bun.js/bindings/headers.h index cffb9f0c9..62cf6e02e 100644 --- a/src/bun.js/bindings/headers.h +++ b/src/bun.js/bindings/headers.h @@ -369,7 +369,6 @@ CPP_DECL bool JSC__JSValue__jestDeepEquals(JSC__JSValue JSValue0, JSC__JSValue J CPP_DECL bool JSC__JSValue__jestDeepMatch(JSC__JSValue JSValue0, JSC__JSValue JSValue1, JSC__JSGlobalObject* arg2, bool arg3); CPP_DECL bool JSC__JSValue__jestStrictDeepEquals(JSC__JSValue JSValue0, JSC__JSValue JSValue1, JSC__JSGlobalObject* arg2); CPP_DECL JSC__JSValue JSC__JSValue__jsBoolean(bool arg0); -CPP_DECL JSC__JSValue JSC__JSValue__jsDoubleNumber(double arg0); CPP_DECL JSC__JSValue JSC__JSValue__jsNull(); CPP_DECL JSC__JSValue JSC__JSValue__jsNumberFromChar(unsigned char arg0); CPP_DECL JSC__JSValue JSC__JSValue__jsNumberFromDouble(double arg0); |