Where Online Learning is simpler!
The C and C++ Include Header Files
/usr/include/nodejs/src/node_shadow_realm.h
$ cat -n /usr/include/nodejs/src/node_shadow_realm.h 1 #ifndef SRC_NODE_SHADOW_REALM_H_ 2 #define SRC_NODE_SHADOW_REALM_H_ 3 4 #if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS 5 6 #include "v8.h" 7 8 namespace node { 9 namespace shadow_realm { 10 11 v8::MaybeLocal
HostCreateShadowRealmContextCallback( 12 v8::Local
initiator_context); 13 14 } // namespace shadow_realm 15 } // namespace node 16 17 #endif // defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS 18 19 #endif // SRC_NODE_SHADOW_REALM_H_
Contact us
|
About us
|
Term of use
|
Copyright © 2000-2025 MyWebUniversity.com ™