WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
143148
Deconstruction parameters are bound too late
https://bugs.webkit.org/show_bug.cgi?id=143148
Summary
Deconstruction parameters are bound too late
Saam Barati
Reported
2015-03-27 13:32:54 PDT
consider: ``` function test({arg}) { print(arg); function arg(){} } test({}) ``` Should print the function, not undefined. This is a simple fix in BytecodeGenerator::generate
Attachments
WIP
(2.52 KB, patch)
2015-03-27 15:56 PDT
,
Saam Barati
no flags
Details
Formatted Diff
Diff
patch
(4.72 KB, patch)
2015-03-27 19:15 PDT
,
Saam Barati
fpizlo
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Saam Barati
Comment 1
2015-03-27 15:56:38 PDT
Created
attachment 249617
[details]
WIP Waiting on a build to get tests results populated.
Saam Barati
Comment 2
2015-03-27 19:15:37 PDT
Created
attachment 249634
[details]
patch
Filip Pizlo
Comment 3
2015-03-27 22:03:13 PDT
Comment on
attachment 249634
[details]
patch R=me.
Saam Barati
Comment 4
2015-03-27 23:02:58 PDT
landed in:
http://trac.webkit.org/changeset/182109
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