Home
last modified time | relevance | path

Searched refs:js_path (Results 1 - 1 of 1) sorted by relevance

/third_party/node/src/api/
H A Dexceptions.cc105 Local<String> js_path; in UVException() local
117 js_path = StringFromPath(isolate, path); in UVException()
121 js_msg = String::Concat(isolate, js_msg, js_path); in UVException()
146 if (!js_path.IsEmpty()) in UVException()
147 e->Set(context, env->path_string(), js_path).Check(); in UVException()

Completed in 1 milliseconds