11cb0ef41Sopenharmony_citest(function() { 21cb0ef41Sopenharmony_ci assert_not_equals(self.performance.mark, undefined); 31cb0ef41Sopenharmony_ci}, "self.performance.mark is defined."); 41cb0ef41Sopenharmony_citest(function() { 51cb0ef41Sopenharmony_ci assert_not_equals(self.performance.clearMarks, undefined); 61cb0ef41Sopenharmony_ci}, "self.performance.clearMarks is defined."); 71cb0ef41Sopenharmony_citest(function() { 81cb0ef41Sopenharmony_ci assert_not_equals(self.performance.measure, undefined); 91cb0ef41Sopenharmony_ci}, "self.performance.measure is defined."); 101cb0ef41Sopenharmony_citest(function() { 111cb0ef41Sopenharmony_ci assert_not_equals(self.performance.clearMeasures, undefined); 121cb0ef41Sopenharmony_ci}, "self.performance.clearMeasures is defined."); 13