Home
last modified time | relevance | path

Searched refs:GetConfigString (Results 1 – 5 of 5) sorted by relevance

/third_party/node/src/
Dnode_native_module_env.cc47 Local<String> NativeModuleEnv::GetConfigString(Isolate* isolate) { in GetConfigString() function in node::native_module::NativeModuleEnv
48 return NativeModuleLoader::GetInstance()->GetConfigString(isolate); in GetConfigString()
112 info.GetReturnValue().Set(GetConfigString(info.GetIsolate())); in ConfigStringGetter()
Dnode_native_module_env.h30 static v8::Local<v8::String> GetConfigString(v8::Isolate* isolate);
Dnode_native_module.h53 v8::Local<v8::String> GetConfigString(v8::Isolate* isolate);
Dnode_native_module.cc52 Local<String> NativeModuleLoader::GetConfigString(Isolate* isolate) { in GetConfigString() function in node::native_module::NativeModuleLoader
Dnode_binding.cc602 native_module::NativeModuleEnv::GetConfigString( in GetInternalBinding()