mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
8b080a53cd
Reduce code duplication by extracting the key-loading pattern (NODE_SYM check + OP_LOADSYM/codegen) into gen_pat_key() helper. The pattern appeared 4 times in NODE_PAT_HASH codegen. Co-authored-by: Claude <noreply@anthropic.com>