summaryrefslogtreecommitdiff
path: root/src/node_script.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete 'using v8::Null'Fedor Indutny2011-09-101-1/+0
* vm context with accessorsFedor Indutny2011-09-101-22/+37
* Revert "vm context with accessors"Ryan Dahl2011-09-081-35/+22
* vm context with accessorsFedor Indutny2011-09-081-22/+35
* vm: fix incorrect dispatch of vm.runInContext for argument "filename"Antranig Basman2011-08-161-1/+1
* Verify that the argument passed to vm.runInContext() is a context object.Ben Noordhuis2011-07-051-1/+9
* Merge branch 'v0.4'Ryan Dahl2011-04-141-0/+1
|\
| * Fixes the circular reference in vm modules.Jakub Lekstan2011-04-121-0/+1
* | Don't conflict with V8's Script classRyan Dahl2011-03-301-2/+5
|/
* Update copyright headersRyan Dahl2011-03-141-0/+21
* Fix memleak in vm.runInNewContextRyan Dahl2011-02-241-1/+8
* Fix typosRyan Dahl2011-01-021-3/+3
* Make syntax error display optionalRyan Dahl2011-01-011-1/+9
* Lint node_script.ccRyan Dahl2011-01-011-90/+187
* Saner, yet still ugly, fix to displaying syntax errorsRyan Dahl2010-11-231-2/+3
* hack to display syntax errors. FIXMERyan Dahl2010-11-221-0/+3
* Fix a few compiler warnings...Ryan Dahl2010-10-091-1/+1
* Safe constructor for ObjectWrapped classesBen Noordhuis2010-09-291-0/+4
* Make test-global work with NODE_MODULE_CONTEXTS.Herbert Vojčík2010-09-081-0/+2
* Allow null context in ScriptRyan Dahl2010-08-041-1/+1
* Move evals to extension module.Paul Querna2010-07-141-0/+9
* fix whitespace errorsBlake Mizerany2010-06-291-2/+2
* Lint node_script.ccRyan Dahl2010-06-281-97/+77
* Added new API to Script, and implemented it in the REPLRuben Rodriguez2010-06-281-6/+119
* script.runIn*Context not throwing errors properly.Ryan Dahl2010-06-191-1/+1
* Remove the ReportException from the Script classisaacs2010-05-191-48/+0
* Script class with eval-function-family in binding('evals') plus tests.Herbert Vojcik2010-04-181-0/+237