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