Searched refs:LookupAndCompile (Results 1 – 6 of 6) sorted by relevance
143 MaybeLocal<Function> NativeModuleEnv::LookupAndCompile( in LookupAndCompile() function in node::native_module::NativeModuleEnv150 NativeModuleLoader::GetInstance()->LookupAndCompile( in LookupAndCompile()
22 static v8::MaybeLocal<v8::Function> LookupAndCompile(
185 return LookupAndCompile(context, id, ¶meters, result); in CompileAsModule()236 MaybeLocal<Function> NativeModuleLoader::LookupAndCompile( in LookupAndCompile() function in node::native_module::NativeModuleLoader
75 v8::MaybeLocal<v8::Function> LookupAndCompile(
170 NativeModuleEnv::LookupAndCompile(env->context(), id, parameters, env); in ExecuteBootstrapper()
644 native_module::NativeModuleEnv::LookupAndCompile( in InitializePrimordials()