summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2022-10-25 15:37:00 +0100
committerPaul Evans <leonerd@leonerd.org.uk>2022-10-25 17:03:27 +0100
commit8f0b3fcc4329e278204a58fd52feabdf9e4c5681 (patch)
tree84f8d9e59ddc6698271f30b5d322ef3cbccd37b2 /embed.fnc
parentdd8f4e6b1cdd0b2bce8bb0601054d575b69b4265 (diff)
downloadperl-8f0b3fcc4329e278204a58fd52feabdf9e4c5681.tar.gz
Add sv_derived_from_hv() helper function
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index ba7dc24d4f..ac46373b91 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1882,6 +1882,7 @@ Apd |void |sv_dump_depth |NULLOK SV* sv|I32 depth
Apd |void |av_dump |NULLOK AV* av
Apd |void |hv_dump |NULLOK HV* hv
ApdR |bool |sv_derived_from|NN SV* sv|NN const char *const name
+ApdR |bool |sv_derived_from_hv|NN SV* sv|NN HV *hv
ApdR |bool |sv_derived_from_sv|NN SV* sv|NN SV *namesv|U32 flags
ApdR |bool |sv_derived_from_pv|NN SV* sv|NN const char *const name|U32 flags
ApdR |bool |sv_derived_from_pvn|NN SV* sv|NN const char *const name \