aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/message/fail/class-fields-private-throw-read.out
blob: 4b49cfd354d125d8caf87ac3f2fd571de2576b6a (plain)
1
2
3
4
5
6
*%(basename)s:9: TypeError: Read of private field #x from an object which did not contain the field
  eq(o) { return this.#x === o.#x; }
                               ^
TypeError: Read of private field #x from an object which did not contain the field
    at X.eq (*%(basename)s:9:32)
    at *%(basename)s:12:9