Searched refs:subClassPropString (Results 1 – 2 of 2) sorted by relevance
135 subClassPropString: string = "I'm subClassPropString" property in SubClass397 Object.defineProperties(testObj, { subClassPropString: { value: "hello", writable: true } });411 testObj.subClassPropString = 33;625 testObj.subClassPropString = loopIndex < 1000 ? "hello" : 1;643 testObj.subClassPropString = loopIndex < 1000 ? 33 : "Hi";759 testObj.subClassPropString = "I'm string";
43 Success update subClassPropString with defineProperties45 Fail to update subClassPropString with stobjbyname. err: TypeError: Cannot set sendable property wi…103 [IC] Fail to update subClassPropString with mismatch type. err: TypeError: Cannot set sendable prop…105 [IC] Fail to update subClassPropString with mismatch type. err: TypeError: Cannot set sendable prop…