« Return to Thread: [Bug 647] New: Support __defineGetter__ and __defineSetter__ for HopObjects

[Bug 647] Support __defineGetter__ and __defineSetter__ for HopObjects

by Bugzilla from bugzilla-daemon@helma.at :: Rate this Message:

Reply to Author | View in Thread

http://helma.org/bugs/show_bug.cgi?id=647





------- Comment #5 from lists@...  2008-11-05 15:30 -------
Is it necessary to check if the node has a property before unsetting it? I am
sure that for super it is not needed, and only slows things down. So it is safe
to just call super.delete. Maybe it could be as simple as:

node.unset(name);
super.delete(name);


--
Configure bugmail: http://helma.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Helma-dev mailing list
Helma-dev@...
http://helma.org/mailman/listinfo/helma-dev

 « Return to Thread: [Bug 647] New: Support __defineGetter__ and __defineSetter__ for HopObjects