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

Issue 613777 link

Starred by 1 user

Issue metadata

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



Sign in to add a comment

DevTools: user defined getter/setter on binding object is replaced with value

Project Member Reported by kozyatinskiy@chromium.org, May 21 2016

Issue description


1. Run following code in console:
var e = document.createEvent("Event");
Object.defineProperty(e, "property", { get: function() { return 239; } });
console.log(e);

2. Expand Event object.

Property with name "property" should be represented as getter with ellipsis for its evaluation, instead of this value 239 is presented.
 
Status: Fixed (was: Assigned)

Sign in to add a comment