Sanford, I didn't thought of that...
Thanks, On Apr 4, 9:35 pm, Sanford Whiteman <sa...@cypressintegrated.com> wrote: > > what do you mean with a true __getter__? instead of a 'false' one I > > mean? > > what do you mean with a true __getter__? instead of a 'false' one I > > mean? > > An actual ECMAScript getter which is called every time a property is > accessed. So you can detect unacceptably tight loops checking the > flag. Obvs. a fake getter (get() method) serves a similar purpose, > but a getter is more elegant IMO. > > -- S.