Searched refs:rethrow_exceptions_ (Results 1 – 2 of 2) sorted by relevance
357 bool rethrow_exceptions_; variable
1485 : 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()