Home
last modified time | relevance | path

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

/third_party/node/src/api/
Dexceptions.cc104 Local<String> js_dest; in UVException() local
125 js_dest = StringFromPath(isolate, dest); in UVException()
129 js_msg = String::Concat(isolate, js_msg, js_dest); in UVException()
145 if (!js_dest.IsEmpty()) in UVException()
146 e->Set(env->context(), env->dest_string(), js_dest).Check(); in UVException()