1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/test_napi
Bartek Iwańczuk 9dc3ae8523
fix(napi): BigInt related APIs (#19174)
Doesn't make the API bullet-proof and there are some TODOs left,
but greatly improves the situation. Tests were ported from Node.js.

Closes https://github.com/denoland/deno/issues/18276.
2023-05-18 12:49:56 +02:00
..
src fix(napi): BigInt related APIs (#19174) 2023-05-18 12:49:56 +02:00
tests fix(napi): BigInt related APIs (#19174) 2023-05-18 12:49:56 +02: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
bigint_test.js fix(napi): BigInt related APIs (#19174) 2023-05-18 12:49:56 +02: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 Revert "refactor: don't expose Deno[Deno.internal].core namespace" (#18881) 2023-04-28 00:37:03 +02:00
coerce_test.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
common.js fix(napi): return node globalThis from napi_get_global (#17613) 2023-02-01 15:41:04 +01:00
date_test.js fix(napi): date and unwrap handling (#17369) 2023-01-13 12:53:45 +01:00
env_test.js fix(napi): return node globalThis from napi_get_global (#17613) 2023-02-01 15:41:04 +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 fix(cli/napi): correct name handling in napi property descriptor (#17716) 2023-02-10 21:46:56 +05:30
strings_test.js chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
typedarray_test.js perf: use jemalloc as global allocator (#18957) 2023-05-03 00:36:33 +02:00