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