26 Commits (master)

Author SHA1 Message Date
Timothy Gu d932e80231
vm: support parsing a script in a specific context 7 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
James M Snell 804bb22e3b vm: refactor vm module 8 years ago
Rich Trott ef1e77d186 vm: improve performance of vm.runIn*() 8 years ago
solebox 5079763ce7 vm: name anonymous functions 8 years ago
Daniel Bevenius da0651ac1b vm: change ContextifyScript to Script in comment 8 years ago
Anna Henningsen 0815b9401d
vm: add ability to break on sigint/ctrl+c 9 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
Ben Noordhuis 21e60643b0 lib, src: add vm.runInDebugContext() 10 years ago
Domenic Denicola fd3657610e vm: update API to use options argument 11 years ago
Domenic Denicola 9c110d8027 vm: add isContext; prevent double-contextifying 11 years ago
isaacs eef552774e vm: Put back display_errors flag 11 years ago
Domenic Denicola 7afdba6e0b vm, core, module: re-do vm to fix known issues 11 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
isaacs 959a19e118 lint 13 years ago
isaacs 44daa9836b Wrap NodeScript binding class in JavaScript layer 13 years ago
Ryan Dahl 26834b0524 Revert "vm context with accessors" 13 years ago
Fedor Indutny 4527de8cba vm context with accessors 13 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 dd53ceebe4 lint 14 years ago
Ryan Dahl 8b1082825c Rename require('javascript') to require('vm') 14 years ago
isaacs d39d3cec65 Make the javascript module API nodey. 14 years ago
Ryan Dahl d787a444c5 Use require('javascript') instead of process.binding('evals') 14 years ago