Searched defs:exception_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dnpapi_glue.h106 bool has_exception() const { return exception_.type != PP_VARTYPE_UNDEFINED; }
111 PP_Var* exception() { return &exception_; }
141 PP_Var exception_; // Exception set by the PPAPI call. We own a ref to it. member in class:content::PPResultAndExceptionToNPResult
259 PP_Var* exception_; member in class:content::TryCatch
/external/chromium_org/ppapi/cpp/dev/
H A Dscriptable_object_deprecated.cc25 if (!exception_.is_undefined())
26 *out_ = exception_.Detach();
29 Var* Get() { return &exception_; }
33 Var exception_; member in class:pp::deprecated::__anon9320::ExceptionConverter
/external/chromium_org/ppapi/proxy/
H A Dserialized_var.h308 PP_Var* exception_; member in class:ppapi::proxy::ReceiveSerializedException
/external/v8/include/
H A Dv8.h3409 void* exception_; member in class:v8::TryCatch
/external/chromium_org/v8/include/
H A Dv8.h4926 void* exception_; member in class:v8::TryCatch
/external/v8/src/
H A Dast.h2000 Expression* exception() const { return exception_; }
2007 : Expression(isolate), exception_(exception), pos_(pos) {}
2010 Expression* exception_; member in class:v8::internal::Throw
/external/chromium_org/v8/src/
H A Dast.h2196 Expression* exception() const { return exception_; }
2201 : Expression(isolate), exception_(exception), pos_(pos) {}
2204 Expression* exception_; member in class:v8::internal::Throw

Completed in 144 milliseconds