Searched refs:js_msg (Results 1 - 3 of 3) sorted by relevance
/third_party/node/src/api/ |
H A D | exceptions.cc | 108 Local<String> js_msg = js_code; in UVException() local 109 js_msg = in UVException() 110 String::Concat(isolate, js_msg, FIXED_ONE_BYTE_STRING(isolate, ": ")); in UVException() 111 js_msg = String::Concat(isolate, js_msg, OneByteString(isolate, msg)); in UVException() 112 js_msg = in UVException() 113 String::Concat(isolate, js_msg, FIXED_ONE_BYTE_STRING(isolate, ", ")); in UVException() 114 js_msg = String::Concat(isolate, js_msg, js_syscall); in UVException() 119 js_msg in UVException() [all...] |
/third_party/node/src/ |
H A D | node_errors.h | 100 v8::Local<v8::String> js_msg = \ 102 v8::Local<v8::Object> e = v8::Exception::type(js_msg) \
|
H A D | node_wasi.cc | 100 Local<String> js_msg = js_code; in WASIException() local 101 js_msg = in WASIException() 102 String::Concat(isolate, js_msg, FIXED_ONE_BYTE_STRING(isolate, ", ")); in WASIException() 103 js_msg = String::Concat(isolate, js_msg, js_syscall); in WASIException() 105 if (!Exception::Error(js_msg)->ToObject(context).ToLocal(&e)) in WASIException()
|
Completed in 4 milliseconds