xref: /third_party/node/test/fixtures/wpt/user-timing/user_timing_exists.any.js
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/fixtures/wpt/user-timing/
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

Indexes created Thu Nov 07 10:32:03 CST 2024