Lines Matching refs:Score
740 …cannot be re-rendered. In the following example, when the static method **Score.changeScore1** or …
745 class Score {
751 static changeScore1(score:Score) {
759 @State score: Score = new Score(1);
775 @Link score: Score;
777 changeScore2(score:Score) {
788 Score.changeScore1(this.score);
805 class Score {
811 static changeScore1(score:Score) {
819 @State score: Score = new Score(1);
835 @Link score: Score;
837 changeScore2(score:Score) {
849 Score.changeScore1(score1);