aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/test/message/fail/class-fields-private-throw-write.out
blob: e0a11d90bc16132a0e2b5837f26ba6c97007e9d4 (plain)
1
2
3
4
5
6
*%(basename)s:9: 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:9:23)
    at *%(basename)s:12:9