WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 3537
4042
this.constructor doesn't point to anonymous functions
https://bugs.webkit.org/show_bug.cgi?id=4042
Summary
this.constructor doesn't point to anonymous functions
Paul Sowden
Reported
2005-07-18 10:39:31 PDT
The following code doesn't work as expected: var myObj1 = function () { alert(this.constructor); }; var obj = new myObj1();
Attachments
Add attachment
proposed patch, testcase, etc.
Eric Seidel (no email)
Comment 1
2005-09-27 12:41:47 PDT
*** This bug has been marked as a duplicate of
3537
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug