On Thu, Nov 22, 2012 at 1:10 PM, Fedor Indutny <[email protected]> wrote: > Ben, you're wrong. > > /** > * Clone this object with a fast but shallow copy. Values will point > * to the same values as the original object. > */ > V8EXPORT Local<Object> Clone();
Hah, I hadn't seen the call to Clone() in scope.Close(), only the call to Cast(). I retract my previous post. :-) -- 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
