Home
last modified time | relevance | path

Searched refs:subClassPropString (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/test/sharedtest/check/
Dsharedcheck.ts135 subClassPropString: string = "I'm subClassPropString" property in SubClass
397 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";
Dexpect_output.txt43 Success update subClassPropString with defineProperties
45 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…