-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
Closed
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.replIssues and PRs related to the REPL subsystem.Issues and PRs related to the REPL subsystem.
Description
Reproduction:
- Start the nodejs repl.
- Start a function; enter "function() {" (without quotes) and hit [ENTER].
- Type "arguments." (without quotes) and hit [TAB].
Expected:
Available properties on arguments object, varying depending on strict / non-strict mode.
Actual:
Exit to command prompt with exit code 0.
Screenshot:
~ $ nodejs
> function() {
... arguments.~ $ echo $?
0
Version:
NodeJS 4.1 on Linux 3.19
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues with confirmed bugs.Issues with confirmed bugs.replIssues and PRs related to the REPL subsystem.Issues and PRs related to the REPL subsystem.