Message from discussion
NodeJS vm documentation issue
Received: by 10.52.89.129 with SMTP id bo1mr5260286vdb.0.1341020508031;
Fri, 29 Jun 2012 18:41:48 -0700 (PDT)
X-BeenThere: nodejs@googlegroups.com
Received: by 10.52.35.202 with SMTP id k10ls2484027vdj.0.gmail; Fri, 29 Jun
2012 18:41:38 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.52.19.110 with SMTP id d14mr326467vde.10.1341020498093; Fri,
29 Jun 2012 18:41:38 -0700 (PDT)
Authentication-Results: ls.google.com; spf=pass (google.com: domain of
msc...@gmail.com designates internal as permitted sender)
smtp.mail=msc...@gmail.com; dkim=pass
header...@gmail.com
Received: by fr28g2000vbb.googlegroups.com with HTTP; Fri, 29 Jun 2012
18:41:38 -0700 (PDT)
Date: Fri, 29 Jun 2012 18:41:38 -0700 (PDT)
In-Reply-To: <7eb0e701-b74a-4c35-8d96-99c379e93aa1@googlegroups.com>
References: <7eb0e701-b74a-4c35-8d96-99c379e93aa1@googlegroups.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.2; WOW64) AppleWebKit/536.11
(KHTML, like Gecko) Chrome/20.0.1132.43 Safari/536.11,gzip(gfe)
Message-ID: <c075f244-89ac-422f-8d72-82ecbf930f5b@fr28g2000vbb.googlegroups.com>
Subject: Re: NodeJS vm documentation issue
From: mscdex <msc...@gmail.com>
To: nodejs <nodejs@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
On Jun 29, 8:46=A0pm, Sebi <sebastian.tild...@googlemail.com> wrote:
> Hello,
> I think you've a error in your docs belonging to the vm Module.
What the documentation means is that you can save the actual compiled
code (into a variable) and use it again later, unlike say eval(),