Sign in
◑
Theme
chromium
/
external
/
github.com
/
v8
/
node
/
refs/heads/node-ci-2022-10-21
/
.
/
test
/
parallel
/
test-timers-clear-object-does-not-throw-error.js
blob: 9752f53abd075570ef352b69810548e12531c7a6 [
file
] [
edit
]
'use strict'
;
require
(
'../common'
);
// This test makes sure clearing timers with
// objects doesn't throw
clearImmediate
({});
clearTimeout
({});
clearInterval
({});