On Jun 29, 9:41 pm, mscdex <[email protected]> wrote: > On Jun 29, 8:46 pm, Sebi <[email protected]> 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(), > which compiles code every time it's called.
Additionally, the value being returned by the VM functions is a v8 context and not some magical thing that you can .toString() or similar to get the original code back out of it. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
