Files
wren/src
Bob Nystrom 08f40299f0 refactor: extract signature stringification into dedicated helper and update callers
The `signatureSymbol` function previously built a method name string as a side effect before hashing it. This change separates the stringification logic into a new `signatureToString` function that writes the full signature name into a provided buffer and updates its length. All callers now use the new helper, making the code clearer and allowing the stringified signature to be reused independently of symbol lookup.
2015-02-27 15:10:44 +00:00
..