Jarred Sumner
|
bc79a48ce4
|
Fix crash in NapiClass_ConstructorFunction due to incorrect handling of newTarget (#20552)
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
|
2025-06-23 19:50:09 -07:00 |
|
Ben Grant
|
1ebec90d6e
|
Revert "Add test from #18287 (#19775)"
This reverts commit f1504c4265.
|
2025-05-20 12:22:01 -07:00 |
|
190n
|
f1504c4265
|
Add test from #18287 (#19775)
|
2025-05-20 11:56:30 -07:00 |
|
Dylan Conway
|
ba0bd426ed
|
deflake napi_async_work test (#18836)
|
2025-04-07 18:52:05 -07:00 |
|
Dylan Conway
|
340ae94d0f
|
napi_async_work fixes (#18825)
|
2025-04-07 05:20:24 -07:00 |
|
190n
|
cde668b54c
|
Better edge case handling in napi_value<->String conversion (#18107)
|
2025-03-12 18:15:00 -07:00 |
|
190n
|
efabdcbe1f
|
Start fixing bugs discovered by Node.js's Node-API tests (#14501)
Co-authored-by: Kai Tamkun <kai@tamkun.io>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Ashcon Partovi <ashcon@partovi.net>
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com>
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
Co-authored-by: 190n <190n@users.noreply.github.com>
|
2025-02-26 22:11:42 -08:00 |
|
Don Isaac
|
c3c27b8e0d
|
fix(napi): napi_get_value_uint32 now handles int32s correctly
|
2025-01-18 12:08:26 -08:00 |
|
190n
|
59e06b0df5
|
fix(napi): set lossless parameter in napi_get_value_bigint_{int64,uint64}, and trim leading zeroes in napi_create_bigint_words (#15804)
|
2024-12-17 17:38:12 -08:00 |
|
190n
|
4eae3a90e8
|
fix(napi): Make napi_wrap work on regular objects (#15622)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-12-16 15:54:39 -08:00 |
|
190n
|
71fdb59918
|
Fix napi property methods on non-objects (#14935)
|
2024-10-31 21:02:26 -07:00 |
|
190n
|
9647291d73
|
Implement NAPI type tagging (#14915)
|
2024-10-30 19:57:48 -07:00 |
|
190n
|
50e9be0dc7
|
Fix napi_value<=>integer conversions and napi_create_empty_array (#14479)
|
2024-10-10 23:50:39 -07:00 |
|
190n
|
50bb5fa1f6
|
Fix napi_throw_*/napi_create_*_error (#14446)
|
2024-10-10 02:35:38 -07:00 |
|
190n
|
b0b38b42ba
|
Return undefined from napi_get_property when property does not exist (#14366)
|
2024-10-07 18:05:31 -07:00 |
|
190n
|
0a54c24bd3
|
Allow throwing exceptions from napi_async_complete_callback (#14302)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-10-02 22:35:45 -07:00 |
|
190n
|
08a77267da
|
Keep event loop alive when refConcurrently has been called (#14068)
|
2024-09-20 14:57:55 -07:00 |
|
Jarred Sumner
|
c48997050d
|
Avoid creating a Napi handle scope within a finalizer (#13870)
Co-authored-by: Ben Grant <ben@bun.sh>
|
2024-09-11 20:05:44 -07:00 |
|
190n
|
084734db64
|
Implement napi_handle_scope and napi_escapable_handle_scope (#13756)
|
2024-09-07 00:55:19 -07:00 |
|