File tree
Expand file treeCollapse file tree
42 files changed
+262
-381
lines changedFilter options
- bench/src
- crates/napi/src
- bindgen_runtime
- js_values
- js_values
- examples
- napi/src
- napi-compat-mode
- __tests__
- src
- napi4
- napi5
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
42 files changed
+262
-381
lines changed+2-2Lines changed: 2 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 |
|
24 |
| - |
| 24 | + |
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
| - |
| 29 | + |
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
bench/src/get_set_property.rs
Copy file name to clipboardExpand all lines: bench/src/get_set_property.rs+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
97 |
| - |
| 97 | + |
98 | 98 |
|
99 | 99 |
|
100 | 100 |
|
| ||
136 | 136 |
|
137 | 137 |
|
138 | 138 |
|
139 |
| - |
| 139 | + |
140 | 140 |
|
141 | 141 |
|
142 | 142 |
|
|
bench/src/get_value_from_js.rs
Copy file name to clipboardExpand all lines: bench/src/get_value_from_js.rs+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
| - |
| 29 | + |
30 | 30 |
|
31 |
| - |
| 31 | + |
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
crates/napi/src/async_work.rs
Copy file name to clipboardExpand all lines: crates/napi/src/async_work.rs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 |
| - |
| 33 | + |
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
|
crates/napi/src/bindgen_runtime/async_iterator.rs
Copy file name to clipboardExpand all lines: crates/napi/src/bindgen_runtime/async_iterator.rs+16-10Lines changed: 16 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
396 | 396 |
|
397 | 397 |
|
398 | 398 |
|
399 |
| - |
400 |
| - |
401 |
| - |
402 |
| - |
403 |
| - |
| 399 | + |
| 400 | + |
| 401 | + |
| 402 | + |
| 403 | + |
| 404 | + |
| 405 | + |
| 406 | + |
404 | 407 |
|
405 | 408 |
|
406 | 409 |
|
407 | 410 |
|
408 |
| - |
409 |
| - |
410 |
| - |
411 |
| - |
412 |
| - |
| 411 | + |
| 412 | + |
| 413 | + |
| 414 | + |
| 415 | + |
| 416 | + |
| 417 | + |
| 418 | + |
413 | 419 |
|
414 | 420 |
|
415 | 421 |
|
|
crates/napi/src/bindgen_runtime/iterator.rs
Copy file name to clipboardExpand all lines: crates/napi/src/bindgen_runtime/iterator.rs+21-11Lines changed: 21 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
33 | 37 |
|
34 | 38 |
|
35 | 39 |
|
| ||
442 | 446 |
|
443 | 447 |
|
444 | 448 |
|
445 |
| - |
446 |
| - |
447 |
| - |
448 |
| - |
449 |
| - |
| 449 | + |
| 450 | + |
| 451 | + |
| 452 | + |
| 453 | + |
| 454 | + |
| 455 | + |
| 456 | + |
450 | 457 |
|
451 | 458 |
|
452 | 459 |
|
453 | 460 |
|
454 |
| - |
455 |
| - |
456 |
| - |
457 |
| - |
458 |
| - |
| 461 | + |
| 462 | + |
| 463 | + |
| 464 | + |
| 465 | + |
| 466 | + |
| 467 | + |
| 468 | + |
459 | 469 |
|
460 | 470 |
|
461 | 471 |
|
|
crates/napi/src/bindgen_runtime/js_values.rs
Copy file name to clipboardExpand all lines: crates/napi/src/bindgen_runtime/js_values.rs+3-18Lines changed: 3 additions & 18 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
| ||
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 |
| - |
| 38 | + |
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
| ||
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
75 |
| - |
76 |
| - |
77 |
| - |
78 |
| - |
79 |
| - |
80 |
| - |
81 |
| - |
82 |
| - |
83 |
| - |
84 |
| - |
85 |
| - |
86 |
| - |
87 | 75 |
|
88 | 76 |
|
89 | 77 |
|
| ||
108 | 96 |
|
109 | 97 |
|
110 | 98 |
|
111 |
| - |
| 99 | + |
112 | 100 |
|
113 | 101 |
|
114 | 102 |
|
| ||
139 | 127 |
|
140 | 128 |
|
141 | 129 |
|
142 |
| - |
143 |
| - |
144 |
| - |
145 | 130 |
|
146 | 131 |
|
147 | 132 |
|
|
crates/napi/src/bindgen_runtime/js_values/function.rs
Copy file name to clipboardExpand all lines: crates/napi/src/bindgen_runtime/js_values/function.rs+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
111 | 111 |
|
112 | 112 |
|
113 | 113 |
|
114 |
| - |
| 114 | + |
| 115 | + |
115 | 116 |
|
116 | 117 |
|
117 | 118 |
|
|
crates/napi/src/bindgen_runtime/js_values/promise_raw.rs
Copy file name to clipboardExpand all lines: crates/napi/src/bindgen_runtime/js_values/promise_raw.rs+38-55Lines changed: 38 additions & 55 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
| 9 | + |
10 | 10 |
|
11 |
| - |
12 |
| - |
13 |
| - |
14 | 11 |
|
15 | 12 |
|
16 | 13 |
|
17 | 14 |
|
18 | 15 |
|
19 | 16 |
|
20 | 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 | + |
21 | 55 |
|
22 | 56 |
|
23 | 57 |
|
| ||
26 | 60 |
|
27 | 61 |
|
28 | 62 |
|
29 |
| - |
30 |
| - |
31 |
| - |
32 |
| - |
33 | 63 |
|
34 | 64 |
|
35 | 65 |
|
| ||
222 | 252 |
|
223 | 253 |
|
224 | 254 |
|
225 |
| - |
226 |
| - |
227 |
| - |
228 |
| - |
229 |
| - |
230 |
| - |
231 |
| - |
232 |
| - |
233 |
| - |
234 |
| - |
235 |
| - |
236 |
| - |
237 |
| - |
238 |
| - |
239 |
| - |
240 |
| - |
241 |
| - |
242 |
| - |
243 |
| - |
244 |
| - |
245 |
| - |
246 |
| - |
247 |
| - |
248 |
| - |
249 |
| - |
250 |
| - |
251 |
| - |
252 |
| - |
253 |
| - |
254 |
| - |
255 |
| - |
256 |
| - |
257 |
| - |
258 |
| - |
259 |
| - |
260 |
| - |
261 |
| - |
262 |
| - |
263 |
| - |
264 |
| - |
265 |
| - |
266 |
| - |
267 |
| - |
268 |
| - |
269 |
| - |
270 |
| - |
271 |
| - |
272 | 255 |
|
273 | 256 |
|
274 | 257 |
|
|
crates/napi/src/call_context.rs
Copy file name to clipboardExpand all lines: crates/napi/src/call_context.rs+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
76 |
| - |
| 76 | + |
77 | 77 |
|
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
81 |
| - |
| 81 | + |
82 | 82 |
|
83 | 83 |
|
84 | 84 |
|
|
+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1333 | 1333 |
|
1334 | 1334 |
|
1335 | 1335 |
|
1336 |
| - |
| 1336 | + |
1337 | 1337 |
|
1338 | 1338 |
|
1339 | 1339 |
|
1340 | 1340 |
|
1341 |
| - |
| 1341 | + |
| 1342 | + |
| 1343 | + |
1342 | 1344 |
|
1343 | 1345 |
|
1344 | 1346 |
|
|
0 commit comments