summaryrefslogtreecommitdiff
path: root/lib/vm.js
AgeCommit message (Collapse)Author
2013-08-01src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis
Increases the grep factor. Makes it easier to harmonize type checks across the code base.
2012-03-03lintisaacs
2012-02-27Wrap NodeScript binding class in JavaScript layerisaacs
This makes it easy to prevent errors where Script methods are called on non-script objects, resulting in Assertion failures.
2011-09-08Revert "vm context with accessors"Ryan Dahl
This reverts commit 4527de8cba3bf5f107fcefcf43dbdaa308881ba4. Causes segfault in test/message/undefined_reference_in_new_context.js
2011-09-08vm context with accessorsFedor Indutny
true copy of sandbox properties catch sealed errors, pass global's prototype to CloneObject Fixes #1673
2011-03-30Don't conflict with V8's Script classRyan Dahl
Closes GH-203.
2011-03-14Update copyright headersRyan Dahl
2010-12-01lintRyan Dahl
2010-11-15Rename require('javascript') to require('vm')Ryan Dahl