1 2 3 4 5 6 7 8 9 10 11 12 13
class A { m() {} static s() {} get x() { return 1; } set x(v) {} *g() {} async a() {} async *ag() {} ['c']() {} #p() {} static #sp() {} constructor() {} }