Commit a0be95e
File tree
Expand file treeCollapse file tree
32 files changed
+122
-101
lines changedOpen diff view settings
Filter options
- test
- addons/cppgc-object
- async-hooks
- common
- js-native-api
- 6_object_wrap
- 7_factory_wrap
- 8_passing_wrapped
- test_finalizer
- test_general
- test_reference
- node-api/test_reference_by_node_api_version
- parallel
- sequential
Expand file treeCollapse file tree
32 files changed
+122
-101
lines changedOpen diff view settings
Collapse file
test/addons/cppgc-object/test.js
Copy file name to clipboardExpand all lines: test/addons/cppgc-object/test.js+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
6 | | - |
| 6 | + |
7 | 7 | |
8 | 8 | |
9 | 9 | |
| ||
35 | 35 | |
36 | 36 | |
37 | 37 | |
38 | | - |
| 38 | + |
39 | 39 | |
40 | 40 | |
41 | 41 | |
| ||
44 | 44 | |
45 | 45 | |
46 | 46 | |
47 | | - |
| 47 | + |
48 | 48 | |
49 | 49 | |
50 | 50 | |
|
Collapse file
test/async-hooks/test-async-local-storage-gcable.js
Copy file name to clipboardExpand all lines: test/async-hooks/test-async-local-storage-gcable.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6 | 6 | |
7 | 7 | |
8 | 8 | |
9 | | - |
| 9 | + |
10 | 10 | |
11 | 11 | |
12 | 12 | |
|
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
982 | 982 | |
983 | 983 | |
984 | 984 | |
985 | | - |
| 985 | + |
986 | 986 | |
987 | 987 | |
988 | 988 | |
|
Collapse file
+67-2Lines changed: 67 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
4 | 8 | |
5 | | - |
6 | | - |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
7 | 70 | |
8 | 71 | |
9 | 72 | |
| ||
124 | 187 | |
125 | 188 | |
126 | 189 | |
| 190 | + |
| 191 | + |
127 | 192 | |
Collapse file
-25Lines changed: 0 additions & 25 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
851 | 851 | |
852 | 852 | |
853 | 853 | |
854 | | - |
855 | | - |
856 | | - |
857 | | - |
858 | | - |
859 | | - |
860 | | - |
861 | | - |
862 | | - |
863 | | - |
864 | | - |
865 | | - |
866 | | - |
867 | | - |
868 | | - |
869 | | - |
870 | | - |
871 | | - |
872 | | - |
873 | | - |
874 | | - |
875 | | - |
876 | | - |
877 | | - |
878 | 854 | |
879 | 855 | |
880 | 856 | |
| ||
985 | 961 | |
986 | 962 | |
987 | 963 | |
988 | | - |
989 | 964 | |
990 | 965 | |
991 | 966 | |
|
Collapse file
-32Lines changed: 0 additions & 32 deletions
This file was deleted.
Collapse file
test/js-native-api/6_object_wrap/test-object-wrap-ref.js
Copy file name to clipboardExpand all lines: test/js-native-api/6_object_wrap/test-object-wrap-ref.js+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
| 6 | + |
6 | 7 | |
7 | 8 | |
8 | 9 | |
9 | 10 | |
10 | 11 | |
11 | | - |
| 12 | + |
12 | 13 | |
13 | 14 | |
Collapse file
test/js-native-api/7_factory_wrap/test.js
Copy file name to clipboardExpand all lines: test/js-native-api/7_factory_wrap/test.js+3-2Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
| 7 | + |
7 | 8 | |
8 | 9 | |
9 | 10 | |
| ||
13 | 14 | |
14 | 15 | |
15 | 16 | |
16 | | - |
| 17 | + |
17 | 18 | |
18 | 19 | |
19 | 20 | |
20 | 21 | |
21 | 22 | |
22 | 23 | |
23 | 24 | |
24 | | - |
| 25 | + |
25 | 26 | |
26 | 27 | |
Collapse file
test/js-native-api/8_passing_wrapped/test.js
Copy file name to clipboardExpand all lines: test/js-native-api/8_passing_wrapped/test.js+3-2Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
| 7 | + |
7 | 8 | |
8 | 9 | |
9 | 10 | |
| ||
14 | 15 | |
15 | 16 | |
16 | 17 | |
17 | | - |
18 | | - |
| 18 | + |
| 19 | + |
19 | 20 | |
20 | 21 | |
Collapse file
test/js-native-api/test_finalizer/test.js
Copy file name to clipboardExpand all lines: test/js-native-api/test_finalizer/test.js+6-4Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
| 8 | + |
| 9 | + |
8 | 10 | |
9 | | - |
| 11 | + |
10 | 12 | |
11 | 13 | |
12 | 14 | |
| ||
25 | 27 | |
26 | 28 | |
27 | 29 | |
28 | | - |
| 30 | + |
29 | 31 | |
30 | 32 | |
31 | 33 | |
| ||
36 | 38 | |
37 | 39 | |
38 | 40 | |
39 | | - |
40 | | - |
| 41 | + |
| 42 | + |
41 | 43 | |
42 | 44 | |
43 | 45 | |
0 commit comments