Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
hide Hash.STORE from backtraces
  • Loading branch information
moritz committed Feb 15, 2012
1 parent e238121 commit f9fcb24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Hash.pm
Expand Up @@ -33,7 +33,7 @@ my class Hash {
pir::find_method__PPs(EnumMap, 'STORE_AT_KEY')(self, $key, $x);
}

method STORE(\$to_store) {
method STORE(\$to_store) is hidden_from_backtrace {
my $items = ($to_store,).flat.eager;
nqp::bindattr(self, EnumMap, '$!storage', pir::new__Ps('Hash'));
while $items {
Expand Down

0 comments on commit f9fcb24

Please sign in to comment.