diff options
author | 2022-05-11 02:59:46 -0700 | |
---|---|---|
committer | 2022-05-11 02:59:46 -0700 | |
commit | aea3b4e280d45e7a95dc3d3ca22df62bdb3f3882 (patch) | |
tree | a1b7cadf55fc07b1d61f5263abca4c2f18de5317 | |
parent | 12e0496a79458e2aad302ad4faea3848b71435d0 (diff) | |
download | bun-aea3b4e280d45e7a95dc3d3ca22df62bdb3f3882.tar.gz bun-aea3b4e280d45e7a95dc3d3ca22df62bdb3f3882.tar.zst bun-aea3b4e280d45e7a95dc3d3ca22df62bdb3f3882.zip |
[napi] Add a couple more symbols
-rw-r--r-- | src/symbols.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/symbols.txt b/src/symbols.txt index e3c47f531..2b2cd556e 100644 --- a/src/symbols.txt +++ b/src/symbols.txt @@ -124,3 +124,5 @@ _napi_delete_reference _napi_adjust_external_memory _napi_is_exception_pending _napi_get_and_clear_last_exception +_napi_get_last_error_info +_napi_add_finalizer
\ No newline at end of file |