-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 8u20
-
Component/s: core-libs
-
None
-
b02
-
generic
-
generic
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8045065 | 8u25 | Sundararajan Athijegannathan | P3 | Resolved | Fixed | b01 |
| JDK-8037982 | 8u20 | Sundararajan Athijegannathan | P3 | Resolved | Fixed | b09 |
| JDK-8052465 | emb-8u26 | Sundararajan Athijegannathan | P3 | Resolved | Fixed | b18 |
Testcase:
var x = {
get toto() {
},
set toto() {
}
}
nodejs on v8 is fine with this syntax. It doas impact ether-lite-pad
var x = {
get toto() {
},
set toto() {
}
}
nodejs on v8 is fine with this syntax. It doas impact ether-lite-pad
- backported by
-
JDK-8037982 SyntaxError when property setter has no parameter
-
- Resolved
-
-
JDK-8045065 SyntaxError when property setter has no parameter
-
- Resolved
-
-
JDK-8052465 SyntaxError when property setter has no parameter
-
- Resolved
-