xref: /third_party/node/test/parallel/test-timers-clear-null-does-not-throw-error.js
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/test/parallel/
11cb0ef41Sopenharmony_ci'use strict';
21cb0ef41Sopenharmony_cirequire('../common');
31cb0ef41Sopenharmony_ci
41cb0ef41Sopenharmony_ci// This test makes sure clearing timers with
51cb0ef41Sopenharmony_ci// 'null' or no input does not throw error
61cb0ef41Sopenharmony_ciclearInterval(null);
71cb0ef41Sopenharmony_ciclearInterval();
81cb0ef41Sopenharmony_ciclearTimeout(null);
91cb0ef41Sopenharmony_ciclearTimeout();
101cb0ef41Sopenharmony_ciclearImmediate(null);
111cb0ef41Sopenharmony_ciclearImmediate();
12

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