Commit 9233056
[dart2wasm] Move _Utf8Decoder.convertGeneral to JSCM patch
This method is only used in JSCM `dart:convert` patch. Move it from the
standard library to JSCM patch file.
This makes it easier to optimize it using dar2wasm internal types.
Change-Id: I17139f0a752b856d17ddfb8b5ff047f17d5aaa70
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/403986
Reviewed-by: Lasse Nielsen <[email protected]>
Reviewed-by: Stephen Adams <[email protected]>
Reviewed-by: Martin Kustermann <[email protected]>
Commit-Queue: Ömer Ağacan <[email protected]>
Reviewed-by: Johnni Winther <[email protected]>1 parent cc5612e commit 9233056
File tree
2 files changed
+34
-34
lines changed- sdk/lib
- _internal/wasm_js_compatibility/lib
- convert
2 files changed
+34
-34
lines changedLines changed: 34 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1503 | 1503 | | |
1504 | 1504 | | |
1505 | 1505 | | |
1506 | | - | |
| 1506 | + | |
1507 | 1507 | | |
1508 | 1508 | | |
1509 | 1509 | | |
1510 | 1510 | | |
1511 | | - | |
| 1511 | + | |
| 1512 | + | |
| 1513 | + | |
| 1514 | + | |
| 1515 | + | |
| 1516 | + | |
| 1517 | + | |
| 1518 | + | |
| 1519 | + | |
| 1520 | + | |
| 1521 | + | |
| 1522 | + | |
| 1523 | + | |
| 1524 | + | |
| 1525 | + | |
| 1526 | + | |
| 1527 | + | |
| 1528 | + | |
| 1529 | + | |
| 1530 | + | |
| 1531 | + | |
| 1532 | + | |
| 1533 | + | |
| 1534 | + | |
| 1535 | + | |
| 1536 | + | |
| 1537 | + | |
| 1538 | + | |
| 1539 | + | |
| 1540 | + | |
| 1541 | + | |
| 1542 | + | |
| 1543 | + | |
1512 | 1544 | | |
1513 | 1545 | | |
1514 | 1546 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
552 | 552 | | |
553 | 553 | | |
554 | 554 | | |
555 | | - | |
556 | | - | |
557 | | - | |
558 | | - | |
559 | | - | |
560 | | - | |
561 | | - | |
562 | | - | |
563 | | - | |
564 | | - | |
565 | | - | |
566 | | - | |
567 | | - | |
568 | | - | |
569 | | - | |
570 | | - | |
571 | | - | |
572 | | - | |
573 | | - | |
574 | | - | |
575 | | - | |
576 | | - | |
577 | | - | |
578 | | - | |
579 | | - | |
580 | | - | |
581 | | - | |
582 | | - | |
583 | | - | |
584 | | - | |
585 | | - | |
586 | | - | |
587 | 555 | | |
588 | 556 | | |
589 | 557 | | |
| |||
0 commit comments