Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.javascript > #28976 > unrolled thread

Re: Recursively enumerating the global object

Started byThomas 'PointedEars' Lahn <PointedEars@web.de>
First post2015-12-05 00:18 +0100
Last post2015-12-05 00:18 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.javascript

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Recursively enumerating the global object Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-12-05 00:18 +0100

#28976 — Re: Recursively enumerating the global object

FromThomas 'PointedEars' Lahn <PointedEars@web.de>
Date2015-12-05 00:18 +0100
SubjectRe: Recursively enumerating the global object
Message-ID<2644722.J8SBM4qyh1@PointedEars.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.

[toc] | [standalone]


Back to top | Article view | comp.lang.javascript


csiph-web