mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
RJIT: Properly reject keyword splat with yield
See the fix for YJIT.
This commit is contained in:
parent
bbd249e351
commit
7b253cfea4
3 changed files with 7 additions and 0 deletions
1
rjit_c.h
1
rjit_c.h
|
@ -69,6 +69,7 @@ RJIT_RUNTIME_COUNTERS(
|
|||
send_iseq_has_rest,
|
||||
send_iseq_block_arg0_splat,
|
||||
send_iseq_kw_call,
|
||||
send_iseq_kw_splat,
|
||||
send_iseq_splat,
|
||||
send_iseq_has_rest_and_optional,
|
||||
send_iseq_arity_error,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue