Sign in
chromium
/
external
/
github.com
/
nodejs
/
node-addon-api
/
220bee244fae2e36405bf2bda33cb3985a846912
/
.
/
test
/
threadsafe_function
/
threadsafe_function_ptr.js
blob: d646682d1129ce8700466ce5ec7f2de78479126e [
file
] [
log
] [
blame
]
'use strict'
;
module
.
exports
=
require
(
'../common'
).
runTest
(
test
);
function
test
(
binding
)
{
binding
.
threadsafe_function_ptr
.
test
({},
()
=>
{});
}