0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/test
Maciej Małecki 568072ceae repl: do not insert duplicates into completions
Fix invalid `hasOwnProperty` function usage.

For example, before in the REPL:

```
> Ar<Tab>
Array

Array        ArrayBuffer
```

Now:

```
> Ar<Tab>
Array

ArrayBuffer
```

Fixes #6255.
Closes #6498.
2013-11-11 15:45:09 -08:00
..
addons
disabled
fixtures debugger: breakpoints in scripts not loaded yet 2013-05-02 08:52:58 +02:00
gc
internet test: move two tests from simple/ to internet/ 2013-07-20 12:36:33 +02:00
message
pummel test: use proper findjsobjects output format 2013-10-10 15:45:25 -07:00
simple repl: do not insert duplicates into completions 2013-11-11 15:45:09 -08:00
common.js