Home
last modified time | relevance | path

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

/third_party/node/src/api/
H A Dexceptions.cc106 Local<String> js_dest; in UVException() local
127 js_dest = StringFromPath(isolate, dest); in UVException()
131 js_msg = String::Concat(isolate, js_msg, js_dest); in UVException()
148 if (!js_dest.IsEmpty()) in UVException()
149 e->Set(context, env->dest_string(), js_dest).Check(); in UVException()

Completed in 1 milliseconds