Searched refs:exceptionStruct (Results 1 – 1 of 1) sorted by relevance
202 cef_v8exception_t* exceptionStruct = NULL; in Eval() local204 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()