Files
node-v0.x-archive/lib
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
..
2011-03-14 17:37:05 -07:00
2011-03-14 17:37:05 -07:00
2012-12-31 17:53:00 +01:00
2012-06-16 11:02:49 -07:00
2011-03-14 17:37:05 -07:00
2012-10-12 11:46:36 -07:00
2012-11-08 12:31:45 -08:00
2012-12-07 16:58:16 -08:00
2012-07-04 13:45:14 +02:00
2012-06-19 14:07:48 -07:00
2013-01-03 19:58:47 +01:00
2012-06-28 10:14:03 -07:00
2012-12-21 11:05:46 -08:00
2012-03-03 23:48:57 -08:00
2012-12-14 10:52:26 -08:00