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

Issue 621387 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Jul 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 2
Type: Bug



Sign in to add a comment

Devtools: console object preview shown incorrect method name

Reported by debugz...@gmail.com, Jun 20 2016

Issue description

UserAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2772.0 Safari/537.36

Steps to reproduce the problem:
1. Run this code snippet.
2. expand evaluated result.
3. 

What is the expected behavior?

What went wrong?
Incorrect method name.

Did this work before? N/A 

Chrome version: 53.0.2772.0  Channel: n/a
OS Version: 6.1 (Windows 7, Windows Server 2008 R2)
Flash Version: Shockwave Flash 21.0 r0

code snippet:
var A = class {
	constructor() { /* function Incorrect(){} */ }
	static what() {
		return;
		//function static Incorrect(){}
	}
};
window.a = new A;
 
incorrect.png
56.9 KB View Download
Cc: rnimmagadda@chromium.org
Labels: Needs-Feedback
@debugzxcv: Could you please provide us the expected result, which would help us in triaging it further.

Thank you.
Owner: kozyatinskiy@chromium.org
Status: Assigned (was: Unconfirmed)
Status: Fixed (was: Assigned)

Sign in to add a comment