mirror of https://github.com/lukechilds/node.git
Browse Source
1. Move the context->Enter() call so that the global obj is available for writing. 2. On success, copy the modified global out to the sandbox object. 3. Don't copy functions in either direction. They have scope and closures, and make for craziness when trying to keep contexts separate. 4. Only do the ->ToObject->Clone() on objects, so that simple values stay simple. 5. Update the test so that it tests all this stuff.v0.7.4-release
isaacs
15 years ago
committed by
Ryan Dahl
2 changed files with 31 additions and 10 deletions
Loading…
Reference in new issue