Open yyny opened 21 hours ago
Hello!
One or more of the commit messages in this PR do not match the Ladybird code submission policy, please check the lint_commits
CI job for more details on which commits were flagged and why.
Please do not close this PR and open another, instead modify your commit message(s) with git commit --amend and force push those changes to update this PR.
Things of note:
PropertyKey
s/StringOrSymbol
s are converted fromDeprecatedFlyString
toFlyString
when used as function names. This is inefficient.FlyString
rather than relying on the implicit conversion fromDeprecatedFlyString
toByteString
.FlyString
is probably more appropriate anyway.