Searched refs:GetConfigString (Results 1 – 5 of 5) sorted by relevance
47 Local<String> NativeModuleEnv::GetConfigString(Isolate* isolate) { in GetConfigString() function in node::native_module::NativeModuleEnv48 return NativeModuleLoader::GetInstance()->GetConfigString(isolate); in GetConfigString()112 info.GetReturnValue().Set(GetConfigString(info.GetIsolate())); in ConfigStringGetter()
30 static v8::Local<v8::String> GetConfigString(v8::Isolate* isolate);
53 v8::Local<v8::String> GetConfigString(v8::Isolate* isolate);
52 Local<String> NativeModuleLoader::GetConfigString(Isolate* isolate) { in GetConfigString() function in node::native_module::NativeModuleLoader
602 native_module::NativeModuleEnv::GetConfigString( in GetInternalBinding()