Commit ca11816
n-api: create N-API version 7
Mark `napi_detach_arraybuffer` and `napi_is_detached_arraybuffer` as
stable.
Signed-off-by: Gabriel Schulhof <gabriel.schulhof@intel.com>
PR-URL: #35199
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Michael Dawson <mdawson@devrus.com>1 parent 6119e95 commit ca11816Copy full SHA for ca11816
File tree
Expand file treeCollapse file tree
5 files changed
+11
-9
lines changedOpen diff view settings
Filter options
- doc/api
- src
- test/js-native-api
- test_general
- test_typedarray
Expand file treeCollapse file tree
5 files changed
+11
-9
lines changedOpen diff view settings
Collapse file
+4-4Lines changed: 4 additions & 4 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3554 | 3554 | |
3555 | 3555 | |
3556 | 3556 | |
| 3557 | + |
| 3558 | + |
3557 | 3559 | |
3558 | 3560 | |
3559 | | - |
3560 | | - |
3561 | 3561 | |
3562 | 3562 | |
3563 | 3563 | |
| ||
3582 | 3582 | |
3583 | 3583 | |
3584 | 3584 | |
| 3585 | + |
| 3586 | + |
3585 | 3587 | |
3586 | 3588 | |
3587 | | - |
3588 | | - |
3589 | 3589 | |
3590 | 3590 | |
3591 | 3591 | |
|
Collapse file
+5-2Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
17 | 17 | |
18 | 18 | |
19 | 19 | |
20 | | - |
| 20 | + |
21 | 21 | |
22 | 22 | |
23 | 23 | |
| ||
529 | 529 | |
530 | 530 | |
531 | 531 | |
532 | | - |
| 532 | + |
533 | 533 | |
534 | 534 | |
535 | 535 | |
536 | 536 | |
537 | 537 | |
538 | 538 | |
539 | 539 | |
| 540 | + |
| 541 | + |
| 542 | + |
540 | 543 | |
541 | 544 | |
542 | 545 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
93 | 93 | |
94 | 94 | |
95 | 95 | |
96 | | - |
| 96 | + |
97 | 97 | |
98 | 98 | |
Collapse file
test/js-native-api/test_general/test.js
Copy file name to clipboardExpand all lines: test/js-native-api/test_general/test.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
33 | 33 | |
34 | 34 | |
35 | 35 | |
36 | | - |
| 36 | + |
37 | 37 | |
38 | 38 | |
39 | 39 | |
|
Collapse file
test/js-native-api/test_typedarray/test_typedarray.c
Copy file name to clipboardExpand all lines: test/js-native-api/test_typedarray/test_typedarray.c-1Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
2 | 1 | |
3 | 2 | |
4 | 3 | |
|
0 commit comments