Re: [Oorexx-devel] StackFrame of INTERNALLCALL within a method missing target ?

2024-04-25 Thread Rony G. Flatscher
On 25.04.2024 12:46, Rick McGuire wrote: That is correct. The stackframe is for an internal call, so it does not have a target object. Would it be possible to make the method's context available in special cases like this? (In these cases the the StackFrame EXECUTABLE entry is a method

Re: [Oorexx-devel] StackFrame of INTERNALLCALL within a method missing target ?

2024-04-25 Thread Rick McGuire
That is correct. The stackframe is for an internal call, so it does not have a target object. Rick On Thu, Apr 25, 2024 at 6:27 AM Rony G. Flatscher wrote: > While experimenting and analyzing various traces I stumbled over the > following: if calling a label within a method the stackframes for

[Oorexx-devel] StackFrame of INTERNALLCALL within a method missing target ?

2024-04-25 Thread Rony G. Flatscher
While experimenting and analyzing various traces I stumbled over the following: if calling a label within a method the stackframes for the called internal routine miss the reference to the method's TARGET object (and therefore to the method and scope), rather the TARGET entry is set to .nil