Home
last modified time | relevance | path

Searched refs:LookupAndCompile (Results 1 – 6 of 6) sorted by relevance

/third_party/node/src/
Dnode_native_module_env.cc143 MaybeLocal<Function> NativeModuleEnv::LookupAndCompile( in LookupAndCompile() function in node::native_module::NativeModuleEnv
150 NativeModuleLoader::GetInstance()->LookupAndCompile( in LookupAndCompile()
Dnode_native_module_env.h22 static v8::MaybeLocal<v8::Function> LookupAndCompile(
Dnode_native_module.cc185 return LookupAndCompile(context, id, &parameters, result); in CompileAsModule()
236 MaybeLocal<Function> NativeModuleLoader::LookupAndCompile( in LookupAndCompile() function in node::native_module::NativeModuleLoader
Dnode_native_module.h75 v8::MaybeLocal<v8::Function> LookupAndCompile(
Dnode.cc170 NativeModuleEnv::LookupAndCompile(env->context(), id, parameters, env); in ExecuteBootstrapper()
/third_party/node/src/api/
Denvironment.cc644 native_module::NativeModuleEnv::LookupAndCompile( in InitializePrimordials()