210 Commits (6ee5d0f69f28bb4b92eff447ed39d3ef7d4728a6)

Author SHA1 Message Date
Sakthipriyan Vairamani cb971cc97d repl: backslash bug fix 9 years ago
cjihrig a69ab27ab4 node: rename from io.js to node 9 years ago
James M Snell ce145bf358 repl: filter integer keys from repl tab complete list 9 years ago
Sakthipriyan Vairamani ea05e760cd repl: don't clobber RegExp.$ properties 9 years ago
Sakthipriyan Vairamani afd7e37ee0 repl: better empty line handling 9 years ago
Sakthipriyan Vairamani 81ea52aa01 repl: improving line continuation handling 9 years ago
Sakthipriyan Vairamani 30edb5aee9 repl: preventing REPL crash with inherited properties 9 years ago
Sakthipriyan Vairamani 77fa385e5d repl: fixing `undefined` in invalid REPL keyword error 9 years ago
Sakthipriyan Vairamani 59f6b5da2a repl: Prevent crash when tab-completed with Proxy 9 years ago
Rich Trott eabed2f518 repl: remove obsolete TODO 9 years ago
Julien Gilli a198c68b56 repl: make 'Unexpected token' errors recoverable 10 years ago
Sangmin Yoon d735b2c6ef repl: fix tab completion for a non-global context 10 years ago
Vladimir Kurchatkin 6d95f4ff92 smalloc: deprecate whole module 10 years ago
Yazhong Liu 5f33521be5 repl: remove unnecessary check for globals 10 years ago
Yazhong Liu 6edc900b95 repl: support non-array `.scope`, document it 10 years ago
Yosuke Furukawa 19ffb5cf1c lib: fix eslint styles 10 years ago
Chris Dickinson 051d482b15 repl: fix _debugger by properly proxying repl 10 years ago
Chris Dickinson 0450ce7db2 repl: add mode detection, cli persistent history 10 years ago
Ben Noordhuis 2b2e48a4b9 lib: don't error in repl when cwd doesn't exist 10 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
Xiaowei Li b7365c1559 repl: make REPL support multiline template literals 10 years ago
Yosuke Furukawa fd30eb2152 src: fix jslint errors 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis db595b2de6 lib: reintroduce v8 module 10 years ago
Bert Belder 2b6a0f85f3 src: remove the tracing module entirely 10 years ago
Trevor Norris b6559553a4 src: remove Async Listener 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
Fedor Indutny 1a84ba2d66 repl: proper `setPrompt()` and `multiline` support 10 years ago
Fedor Indutny 1a52d6abcc Revert "repl: fix overwrite for this._prompt" 10 years ago
Yazhong Liu 7166b55015 repl: fix overwrite for this._prompt 10 years ago
Fedor Indutny b5175003bc repl: fix multi-line input 11 years ago
Brian White 03e9f84933 lib: remove unused variables 11 years ago
Timothy J Fontaine c0d73e6de1 lint: fix missing semi colon in repl 11 years ago
Yazhong Liu c980280159 repl: remove a unnecessary concatenation 11 years ago
Yazhong Liu 3ae0b17c76 repl: REPLServer inherits from readline.Interface 11 years ago
Ben Noordhuis 010222d39f src: add tracing.v8.on('gc') statistics hooks 11 years ago
Maciej Małecki 568072ceae repl: do not insert duplicates into completions 11 years ago
isaacs 9ef9a9dee5 repl: Simplify paren wrap, continuation-detection 11 years ago
Nathan Rajlich 54fbb1da96 repl: treat "Assignment to const" as syntax error 11 years ago
isaacs 4631c503e3 repl: Catch syntax errors better 11 years ago
Domenic Denicola fd3657610e vm: update API to use options argument 11 years ago
isaacs eef552774e vm: Put back display_errors flag 11 years ago
Brian White 6d842897c5 lib: remove unused variables and functions 11 years ago
isaacs 6942a95ae1 repl: Add 'smalloc' to list of known modules 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
Brian White 774b28fde7 repl: fix JSON.parse error check 12 years ago
Nathan Rajlich 55ea7ccf70 repl: use more readable RegExp syntax for spaces 12 years ago
Nathan Rajlich 085f9d636b repl: isSyntaxError() catches "strict mode" errors 12 years ago