Skip to content

Commit 0e10472

Browse files
authored
Specify attributes of declarative methods (#27)
1 parent a007f0d commit 0e10472

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

proposals/custom-descriptors/Overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,10 @@ rather than the prototype.
680680
Like the constructor function itself,
681681
these "static" methods, getters, and setters do not pass their receiver as an argument.
682682

683+
All methods, getters, and setters, whether static or not,
684+
are installed as writable, configurable, and non-enumerable properties.
685+
This matches the behavior of ES6 class methods.
686+
683687
### Instantiation
684688

685689
When constructing a WebAssembly instance,

0 commit comments

Comments
 (0)