Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/sharedtest/check/
Dsharedcheck.ts86 static staticSubClassPropString: string = "I'm staticSubClassPropString"; property in SubClass
165 SuperClass.prototype.staticSubClassPropString = 1;
326 SubClass.staticSubClassPropString = "modify static";
517 SubClass.staticSubClassPropString = loopIndex < 1000 ? "modify static" : 1;