blob: 903d33cd66411015fa3a621d713b3745fd5d4f47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Internal Bindings
The modules in this directory implement (simulate) C++ bindings implemented in
the `./src/` directory of the [Node.js](https://github.com/nodejs/node)
repository.
These bindings are created in the Node.js source code by using
`NODE_MODULE_CONTEXT_AWARE_INTERNAL`.
Please refer to <https://github.com/nodejs/node/blob/master/src/README.md> for
further information.
|