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
Patch (13.31 KB, patch)
2021-01-07 12:58 PST, Yusuke Suzuki
ashvayka: review+
Patch (17.07 KB, patch)
2021-01-07 13:24 PST, Yusuke Suzuki
no flags
Patch (17.07 KB, patch)
2021-01-07 13:25 PST, Yusuke Suzuki
no flags
Yusuke Suzuki
Comment 1 2021-01-07 12:26:39 PST
Yusuke Suzuki
Comment 2 2021-01-07 12:58:06 PST
Yusuke Suzuki
Comment 3 2021-01-07 12:58:32 PST
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
Yusuke Suzuki
Comment 7 2021-01-07 13:25:50 PST
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.