Sign in
◑
Theme
chromium
/
external
/
github.com
/
v8
/
node
/
b4279240f5733ef8710c8d43a2bdcb0ec409eb49
/
.
/
test
/
node-api
/
test_uv_loop
/
test.js
blob: 4efc3c6fcd70018e60513f2019fe3ef5fc45770c [
file
]
'use strict'
;
const
common
=
require
(
'../../common'
);
const
{
SetImmediate
}
=
require
(`./
build
/
$
{
common
.
buildType
}/
test_uv_loop
`);
SetImmediate
(
common
.
mustCall
());