consider: ``` function test({arg}) { print(arg); function arg(){} } test({}) ``` Should print the function, not undefined. This is a simple fix in BytecodeGenerator::generate
Created attachment 249617 [details] WIP Waiting on a build to get tests results populated.
Created attachment 249634 [details] patch
Comment on attachment 249634 [details] patch R=me.
landed in: http://trac.webkit.org/changeset/182109