Home
last modified time | relevance | path

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

/third_party/cef/libcef_dll/ctocpp/
Dv8context_ctocpp.cc205 cef_v8exception_t* exceptionOrig = exceptionStruct; in Eval() local
221 if (exceptionStruct != exceptionOrig) { in Eval()
/third_party/cef/libcef_dll/cpptoc/
Dv8context_cpptoc.cc214 CefV8Exception* exceptionOrig = exceptionPtr.get(); in v8context_eval() local
234 if (exceptionPtr.get() != exceptionOrig) { in v8context_eval()