summaryrefslogtreecommitdiff
path: root/src/node_script.cc
AgeCommit message (Expand)Author
2013-02-25src, test: downgrade to v8 3.14 apiBen Noordhuis
2013-01-07src: pass node_isolate to Local<>::NewBen Noordhuis
2012-07-30Report errors properly from --eval and stdinisaacs
2012-05-02vm: accept only object as arg of .createContext()Fedor Indutny
2012-04-27Cleanup vm module memory leakageMarcel Laverdet
2012-03-10core: use proper #include directivesBen Noordhuis
2012-02-23Remove unused variables.Ben Noordhuis
2012-02-06Revert support for isolates.Ben Noordhuis
2012-01-10added isolates supportFedor Indutny
2011-11-09Remove stray NODE_MODULE() semi-colons.Ben Noordhuis
2011-10-19Revert "Fix #1801 vm: Use 'sandbox' as global_prototype"Ryan Dahl
2011-10-18Fix #1801 vm: Use 'sandbox' as global_prototypeelliottcable
2011-10-14node_script: remove unused variableBen Noordhuis
2011-09-10Remove obsolete 'using v8::Null'Fedor Indutny
2011-09-10vm context with accessorsFedor Indutny
2011-09-08Revert "vm context with accessors"Ryan Dahl
2011-09-08vm context with accessorsFedor Indutny
2011-08-16vm: fix incorrect dispatch of vm.runInContext for argument "filename"Antranig Basman
2011-07-05Verify that the argument passed to vm.runInContext() is a context object.Ben Noordhuis
2011-04-14Merge branch 'v0.4'Ryan Dahl
2011-04-12Fixes the circular reference in vm modules.Jakub Lekstan
2011-03-30Don't conflict with V8's Script classRyan Dahl
2011-03-14Update copyright headersRyan Dahl
2011-02-24Fix memleak in vm.runInNewContextRyan Dahl
2011-01-02Fix typosRyan Dahl
2011-01-01Make syntax error display optionalRyan Dahl
2011-01-01Lint node_script.ccRyan Dahl
2010-11-23Saner, yet still ugly, fix to displaying syntax errorsRyan Dahl
2010-11-22hack to display syntax errors. FIXMERyan Dahl
2010-10-09Fix a few compiler warnings...Ryan Dahl
2010-09-29Safe constructor for ObjectWrapped classesBen Noordhuis
2010-09-08Make test-global work with NODE_MODULE_CONTEXTS.Herbert Vojčík
2010-08-04Allow null context in ScriptRyan Dahl
2010-07-14Move evals to extension module.Paul Querna
2010-06-29fix whitespace errorsBlake Mizerany
2010-06-28Lint node_script.ccRyan Dahl
2010-06-28Added new API to Script, and implemented it in the REPLRuben Rodriguez
2010-06-19script.runIn*Context not throwing errors properly.Ryan Dahl
2010-05-19Remove the ReportException from the Script classisaacs
2010-04-18Script class with eval-function-family in binding('evals') plus tests.Herbert Vojcik