summaryrefslogtreecommitdiff
path: root/src/node_script.cc
Commit message (Expand)AuthorAgeFilesLines
* src, test: downgrade to v8 3.14 apiBen Noordhuis2013-02-251-1/+1
* src: pass node_isolate to Local<>::NewBen Noordhuis2013-01-071-1/+1
* Report errors properly from --eval and stdinisaacs2012-07-301-0/+1
* vm: accept only object as arg of .createContext()Fedor Indutny2012-05-021-2/+7
* Cleanup vm module memory leakageMarcel Laverdet2012-04-271-20/+10
* core: use proper #include directivesBen Noordhuis2012-03-101-2/+2
* Remove unused variables.Ben Noordhuis2012-02-231-1/+0
* Revert support for isolates.Ben Noordhuis2012-02-061-22/+29
* added isolates supportFedor Indutny2012-01-101-29/+22
* Remove stray NODE_MODULE() semi-colons.Ben Noordhuis2011-11-091-1/+1
* Revert "Fix #1801 vm: Use 'sandbox' as global_prototype"Ryan Dahl2011-10-191-18/+7
* Fix #1801 vm: Use 'sandbox' as global_prototypeelliottcable2011-10-181-7/+18
* node_script: remove unused variableBen Noordhuis2011-10-141-1/+0
* 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