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


Groups > comp.lang.javascript > #28976

Re: Recursively enumerating the global object

Path csiph.com!news.mixmin.net!weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From Thomas 'PointedEars' Lahn <PointedEars@web.de>
Newsgroups comp.lang.javascript
Subject Re: Recursively enumerating the global object
Date Sat, 05 Dec 2015 00:18:44 +0100
Organization PointedEars Software (PES)
Lines 34
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>
Reply-To Thomas 'PointedEars' Lahn <cljs@PointedEars.de>
Mime-Version 1.0
Content-Type text/plain; charset="UTF-8"
Content-Transfer-Encoding 8Bit
X-Trace solani.org 1449271125 8653 eJwNxsEBwEAEBMCWCPZWOSL0X8JlXhMGRR9HwGNjs22nmu+aVIv+qcNHPecTsGe82khIEqp2ATP1ETY= (4 Dec 2015 23:18:45 GMT)
X-Complaints-To abuse@news.solani.org
NNTP-Posting-Date Fri, 4 Dec 2015 23:18:45 +0000 (UTC)
User-Agent KNode/4.14.2
X-User-ID eJwFwQkBwEAIAzBLUKBgZ8fjX8KSMCo7nUGPi3tbtnWibVPzCuBqAyGfNXsnM6ZUPlgil0yhz5sKN5zMD1ZhFSw=
Cancel-Lock sha1:8DqI6jk8eYsDKS1iAqRMSbavcxI=
X-NNTP-Posting-Host eJwFwYENwDAIA7CXOkESeg6i5P8TZiP4cZQEE4braHaioVJXKjz3uDKN9g629cTkHfHB8QMgbhFZ
Xref csiph.com comp.lang.javascript:28976

Show key headers only | View raw


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


Thread

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

csiph-web