summaryrefslogtreecommitdiff
path: root/test/simple/test-script-context.js
Commit message (Expand)AuthorAgeFilesLines
* Fixed a lot of jslint errors.Colton Baker2011-10-051-3/+3
* vm: fix incorrect dispatch of vm.runInContext for argument "filename"Antranig Basman2011-08-161-0/+12
* Verify that the argument passed to vm.runInContext() is a context object.Ben Noordhuis2011-07-051-1/+12
* Update copyright headersRyan Dahl2011-03-141-0/+21
* GJSLint all simple tests exclude http-*, url, pathOleg Efimov2010-12-051-1/+1
* Fix global leaksRyan Dahl2010-12-041-2/+2
* GJSLint part of testsOleg Efimov2010-12-021-2/+2
* Rename require('javascript') to require('vm')Ryan Dahl2010-11-151-1/+1
* Use require('javascript') instead of process.binding('evals')Ryan Dahl2010-11-131-1/+1
* Allow null context in ScriptRyan Dahl2010-08-041-0/+4
* Update tests to work with module contextsRyan Dahl2010-07-151-4/+5
* Added new API to Script, and implemented it in the REPLRuben Rodriguez2010-06-281-0/+20