![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: Performance: inline- vs. prototype-defined methods ?
From: Gerald S <e0125452@student.tuwien.ac.at>
Date: Tue Jan 31 2006 - 13:50:37 CET
Duncan Booth wrote:
ok, thanks!!
but if i do it the .prototype-way, there is another problem. consider
item = function () {
function doInternalStuff();
item.prototype.myMethod1 = function() { .. }
two issues:
i could expose both to the public, but is there a way to keep them
thanks again ..
-
|