Koki Saito
Results
2
issues of
Koki Saito
This PR is to integrate various string formatting styles in `CodegenRust.py` into f-string. The key changes in this PR are - Replace string concatenations using `+` operator with f-string -...
This PR is for refactoring `callargs_is_constructing` function. We introduced a new method `is_constructing` on `JS::CallArgs` in https://github.com/servo/mozjs/pull/497, so now we can clean up `callargs_is_constructing` and use `is_constructing` instead. This PR...