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: { |
Created
April 7, 2020 14:27
-
-
Save Whateverable/1a4aabf2bb09221e3f2d22b3493dcb9b to your computer and use it in GitHub Desktop.
greppable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_phaser |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment