aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-02-08 14:36:55 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-05 22:41:35 -0800
commitecae1cd74e2f60f07399df8bf2023967bd605abf (patch)
treea0aef5380593997d15da1715c694695531faaaa2 /tool
parente6354d5e9b6c054faa4590a1ba4aebec4004e6ff (diff)
downloadruby-ecae1cd74e2f60f07399df8bf2023967bd605abf.tar.gz
Implement attr_reader
Diffstat (limited to 'tool')
-rwxr-xr-xtool/mjit/bindgen.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/tool/mjit/bindgen.rb b/tool/mjit/bindgen.rb
index 2c4fef82d9..0d8cdee83f 100755
--- a/tool/mjit/bindgen.rb
+++ b/tool/mjit/bindgen.rb
@@ -376,6 +376,7 @@ generator = BindingGenerator.new(
VM_CALL_KW_SPLAT_bit
VM_CALL_TAILCALL
VM_CALL_TAILCALL_bit
+ VM_CALL_OPT_SEND
VM_ENV_FLAG_LOCAL
VM_FRAME_MAGIC_METHOD
VM_METHOD_TYPE_CFUNC
@@ -407,6 +408,7 @@ generator = BindingGenerator.new(
types: %w[
CALL_DATA
IC
+ ID
IVC
RB_BUILTIN
RBasic
@@ -442,6 +444,7 @@ generator = BindingGenerator.new(
rb_serial_t
rb_shape
rb_shape_t
+ rb_method_attr_t
],
dynamic_types: %w[
VALUE