Home
last modified time | relevance | path

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

/third_party/cef/libcef_dll/ctocpp/
Dv8context_ctocpp.cc202 cef_v8exception_t* exceptionStruct = NULL; in Eval() local
204 exceptionStruct = CefV8ExceptionCToCpp::Unwrap(exception); in Eval()
205 cef_v8exception_t* exceptionOrig = exceptionStruct; in Eval()
209 start_line, &retvalStruct, &exceptionStruct); in Eval()
220 if (exceptionStruct) { in Eval()
221 if (exceptionStruct != exceptionOrig) { in Eval()
222 exception = CefV8ExceptionCToCpp::Wrap(exceptionStruct); in Eval()