Lines Matching refs:Concat
38 String::Concat(isolate, estring, FIXED_ONE_BYTE_STRING(isolate, ", ")); in ErrnoException()
39 cons = String::Concat(isolate, cons, message); in ErrnoException()
48 cons = String::Concat(isolate, cons, FIXED_ONE_BYTE_STRING(isolate, " '")); in ErrnoException()
49 cons = String::Concat(isolate, cons, path_string); in ErrnoException()
50 cons = String::Concat(isolate, cons, FIXED_ONE_BYTE_STRING(isolate, "'")); in ErrnoException()
76 return String::Concat( in StringFromPath()
108 String::Concat(isolate, js_msg, FIXED_ONE_BYTE_STRING(isolate, ": ")); in UVException()
109 js_msg = String::Concat(isolate, js_msg, OneByteString(isolate, msg)); in UVException()
111 String::Concat(isolate, js_msg, FIXED_ONE_BYTE_STRING(isolate, ", ")); in UVException()
112 js_msg = String::Concat(isolate, js_msg, js_syscall); in UVException()
118 String::Concat(isolate, js_msg, FIXED_ONE_BYTE_STRING(isolate, " '")); in UVException()
119 js_msg = String::Concat(isolate, js_msg, js_path); in UVException()
121 String::Concat(isolate, js_msg, FIXED_ONE_BYTE_STRING(isolate, "'")); in UVException()
127 js_msg = String::Concat( in UVException()
129 js_msg = String::Concat(isolate, js_msg, js_dest); in UVException()
131 String::Concat(isolate, js_msg, FIXED_ONE_BYTE_STRING(isolate, "'")); in UVException()
200 String::Concat(isolate, message, FIXED_ONE_BYTE_STRING(isolate, " '")); in WinapiErrnoException()
201 Local<String> cons2 = String::Concat( in WinapiErrnoException()
206 String::Concat(isolate, cons2, FIXED_ONE_BYTE_STRING(isolate, "'")); in WinapiErrnoException()