summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorEric Herman <eric@freesa.org>2022-11-09 08:51:32 +0000
committerPhilippe Bruhat (BooK) <book@cpan.org>2022-12-16 18:18:39 +0100
commitbab261c9114a5ca4aee6acea592e42b95068af70 (patch)
treeb7f8aad86cd5416802569ccb083410731f80ec92 /embed.fnc
parent14b1818040454cd07dfbd322f99ef9a43482c2dc (diff)
downloadperl-bab261c9114a5ca4aee6acea592e42b95068af70.tar.gz
Added function amagic_find(sv, method, flags)
Returns the CV pointer to the overloaded method, which will be needed by join to detect concat magic. Co-authored-by: Philippe Bruhat (BooK) <book@cpan.org>
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 5ad6b80675..745153dc49 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -635,6 +635,7 @@ XEop |bool |try_amagic_bin |int method|int flags
XEop |bool |try_amagic_un |int method|int flags
Apd |SV* |amagic_call |NN SV* left|NN SV* right|int method|int dir
Apd |SV * |amagic_deref_call|NN SV *ref|int method
+Apd |CV * |amagic_find |NN SV *sv|int method|int flags
p |bool |amagic_is_enabled|int method
Apd |int |Gv_AMupdate |NN HV* stash|bool destructing
CpdR |CV* |gv_handler |NULLOK HV* stash|I32 id