Home
last modified time | relevance | path

Searched refs:LoadBuiltinModuleSource (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Dnode_native_module.cc205 MaybeLocal<String> NativeModuleLoader::LoadBuiltinModuleSource(Isolate* isolate, in LoadBuiltinModuleSource() function in node::native_module::NativeModuleLoader
245 if (!LoadBuiltinModuleSource(isolate, id).ToLocal(&source)) { in LookupAndCompile()
Dnode_native_module.h71 v8::MaybeLocal<v8::String> LoadBuiltinModuleSource(v8::Isolate* isolate,
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md1012 …ub.com/nodejs/node/commit/bee477b000)] - **src**: throw error in LoadBuiltinModuleSource when read…