Sign in
chromium
/
external
/
github.com
/
nodejs
/
node-addon-api
/
4e9d24856dcfd4269040d86dc6fd715f8410f036
/
.
/
test
/
callbackInfo.js
blob: ea671a986978565a8bc6e4213912442373a39d49 [
file
]
'use strict'
;
const
common
=
require
(
'./common'
);
module
.
exports
=
common
.
runTest
(
test
);
async
function
test
(
binding
)
{
binding
.
callbackInfo
.
testCbSetData
();
}