Commit 54c2bc2
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
Backport-PR-URL: #35336
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 b83f9a5 commit 54c2bc2Copy full SHA for 54c2bc2
File tree
Expand file treeCollapse file tree
5 files changed
+7
-10
lines changedOpen diff view settings
Filter options
- doc/api
- src
- test/addons-napi
- test_general
- test_typedarray
Expand file treeCollapse file tree
5 files changed
+7
-10
lines changedOpen diff view settings
Collapse file
+2-4Lines changed: 2 additions & 4 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2951 | 2951 | |
2952 | 2952 | |
2953 | 2953 | |
| 2954 | + |
2954 | 2955 | |
2955 | 2956 | |
2956 | | - |
2957 | | - |
2958 | 2957 | |
2959 | 2958 | |
2960 | 2959 | |
| ||
2977 | 2976 | |
2978 | 2977 | |
2979 | 2978 | |
| 2979 | + |
2980 | 2980 | |
2981 | 2981 | |
2982 | | - |
2983 | | - |
2984 | 2982 | |
2985 | 2983 | |
2986 | 2984 | |
|
Collapse file
+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | | - |
| 18 | + |
19 | 19 | |
20 | 20 | |
21 | 21 | |
| ||
752 | 752 | |
753 | 753 | |
754 | 754 | |
755 | | - |
| 755 | + |
756 | 756 | |
757 | 757 | |
758 | 758 | |
| ||
762 | 762 | |
763 | 763 | |
764 | 764 | |
765 | | - |
| 765 | + |
766 | 766 | |
767 | 767 | |
768 | 768 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
115 | 115 | |
116 | 116 | |
117 | 117 | |
118 | | - |
| 118 | + |
119 | 119 | |
120 | 120 | |
Collapse file
test/addons-napi/test_general/test.js
Copy file name to clipboardExpand all lines: test/addons-napi/test_general/test.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
34 | 34 | |
35 | 35 | |
36 | 36 | |
37 | | - |
| 37 | + |
38 | 38 | |
39 | 39 | |
40 | 40 | |
|
Collapse file
test/addons-napi/test_typedarray/test_typedarray.c
Copy file name to clipboardExpand all lines: test/addons-napi/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