diff options
author | Paul "LeoNerd" Evans <leonerd@leonerd.org.uk> | 2021-12-03 21:23:00 +0000 |
---|---|---|
committer | Paul "LeoNerd" Evans <leonerd@leonerd.org.uk> | 2021-12-08 00:05:10 +0000 |
commit | d2817bd771b5f4a948f1a5395803b7d795453c07 (patch) | |
tree | 4dcff879f83d688917b30fd34b9d4bd35238c03b /regen/opcodes | |
parent | b2d0d92ba8eefbcb5afd8e04a8f263b4938f26ef (diff) | |
download | perl-d2817bd771b5f4a948f1a5395803b7d795453c07.tar.gz |
Add builtin::blessed, refaddr and reftype
Diffstat (limited to 'regen/opcodes')
-rw-r--r-- | regen/opcodes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/regen/opcodes b/regen/opcodes index 523aa32dea..176ca352c4 100644 --- a/regen/opcodes +++ b/regen/opcodes @@ -588,3 +588,6 @@ isbool boolean type test ck_null fsT1 isweak weakref type test ck_null fsT1 weaken reference weaken ck_null 1 unweaken reference unweaken ck_null 1 +blessed blessed ck_null fsT1 +refaddr refaddr ck_null fsT1 +reftype reftype ck_null fsT1 |