Sign in
◑
Theme
chromium
/
external
/
github.com
/
v8
/
node
/
f136e7ec312e2a0d3e7cba0b68f0aa92efdfeede
/
.
/
test
/
parallel
/
test-timer-immediate.js
blob: b0f52db1b713d35e4d554a9e63a2728e7feaeecd [
file
]
'use strict'
;
const
common
=
require
(
'../common'
);
global
.
process
=
{};
// Boom!
common
.
allowGlobals
(
global
.
process
);
setImmediate
(
common
.
mustCall
());