New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 687015 link

Starred by 0 users

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Jun 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug



Sign in to add a comment

DevTools: module scope is not visible when evaluating in console

Project Member Reported by dgozman@chromium.org, Jan 31 2017

Issue description

Easy to repro with Node.js:

class Foo {
}
module.exports = Foo;

1. Connect DevTools to Node.
2. Type "new Foo()" in console.
3. See error "Foo is not defined".
 
Status: Fixed (was: Assigned)
Module scopes are fixed in ToT V8.

Sign in to add a comment