aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/message/fail/class-fields-private-throw-write.out
blob: 8d9047cc628e92f52eba541f22e0faef82cd2433 (plain)
1
2
3
4
5
6
*%(basename)s:7: TypeError: Write of private field #x to an object which did not contain the field
  setX(o, val) { o.#x = val; }
                      ^
TypeError: Write of private field #x to an object which did not contain the field
    at X.setX (*%(basename)s:7:23)
    at *%(basename)s:10:9