Searched refs:CompileAsModule (Results 1 – 4 of 4) sorted by relevance
80 v8::MaybeLocal<v8::Function> CompileAsModule(v8::Local<v8::Context> context,
131 NativeModuleLoader::GetInstance()->CompileAsModule( in CompileFunction()
173 MaybeLocal<Function> NativeModuleLoader::CompileAsModule( in CompileAsModule() function in node::native_module::NativeModuleLoader
132 USE(loader->CompileAsModule(context, id.c_str(), &result)); in Generate()