Home
last modified time | relevance | path

Searched refs:native_module (Results 1 – 15 of 15) sorted by relevance

/third_party/node/test/cctest/
Dtest_per_process.cc9 using node::native_module::NativeModuleLoader;
10 using node::native_module::NativeModuleRecordMap;
/third_party/node/src/
Dnode_native_module_env.cc5 namespace native_module { namespace
209 native_module, node::native_module::NativeModuleEnv::Initialize)
Dnode_code_cache_stub.cc13 namespace native_module { namespace
Dnode_config.cc87 v8::Boolean::New(isolate, native_module::has_code_cache)); in Initialize()
Dnode_native_module_env.h11 namespace native_module {
Dnode_native_module.h18 namespace native_module {
Dnode_binding.cc60 V(native_module) \
596 exports = native_module::NativeModuleEnv::GetSourceObject(env->context()); in GetInternalBinding()
602 native_module::NativeModuleEnv::GetConfigString( in GetInternalBinding()
Dnode_native_module.cc6 namespace native_module { namespace
Dnode_internals.h46 namespace native_module {
Dnode.cc125 using native_module::NativeModuleEnv;
/third_party/node/tools/code_cache/
Dcache_builder.h8 namespace native_module {
DREADME.md21 - `node::native_module::has_code_cache`
22 - `node::native_module::NativeModuleEnv::InitializeCodeCache`
Dmkcodecache.cc12 using node::native_module::CodeCacheBuilder;
Dcache_builder.cc13 namespace native_module { namespace
/third_party/node/src/api/
Denvironment.cc447 native_module::NativeModuleEnv::Add( in LoadEnvironment()
644 native_module::NativeModuleEnv::LookupAndCompile( in InitializePrimordials()