summaryrefslogtreecommitdiff
path: root/yjit_iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'yjit_iface.h')
-rw-r--r--yjit_iface.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/yjit_iface.h b/yjit_iface.h
index cc8d3f7012..eabaff1955 100644
--- a/yjit_iface.h
+++ b/yjit_iface.h
@@ -57,6 +57,13 @@ YJIT_DECLARE_COUNTERS(
getivar_name_not_mapped,
getivar_not_object,
+ setivar_se_self_not_heap,
+ setivar_idx_out_of_range,
+ setivar_val_heapobject,
+ setivar_name_not_mapped,
+ setivar_not_object,
+ setivar_frozen,
+
oaref_argc_not_one,
oaref_arg_not_fixnum,