Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 14, 2021 21:29
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Whateverable/672889ce5604148f45f335e82209777e to your computer and use it in GitHub Desktop.
greppable6
add_phaser
File Code
ELIZABETH/FINALIZER
…/FINALIZER.pm6 :52:
$*W.add_phaser: $*LANG, 'LEAVE', { $*FINALIZER.FINALIZE }
NINE/Inline-Perl5
…/Perl5.pm6 :1065:
my $op := $*W.add_phaser(Mu, 'INIT', $block, class :: { method cuid { (^2**128).pick }});
FCO/Injector
…/Variable.pm6 :9:
self.block.add_phaser("ENTER", {
skids/perl6-Control-Bail
…/Bail.pm6 :107:
sub add_phaser($cond, |c) {
skids/perl6-Control-Bail
…/Bail.pm6 :121:
$*W.add_phaser($/, $cond, $code);
skids/perl6-Control-Bail
…/Bail.pm6 :130:
add_phaser('UNDO', c[0]);
skids/perl6-Control-Bail
…/Bail.pm6 :133:
add_phaser('LEAVE', c[0]);
skids/perl6-Control-Bail
…/Bail.pm6 :136:
add_phaser('UNDO', c[0]);
skids/perl6-Control-Bail
…/Bail.pm6 :139:
add_phaser('KEEP', c[0]);
skids/perl6-Control-Bail
…/Bail.pm6 :142:
add_phaser('LEAVE', c[0]);
zoffixznet/perl6-Trait-IO
…/IO.pm6 :7:
$v.block.add_phaser: 'LEAVE', $v.willdo: {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment