![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archivePerformance: inline- vs. prototype-defined methods ?
From: Gerald S <e0125452@student.tuwien.ac.at>
Date: Tue Jan 31 2006 - 13:05:47 CET
hi,
got a performance problem; situation is as described below (see "Version
would it make a difference if i define these methods outside the
Version Inline:
item = function () {
Version Prototype:
item = function () {
}
item.prototype.myMethod1 = function() { .. }
many thanks in advance !!
-
|