Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #28976
| From | Thomas 'PointedEars' Lahn <PointedEars@web.de> |
|---|---|
| Newsgroups | comp.lang.javascript |
| Subject | Re: Recursively enumerating the global object |
| Date | 2015-12-05 00:18 +0100 |
| Organization | PointedEars Software (PES) |
| Message-ID | <2644722.J8SBM4qyh1@PointedEars.de> (permalink) |
| References | <global-20151202015022@ram.dialup.fu-berlin.de> <global-dump-20151202024621@ram.dialup.fu-berlin.de> <enum-all-20151204211922@ram.dialup.fu-berlin.de> |
Stefan Ram wrote: > ram@zedat.fu-berlin.de (Stefan Ram) writes: >> It worked when I inserted the script into a web page. >> Here's the last version: > > I'd like to show /all/ the information (except function > bodies) that can be reached via the global object in > Mozilla® Firefox. You mean Mozilla JavaScript. (Why you would append the registered trademark sign to “Mozilla” is beyond me. Do you think “Mozilla” is an unknown or ambiguous name here when followed by “Firefox”?) > Please let me know if I still should > have missed some information. As I indicated, if you would like people to help you with your source code, you need to write source code in an easily readable fashion, adhering at least to a commonly agreed code style (such a code style is indicated by what implementations return from the .toString() method of Function instances, for example). Life is short, and I for one am not willing to invest my free time deciphering your code. It is more efficient to write the code myself; BTDT. The same applies to the rest of your postings. For example, punctuation at the beginning of a paragraph is _not_ a property of easily readable prose (in *this* thread it appears as if you had finally realized that, though). -- PointedEars FAQ: <http://PointedEars.de/faq> | SVN: <http://PointedEars.de/wsvn/> Twitter: @PointedEars2 | ES Matrix: <http://PointedEars.de/es-matrix> Please do not cc me. / Bitte keine Kopien per E-Mail.
Back to comp.lang.javascript | Previous | Next | Find similar | Unroll thread
Re: Recursively enumerating the global object Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-12-05 00:18 +0100
csiph-web