Home
last modified time | relevance | path

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

/third_party/cef/libcef/renderer/
Dv8_impl.h357 bool rethrow_exceptions_; variable
Dv8_impl.cc1485 : isolate_(isolate), type_(TYPE_INVALID), rethrow_exceptions_(false) { in CefV8ValueImpl()
1492 : isolate_(isolate), type_(TYPE_INVALID), rethrow_exceptions_(false) { in CefV8ValueImpl()
1838 return rethrow_exceptions_; in WillRethrowExceptions()
1844 rethrow_exceptions_ = rethrow; in SetRethrowExceptions()
2450 if (rethrow_exceptions_) in HasCaught()