class-fields-private-throw-read.out 311 Bytes
Newer Older
1
*%(basename)s:7: TypeError: Read of private field #x from an object which did not contain the field
2 3 4
  eq(o) { return this.#x === o.#x; }
                               ^
TypeError: Read of private field #x from an object which did not contain the field
5 6
    at X.eq (*%(basename)s:7:32)
    at *%(basename)s:10:9