WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
207180
Web Inspector: REGRESSION(
r248287
): Console: function objects saved to a $n will be invoked instead of just referenced when evaluating in the Console
https://bugs.webkit.org/show_bug.cgi?id=207180
Summary
Web Inspector: REGRESSION(r248287): Console: function objects saved to a $n w...
Devin Rousso
Reported
2020-02-03 19:39:32 PST
# 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"; }`
Attachments
Patch
(6.72 KB, patch)
2020-02-03 19:44 PST
,
Devin Rousso
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Devin Rousso
Comment 1
2020-02-03 19:39:50 PST
<
rdar://problem/58860268
>
Devin Rousso
Comment 2
2020-02-03 19:44:03 PST
Created
attachment 389620
[details]
Patch
Joseph Pecoraro
Comment 3
2020-02-03 22:23:20 PST
Comment on
attachment 389620
[details]
Patch Nice. r=me
WebKit Commit Bot
Comment 4
2020-02-04 07:59:48 PST
Comment on
attachment 389620
[details]
Patch Clearing flags on attachment: 389620 Committed
r255675
: <
https://trac.webkit.org/changeset/255675
>
WebKit Commit Bot
Comment 5
2020-02-04 07:59:50 PST
All reviewed patches have been landed. Closing bug.
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