Skip to content

Commit b8cef7c

Browse files
sinkhahatargos
authored andcommitted
lib: update comment
Rename NODE_MODULE_CONTEXT_AWARE_CPP to NODE_BINDING_CONTEXT_AWARE_CPP. PR-URL: #47884 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 7b1d0bb commit b8cef7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/bootstrap/realm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
// compatibility issues caused by them from time to time.
2222
// - process._linkedBinding(): intended to be used by embedders to add
2323
// additional C++ bindings in their applications. These C++ bindings
24-
// can be created using NODE_MODULE_CONTEXT_AWARE_CPP() with the flag
24+
// can be created using NODE_BINDING_CONTEXT_AWARE_CPP() with the flag
2525
// NM_F_LINKED.
2626
// - internalBinding(): the private internal C++ binding loader, inaccessible
2727
// from user land unless through `require('internal/test/binding')`.

0 commit comments

Comments
 (0)