summaryrefslogtreecommitdiff
path: root/yjit_iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'yjit_iface.h')
-rw-r--r--yjit_iface.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/yjit_iface.h b/yjit_iface.h
index 5a5ba1c448..a0fc4b72ed 100644
--- a/yjit_iface.h
+++ b/yjit_iface.h
@@ -51,6 +51,11 @@ YJIT_DECLARE_COUNTERS(
getivar_idx_out_of_range,
getivar_undef,
+ oaref_filled_cc,
+ oaref_argc_not_one,
+ oaref_not_array,
+ oaref_arg_not_fixnum,
+
// Member with known name for iterating over counters
last_member
)