Commit ddbe136
authored
util: reduce TextEncoder.encodeInto function size
PR-URL: #60339
Reviewed-By: Jordan Harband <ljharb@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>1 parent b19525a commit ddbe136Copy full SHA for ddbe136
2 files changed
+27-24Lines changed: 27 additions & 24 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- lib/internal
- test/parallel
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+20-21Lines changed: 20 additions & 21 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
26 | 26 | |
27 | 27 | |
28 | 28 | |
29 | | - |
30 | 29 | |
31 | 30 | |
32 | 31 | |
| ||
61 | 60 | |
62 | 61 | |
63 | 62 | |
64 | | - |
65 | | - |
66 | | - |
67 | | - |
68 | | - |
69 | 63 | |
70 | 64 | |
71 | 65 | |
| ||
338 | 332 | |
339 | 333 | |
340 | 334 | |
| 335 | + |
| 336 | + |
341 | 337 | |
342 | | - |
343 | | - |
| 338 | + |
| 339 | + |
| 340 | + |
| 341 | + |
| 342 | + |
| 343 | + |
| 344 | + |
| 345 | + |
| 346 | + |
| 347 | + |
| 348 | + |
| 349 | + |
344 | 350 | |
345 | 351 | |
346 | 352 | |
347 | | - |
348 | | - |
| 353 | + |
349 | 354 | |
350 | 355 | |
351 | 356 | |
352 | | - |
353 | | - |
| 357 | + |
354 | 358 | |
355 | 359 | |
356 | 360 | |
357 | | - |
358 | 361 | |
359 | 362 | |
360 | 363 | |
361 | 364 | |
362 | | - |
363 | | - |
364 | | - |
365 | | - |
366 | | - |
| 365 | + |
367 | 366 | |
368 | 367 | |
369 | 368 | |
370 | | - |
371 | 369 | |
372 | 370 | |
373 | 371 | |
374 | 372 | |
375 | 373 | |
376 | 374 | |
377 | | - |
| 375 | + |
378 | 376 | |
379 | | - |
| 377 | + |
| 378 | + |
380 | 379 | |
381 | 380 | |
382 | 381 | |
|
Collapse file
test/parallel/test-whatwg-encoding-custom-interop.js
Copy file name to clipboardExpand all lines: test/parallel/test-whatwg-encoding-custom-interop.js+7-3Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
46 | 46 | |
47 | 47 | |
48 | 48 | |
49 | | - |
50 | 49 | |
51 | | - |
| 50 | + |
52 | 51 | |
53 | 52 | |
54 | 53 | |
| ||
58 | 57 | |
59 | 58 | |
60 | 59 | |
61 | | - |
62 | 60 | |
63 | 61 | |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
64 | 68 | |
0 commit comments