Lines Matching refs:exception
26 cef_string_t* exception) { in v8interceptor_get_byname() argument
45 DCHECK(exception); in v8interceptor_get_byname()
46 if (!exception) in v8interceptor_get_byname()
55 CefString exceptionStr(exception); in v8interceptor_get_byname()
80 cef_string_t* exception) { in v8interceptor_get_byindex() argument
99 DCHECK(exception); in v8interceptor_get_byindex()
100 if (!exception) in v8interceptor_get_byindex()
109 CefString exceptionStr(exception); in v8interceptor_get_byindex()
134 cef_string_t* exception) { in v8interceptor_set_byname() argument
153 DCHECK(exception); in v8interceptor_set_byname()
154 if (!exception) in v8interceptor_set_byname()
158 CefString exceptionStr(exception); in v8interceptor_set_byname()
173 cef_string_t* exception) { in v8interceptor_set_byindex() argument
192 DCHECK(exception); in v8interceptor_set_byindex()
193 if (!exception) in v8interceptor_set_byindex()
197 CefString exceptionStr(exception); in v8interceptor_set_byindex()