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 |
|