diff options
author | 2022-11-28 23:15:12 -0800 | |
---|---|---|
committer | 2022-11-28 23:15:12 -0800 | |
commit | 56884b5f1dd60a2673ef765a5556bd37d00c1292 (patch) | |
tree | 8ab86ac1015bcaf91c5d33851022a325d3e1fcb6 /src/bun.js/bindings/headers.h | |
parent | 887496bcf9bc3e87ca18637f4cd059eecc324102 (diff) | |
download | bun-56884b5f1dd60a2673ef765a5556bd37d00c1292.tar.gz bun-56884b5f1dd60a2673ef765a5556bd37d00c1292.tar.zst bun-56884b5f1dd60a2673ef765a5556bd37d00c1292.zip |
toHaveProperty and tests (#1558)
* toHaveProperty and tests
* emoji tests
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 9d335ee90..346cfa50e 100644 --- a/src/bun.js/bindings/headers.h +++ b/src/bun.js/bindings/headers.h @@ -1,5 +1,5 @@ // clang-format off -//-- AUTOGENERATED FILE -- 1669539205 +//-- AUTOGENERATED FILE -- 1669680738 #pragma once #include <stddef.h> @@ -497,6 +497,7 @@ CPP_DECL JSC__JSValue JSC__JSValue__fromInt64NoTruncate(JSC__JSGlobalObject* arg CPP_DECL JSC__JSValue JSC__JSValue__fromUInt64NoTruncate(JSC__JSGlobalObject* arg0, uint64_t arg1); CPP_DECL void JSC__JSValue__getClassName(JSC__JSValue JSValue0, JSC__JSGlobalObject* arg1, ZigString* arg2); CPP_DECL JSC__JSValue JSC__JSValue__getErrorsProperty(JSC__JSValue JSValue0, JSC__JSGlobalObject* arg1); +CPP_DECL JSC__JSValue JSC__JSValue__getIfPropertyExistsFromPath(JSC__JSValue JSValue0, JSC__JSGlobalObject* arg1, JSC__JSValue JSValue2); CPP_DECL JSC__JSValue JSC__JSValue__getIfPropertyExistsImpl(JSC__JSValue JSValue0, JSC__JSGlobalObject* arg1, const unsigned char* arg2, uint32_t arg3); CPP_DECL uint64_t JSC__JSValue__getLengthOfArray(JSC__JSValue JSValue0, JSC__JSGlobalObject* arg1); CPP_DECL void JSC__JSValue__getNameProperty(JSC__JSValue JSValue0, JSC__JSGlobalObject* arg1, ZigString* arg2); |