summaryrefslogtreecommitdiff
path: root/tool/rjit
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-18 21:37:16 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-18 21:37:49 -0700
commit9c2792c3d3933d7afeca9c46be9954057d06c5eb (patch)
treeb0d9655f8e49e091dc2a5bcc03650de210a0be5f /tool/rjit
parentd189f8d870aee69e43697415a4840a4d9cdf5a62 (diff)
downloadruby-9c2792c3d3933d7afeca9c46be9954057d06c5eb.tar.gz
RJIT: Implement toregexp
Diffstat (limited to 'tool/rjit')
-rwxr-xr-xtool/rjit/bindgen.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/tool/rjit/bindgen.rb b/tool/rjit/bindgen.rb
index 52d338e1a9..7cc97d3e3f 100755
--- a/tool/rjit/bindgen.rb
+++ b/tool/rjit/bindgen.rb
@@ -538,6 +538,9 @@ generator = BindingGenerator.new(
rb_reg_nth_match
rb_gvar_get
rb_range_new
+ rb_ary_tmp_new_from_values
+ rb_reg_new_ary
+ rb_ary_clear
],
types: %w[
CALL_DATA