Sign in
chromium
/
external
/
github.com
/
v8
/
node
/
refs/heads/fuchsia
/
.
/
lib
/
internal
/
test
/
binding.js
blob: 882ea90093d03914f718df4dde30264d9ab63381 [
file
] [
log
] [
blame
] [
edit
]
'use strict'
;
process
.
emitWarning
(
'These APIs are for internal testing only. Do not use them.'
,
'internal/test/binding'
);
module
.
exports
=
{
internalBinding
};