On Mon, May 7, 2012 at 1:27 AM, Francisco Garau
<[email protected]>wrote:

> Hi -- I am trying to find the methods who make reference to the *
> thisContext* pseudo variable.
>
> Any ideas how to get that list?
>

SystemNavigation new browseAllSelect: [:m| m scanFor: 137]

137 is the bytecode for pushThisContext.  See BytecodeEncoder and
subclasses.  Or print e.g.

thisContext method symbolic



>
> - Francisco
>



-- 
best,
Eliot

Reply via email to