WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
59289
Assigning to function identifier under strict should throw
https://bugs.webkit.org/show_bug.cgi?id=59289
Summary
Assigning to function identifier under strict should throw
kangax
Reported
2011-04-23 19:59:00 PDT
`(function f() { f = 123; })()` should be a TypeError under strict mode but currently isn't. FF4 and IE10 both comply on this one.
Attachments
Patch
(6.25 KB, patch)
2011-05-01 19:42 PDT
,
Oliver Hunt
barraclough
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Oliver Hunt
Comment 1
2011-05-01 19:42:10 PDT
Created
attachment 91873
[details]
Patch
Oliver Hunt
Comment 2
2011-05-01 19:58:10 PDT
Committed
r85454
: <
http://trac.webkit.org/changeset/85454
>
kangax
Comment 3
2011-05-01 22:25:48 PDT
yay! :)
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