2 ### Class FuncTable: Create a function table fragment #########################
10 my $class = ref($proto) || $proto;
12 $self->{SFD
} = $params{'sfd'};
13 bless ($self, $class);
19 my $sfd = $self->{SFD
};
21 print "/* Automatically generated function table! Do not edit! */\n";
28 my $prototype = $params{'prototype'};
30 if ($prototype->{type
} eq 'function' ||
31 $prototype->{type
} eq 'cfunction') {
32 print " $gateprefix$prototype->{funcname},\n";
38 my $sfd = $self->{SFD
};