{"ScriptPreparationCode":"class O {\r\n constructor(o) {this.o=o}\r\n g() {return this.o}\r\n get os() {return this.o}\r\n}\r\n\r\no=new O(\u0022o\u0022)\r\n","TestCases":[{"Name":"member access","Code":"o.o","IsDeferred":false},{"Name":"by function","Code":"o.g()","IsDeferred":false},{"Name":"with getter","Code":"o.os","IsDeferred":false}]}