The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Parrot::Pmc2c::PMC::Object

DESCRIPTION

PMC to C Methods

METHODS

body($method, $line, $out_name)

Returns the C code for the method body.

Overrides the default implementation to direct all unknown methods to first check if there is an implementation of the vtable function in the vtable function hash of this class of any others, and delegates up to any PMCs in the MRO.