Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | apply the new mangle algorithm to JS backend for parameters and procs (#23476) | ringabout | 2024-04-05 | 1 | -0/+59 |
the function name extension encoded by paths could be useful for debugging where the function is from Before: ```js function newSeq_33556909(len_33556911) ``` After: ```js function newSeq__system_u2477(len_p0) ``` |