« Return to Thread: [Bug 670] New: convinient Searcher.HitCollection - forEach

[Bug 670] convinient Searcher.HitCollection - forEach

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

Reply to Author | View in Thread

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





--- Comment #2 from s o <nostalgiker@...>  2009-06-29 15:16:59 ---
afaiu the bitshifting line I blindly copied from the mozillawiki could be
replaced with

 > var len = Math.abs(this.length)

since that is easier to understand and bitshifting isn't that fast in JS
anyways.

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

 « Return to Thread: [Bug 670] New: convinient Searcher.HitCollection - forEach