diff options
author | 2023-03-16 11:04:55 +0800 | |
---|---|---|
committer | 2023-03-15 20:04:55 -0700 | |
commit | 0befd9ad8573e8be003fa2dbca2753c6216538ab (patch) | |
tree | 168011aea064edd7a9ba2ad459ebbbd56d0286b4 /src/bun.js/bindings/headers.h | |
parent | 79a05d50ad58059f6cea973deb59e8fab4e50e31 (diff) | |
download | bun-0befd9ad8573e8be003fa2dbca2753c6216538ab.tar.gz bun-0befd9ad8573e8be003fa2dbca2753c6216538ab.tar.zst bun-0befd9ad8573e8be003fa2dbca2753c6216538ab.zip |
feat(expect): update toBeInstanceOf (#2396)
* feat: update instanceof binding
* fix: according to PR comments
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 8312706e1..35050c4e8 100644 --- a/src/bun.js/bindings/headers.h +++ b/src/bun.js/bindings/headers.h @@ -1,5 +1,5 @@ // clang-format off -//-- AUTOGENERATED FILE -- 1678254453 +//-- AUTOGENERATED FILE -- 1678855956 #pragma once #include <stddef.h> @@ -325,6 +325,7 @@ CPP_DECL bool JSC__JSValue__isError(JSC__JSValue JSValue0); CPP_DECL bool JSC__JSValue__isException(JSC__JSValue JSValue0, JSC__VM* arg1); CPP_DECL bool JSC__JSValue__isGetterSetter(JSC__JSValue JSValue0); CPP_DECL bool JSC__JSValue__isHeapBigInt(JSC__JSValue JSValue0); +CPP_DECL bool JSC__JSValue__isInstanceOf(JSC__JSValue JSValue0, JSC__JSGlobalObject* arg1, JSC__JSValue JSValue2); CPP_DECL bool JSC__JSValue__isInt32(JSC__JSValue JSValue0); CPP_DECL bool JSC__JSValue__isInt32AsAnyInt(JSC__JSValue JSValue0); CPP_DECL bool JSC__JSValue__isIterable(JSC__JSValue JSValue0, JSC__JSGlobalObject* arg1); |