WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 220429
[JSC] New expression and value function call should reserve function register if arguments include assignments
https://bugs.webkit.org/show_bug.cgi?id=220429
Summary
[JSC] New expression and value function call should reserve function register...
Yusuke Suzuki
Reported
2021-01-07 12:24:21 PST
[JSC] New expression and value function call should reserve function register if arguments include assignments
Attachments
Patch
(11.67 KB, patch)
2021-01-07 12:26 PST
,
Yusuke Suzuki
no flags
Details
Formatted Diff
Diff
Patch
(13.31 KB, patch)
2021-01-07 12:58 PST
,
Yusuke Suzuki
ashvayka
: review+
Details
Formatted Diff
Diff
Patch
(17.07 KB, patch)
2021-01-07 13:24 PST
,
Yusuke Suzuki
no flags
Details
Formatted Diff
Diff
Patch
(17.07 KB, patch)
2021-01-07 13:25 PST
,
Yusuke Suzuki
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Yusuke Suzuki
Comment 1
2021-01-07 12:26:39 PST
Created
attachment 417200
[details]
Patch
Yusuke Suzuki
Comment 2
2021-01-07 12:58:06 PST
Created
attachment 417204
[details]
Patch
Yusuke Suzuki
Comment 3
2021-01-07 12:58:32 PST
<
rdar://problem/70598359
>
Alexey Shvayka
Comment 4
2021-01-07 13:14:59 PST
Comment on
attachment 417204
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=417204&action=review
This is handsome, nicely done!
> Source/JavaScriptCore/ChangeLog:17 > + 2. function value call (it is checking `isLocation()`, but we can still use local variables for function if we use comma expression)
Tagged template literals are already correct: x`_${x = 1}_` Would be nice to have a test for it (if there is none).
Yusuke Suzuki
Comment 5
2021-01-07 13:23:04 PST
Comment on
attachment 417204
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=417204&action=review
I'll fix some of tests (the tests themselves are wrong).
>> Source/JavaScriptCore/ChangeLog:17 >> + 2. function value call (it is checking `isLocation()`, but we can still use local variables for function if we use comma expression) > > Tagged template literals are already correct: > > x`_${x = 1}_` > > Would be nice to have a test for it (if there is none).
Sounds good!
Yusuke Suzuki
Comment 6
2021-01-07 13:24:47 PST
Created
attachment 417206
[details]
Patch
Yusuke Suzuki
Comment 7
2021-01-07 13:25:50 PST
Created
attachment 417207
[details]
Patch
EWS
Comment 8
2021-01-07 15:17:49 PST
Committed
r271265
: <
https://trac.webkit.org/changeset/271265
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 417207
[details]
.
Yusuke Suzuki
Comment 9
2021-02-01 02:26:07 PST
***
Bug 217308
has been marked as a duplicate of this 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