Skip to content

Commit

Permalink
Add getter and setter to supported features.
Browse files Browse the repository at this point in the history
After #127, __getter__ and __setter__ works as well.
Tested with `sbt:esmeta> run test262-test -test262-test:log tests/test262/test/built-ins/Object/prototype/`
  • Loading branch information
doehyunbaek committed Dec 14, 2022
1 parent 6aebc34 commit 71639a6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
"Symbol.unscopables",
"WeakMap",
"WeakSet",
"__getter__",
"__proto__",
"__setter__",
"align-detached-buffer-semantics-with-web-reality",
"arrow-function",
"async-functions",
Expand Down

0 comments on commit 71639a6

Please sign in to comment.