1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/test_napi
Divy Srivastava cd19231306
fix(napi): improve napi_adjust_external_memory (#17501)
<!--
Before submitting a PR, please read http://deno.land/manual/contributing

1. Give the PR a descriptive title.

  Examples of good title:
    - fix(std/http): Fix race condition in server
    - docs(console): Update docstrings
    - feat(doc): Handle nested reexports

  Examples of bad title:
    - fix #7123
    - update docs
    - fix bugs

2. Ensure there is a related issue and it is referenced in the PR text.
3. Ensure there are tests that cover the changes.
4. Ensure `cargo test` passes.
5. Ensure `./tools/format.js` passes without changing files.
6. Ensure `./tools/lint.js` passes.
7. Open as a draft PR if your work is still in progress. The CI won't
run
   all steps, but you can add '[ci]' to a commit message to force it to.
8. If you would like to run the benchmarks on the CI, add the 'ci-bench'
label.
-->
2023-01-23 19:00:01 +05:30
..
src fix(napi): improve napi_adjust_external_memory (#17501) 2023-01-23 19:00:01 +05:30
tests fix(napi): support for env cleanup hooks (#17324) 2023-01-10 19:15:10 +01:00
.gitignore feat(npm): implement Node API (#13633) 2022-10-05 19:36:44 +05:30
array_test.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
arraybuffer_test.js fix(napi): improve napi_is_detached_arraybuffer (#17498) 2023-01-23 14:22:18 +05:30
async_test.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
build.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
callback_test.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
Cargo.toml chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
cleanup_hook_test.js fix(napi): support for env cleanup hooks (#17324) 2023-01-10 19:15:10 +01:00
coerce_test.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
common.js fix(napi): functions related to errors (#17370) 2023-01-15 09:06:55 +05:30
date_test.js fix(napi): date and unwrap handling (#17369) 2023-01-13 12:53:45 +01:00
error_test.js fix(napi): functions related to errors (#17370) 2023-01-15 09:06:55 +05:30
mem_test.js fix(napi): improve napi_adjust_external_memory (#17501) 2023-01-23 19:00:01 +05:30
numbers_test.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
object_wrap_test.js fix(napi): handle static properties in classes (#17320) 2023-01-10 15:35:46 +01:00
promise_test.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
properties_test.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
strings_test.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
typedarray_test.js fix(napi): correct arguments for napi_get_typedarray_info (#17306) 2023-01-14 13:00:48 +00:00