39 Commits (0774798ce0766e9e340d33e0196a89930f6ad176)

Author SHA1 Message Date
Ben Noordhuis 01c3d0aa88 src: pass node_isolate to Local<>::New 12 years ago
isaacs b3cf3f35fc Report errors properly from --eval and stdin 13 years ago
Ben Noordhuis eef57dddf4 core: use proper #include directives 13 years ago
Marcel Laverdet 7865c5c51d vm: cleanup module memory leakage 13 years ago
Fedor Indutny 9f9c333cbc vm: accept only object as arg of .createContext() 13 years ago
Marcel Laverdet 70635753a3 Cleanup vm module memory leakage 13 years ago
Ben Noordhuis ff4a9d381d core: use proper #include directives 13 years ago
Ben Noordhuis b92a919500 Remove unused variables. 13 years ago
Ben Noordhuis 74a8215a86 Revert support for isolates. 13 years ago
Fedor Indutny a5f74b4da7 added isolates support 13 years ago
Ben Noordhuis cdcb1118c8 Remove stray NODE_MODULE() semi-colons. 13 years ago
Ryan Dahl 9d27faa2c4 Revert "Fix #1801 vm: Use 'sandbox' as global_prototype" 13 years ago
elliottcable 200df8641b Fix #1801 vm: Use 'sandbox' as global_prototype 13 years ago
Ben Noordhuis 0dc844de17 node_script: remove unused variable 13 years ago
Fedor Indutny b942c6339a Remove obsolete 'using v8::Null' 13 years ago
Fedor Indutny 8c2c7bb8a9 vm context with accessors 13 years ago
Ryan Dahl 26834b0524 Revert "vm context with accessors" 13 years ago
Fedor Indutny 4527de8cba vm context with accessors 13 years ago
Antranig Basman c05936ca13 vm: fix incorrect dispatch of vm.runInContext for argument "filename" 14 years ago
Ben Noordhuis f087206067 Verify that the argument passed to vm.runInContext() is a context object. 14 years ago
Jakub Lekstan 81cbd42cf5 Fixes the circular reference in vm modules. 14 years ago
Ryan Dahl 75db1995b6 Don't conflict with V8's Script class 14 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
Ryan Dahl 1f50d711b2 Fix memleak in vm.runInNewContext 14 years ago
Ryan Dahl 1345103c3a Fix typos 14 years ago
Ryan Dahl 1c7cd4aac3 Make syntax error display optional 14 years ago
Ryan Dahl 40f29dd48a Lint node_script.cc 14 years ago
Ryan Dahl b57c1f51b9 Saner, yet still ugly, fix to displaying syntax errors 14 years ago
Ryan Dahl f123a1ab40 hack to display syntax errors. FIXME 14 years ago
Ryan Dahl fe74283e1d Fix a few compiler warnings... 14 years ago
Ben Noordhuis 55c65cc2d5 Safe constructor for ObjectWrapped classes 14 years ago
Herbert Vojčík 71651bf8b2 Make test-global work with NODE_MODULE_CONTEXTS. 15 years ago
Ryan Dahl 31b59400f8 Allow null context in Script 15 years ago
Paul Querna 870aa3d97f Move evals to extension module. 15 years ago
Blake Mizerany 8c8534046c fix whitespace errors 15 years ago
Ryan Dahl 23172c5d85 Lint node_script.cc 15 years ago
Ruben Rodriguez 242161bef2 Added new API to Script, and implemented it in the REPL 15 years ago
Ryan Dahl f1a4f17897 script.runIn*Context not throwing errors properly. 15 years ago
isaacs 78be1e4930 Remove the ReportException from the Script class 15 years ago
Herbert Vojcik c2a06725d6 Script class with eval-function-family in binding('evals') plus tests. 15 years ago