mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-22 11:08:45 +00:00
Adds support for the following syntax:
let foo = {
get x() {
// ...
},
set x(value) {
// ...
}
}
Adds support for the following syntax:
let foo = {
get x() {
// ...
},
set x(value) {
// ...
}
}