Files
node-v0.x-archive/test
Ben Noordhuis aad2013508 repl: allow overriding builtins
Don't give names of built-in libraries special treatment.
Changes the REPL's behavior from this:

  > var path = 42
  > path
  A different "path" already exists globally

To this:

  > var path = 42
  > path
  42

Fixes #4512.
2013-01-03 19:58:47 +01:00
..
2012-05-24 14:07:09 +02:00
2012-12-28 18:24:35 +01:00
2013-01-03 19:58:47 +01:00
2012-12-12 09:46:09 +01:00