Closed Bug 305044 Opened 19 years ago Closed 6 years ago

setter and getter native frames should be indicated as such

Categories

(Other Applications Graveyard :: Venkman JS Debugger, enhancement)

x86
Windows XP
enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: timeless, Assigned: rginda)

Details

(Keywords: helpwanted)

the only way i can see to figure out if a stack frame is a setter or a getter 
is to check argc. (the function in the frame has JSFUN_GETTER and JSFUN_SETTER)

shaver suggests getting the call object, getproperty something off it to get 
arguments.length.

with that, the native setter/getter frames can be properly labeled

currently the frames just have the name of the attribute being poked.
Is this the same as bug 127582? If not, could someone explain the difference between the problems the bugs describe?
It's not the same; bug 127582 is about making Venkman guess/get better names for functions used as getters/setters, see bug 127582 comment 2 specifically. This bug is about marking items in the call stack as a getter or setter if that's how it was called (presumably so it is clearer how you ended up where you did).
QA Contact: caillon → venkman
Component is obsolete so resolving bugs as INCOMPLETE
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → INCOMPLETE
Product: Other Applications → Other Applications Graveyard
You need to log in before you can comment on or make changes to this bug.