# STEPS TO REPRODUCE: 1. inspect any page 2. evaluate `function foo() { return "test"; }` in the Console 3. evaluate `foo` => should see `$1` 4. evaluate `$1` => `"test"` is logged instead of `function foo() { return "test"; }`
<rdar://problem/58860268>
Created attachment 389620 [details] Patch
Comment on attachment 389620 [details] Patch Nice. r=me
Comment on attachment 389620 [details] Patch Clearing flags on attachment: 389620 Committed r255675: <https://trac.webkit.org/changeset/255675>
All reviewed patches have been landed. Closing bug.