Path: csiph.com!news.mixmin.net!weretis.net!feeder1.news.weretis.net!news.solani.org!.POSTED!not-for-mail From: Thomas 'PointedEars' Lahn Newsgroups: comp.lang.javascript Subject: Re: A few problems with looping thru a set of elements withthesame"name" specifier. Date: Tue, 19 Apr 2016 20:08:05 +0200 Organization: PointedEars Software (PES) Lines: 16 Message-ID: <3466957.kpxC0DqEs7@PointedEars.de> References: <571371bd$0$5928$e4fe514c@news.xs4all.nl> <5713bf9d$0$5947$e4fe514c@news.xs4all.nl> <57152723$0$5866$e4fe514c@news.xs4all.nl> <5715f923$0$5913$e4fe514c@news.xs4all.nl> Reply-To: Thomas 'PointedEars' Lahn Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Trace: solani.org 1461089301 15756 eJwNysEBgDAIA8CVrJBQxymS7D+C3vsQXHwrCSYMD3omZd50OqqiJ1p/Kp3dWvNsb/WFU4T1ATaxEgo= (19 Apr 2016 18:08:21 GMT) X-Complaints-To: abuse@news.solani.org NNTP-Posting-Date: Tue, 19 Apr 2016 18:08:21 +0000 (UTC) User-Agent: KNode/4.14.2 X-User-ID: eJwNyskRwDAIBLCWzLFgymHA238Jid6ChcSkB8JBcHZWCNczBvQb1epImuVcLT708tyKl76nn5bvltnfmRT5AGbYFck= Cancel-Lock: sha1:C0h6XTo8OlyWQZo3VX4JtUn8D4k= X-NNTP-Posting-Host: eJwNyMkBwCAIBMCWwHBZzq5C/yWYeY5/oXHSwsN8fLYUj6l2iWpxlZB/+EU092ggCbkAeplYPhwKEXA= Xref: csiph.com comp.lang.javascript:30302 Stefan Weiss wrote: > The interpreter has no problem with it, my eyes do ;) The interpreter does not even see the code; the (JIT-)compiler does. It is a common misconception that source code of ECMAScript implementations would be executed as it is. Instead, a compiler turns it into bytecode to be interpreted by (the interpreter of) a virtual machine, or into native machine code. This is the also the case with several other scripting languages. -- PointedEars FAQ: | SVN: Twitter: @PointedEars2 | ES Matrix: Please do not cc me. / Bitte keine Kopien per E-Mail.