Lines Matching refs:clone
162 my $clone = $self->snapshot;
163 @$clone{+ERRNO, +EVAL_ERROR, +CHILD_ERROR} = ($!, $@, $?);
164 $clone->{+TRACE} = $clone->{+TRACE}->snapshot(pid => $$, tid => get_tid());
166 my $hub = $clone->{+HUB};
171 $clone->{+_IS_CANON} = 1;
172 $CONTEXTS->{$hid} = $clone;
175 my ($rok, $rerr) = try { $clone->release };
176 delete $clone->{+_IS_CANON};
566 may pass it a snapshot. C<< $ctx->snapshot >> will give you a shallow clone of
576 snapshot. C<< $ctx->snapshot >> will give you a shallow clone of the context
600 =item $clone = $ctx->snapshot()
602 This will return a shallow clone of the context. The shallow clone is safe to
655 B<Note:> The context will actually be cloned, the clone will be used instead of