aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-02-13 22:23:22 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-05 23:28:59 -0800
commit73a5b3d5d2cc696ee5a993723a804696118d171f (patch)
treefdf77ee8e701c4b015a9da46dda338736d74f803 /tool
parent51d36c7b34c898c19dff578e665fa0bf1a3cff01 (diff)
downloadruby-73a5b3d5d2cc696ee5a993723a804696118d171f.tar.gz
Implement Array#[]
Diffstat (limited to 'tool')
-rwxr-xr-xtool/mjit/bindgen.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/mjit/bindgen.rb b/tool/mjit/bindgen.rb
index 83396164bb..41d0ffc561 100755
--- a/tool/mjit/bindgen.rb
+++ b/tool/mjit/bindgen.rb
@@ -355,6 +355,7 @@ generator = BindingGenerator.new(
BOP_LT
BOP_MINUS
BOP_PLUS
+ ARRAY_REDEFINED_OP_FLAG
HASH_REDEFINED_OP_FLAG
INTEGER_REDEFINED_OP_FLAG
METHOD_VISI_PRIVATE