Searched refs:js_path (Results 1 – 1 of 1) sorted by relevance
103 Local<String> js_path; in UVException() local115 js_path = StringFromPath(isolate, path); in UVException()119 js_msg = String::Concat(isolate, js_msg, js_path); in UVException()143 if (!js_path.IsEmpty()) in UVException()144 e->Set(env->context(), env->path_string(), js_path).Check(); in UVException()