Getting all the references to an object

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Getting all the references to an object

Sergio Fedi
In other smalltalks I used to send #allReferences to know, well, its obvious.

But this approach didn't work on Pharo.

How can I do that?
Reply | Threaded
Open this post in threaded view
|

Re: Getting all the references to an object

Sergio Fedi
I think I've found it.

Seems to be #pointersTo

On Wed, Apr 29, 2015 at 10:23 PM, Sergio Fedi <[hidden email]> wrote:
In other smalltalks I used to send #allReferences to know, well, its obvious.

But this approach didn't work on Pharo.

How can I do that?

Reply | Threaded
Open this post in threaded view
|

Re: Getting all the references to an object

Ben Coman

On Thu, Apr 30, 2015 at 10:27 AM, Sergio Fedi <[hidden email]> wrote:
I think I've found it.

Seems to be #pointersTo
 
thats it.
 
 

On Wed, Apr 29, 2015 at 10:23 PM, Sergio Fedi <[hidden email]> wrote:
In other smalltalks I used to send #allReferences to know, well, its obvious.

But this approach didn't work on Pharo.

How can I do that?