Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-16 | fix: node-api function call should use preamble (#26297) | snek | |
`napi_call_function` should use our equiv of NAPI_PREAMBLE (`&mut Env` instead of `*mut Env`) since it needs to set error codes based on whether the body of the function raised a JS exception. Fixes: https://github.com/denoland/deno/issues/26282 | |||
2024-02-12 | chore: move test_ffi and test_nap to tests/ [WIP] (#22394) | Matt Mastracci | |
Moving some additional NAPI and. FFI tests out of the tree root. |