Sign in
chromium
/
external
/
github.com
/
v8
/
node
/
refs/heads/vee-eight-lkgr
/
.
/
test
/
parallel
/
test-timer-immediate.js
blob: b0f52db1b713d35e4d554a9e63a2728e7feaeecd [
file
] [
log
] [
blame
] [
edit
]
'use strict'
;
const
common
=
require
(
'../common'
);
global
.
process
=
{};
// Boom!
common
.
allowGlobals
(
global
.
process
);
setImmediate
(
common
.
mustCall
());