Searched refs:exception_ (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dpepper_try_catch.cc65 exception_(PP_MakeUndefined()) {
77 ppapi::PpapiGlobals::Get()->GetVarTracker()->ReleaseVar(exception_);
81 return GetContext().IsEmpty() || exception_.type != PP_VARTYPE_UNDEFINED;
99 ppapi::StringVar* message_var = ppapi::StringVar::FromPPVar(exception_);
105 ppapi::PpapiGlobals::Get()->GetVarTracker()->ReleaseVar(exception_);
106 exception_ = PP_MakeUndefined();
119 exception_ = ppapi::StringVar::StringToPPVar(message);
127 exception_(exception),
153 if (exception_)
154 *exception_
[all...]
H A Dpepper_try_catch.h64 PP_Var* exception() { return &exception_; }
72 PP_Var exception_; member in class:content::PepperTryCatchV8
101 PP_Var* exception_; member in class:content::PepperTryCatchVar
/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::__anon9970::ExceptionConverter
/external/chromium_org/ppapi/proxy/
H A Dserialized_var.cc234 exception_(exception) {
238 if (exception_) {
243 *exception_ = inner_->GetVar();
258 return exception_ && exception_->type != PP_VARTYPE_UNDEFINED;
H A Dserialized_var.h308 PP_Var* exception_; member in class:ppapi::proxy::ReceiveSerializedException
/external/chromium_org/v8/src/
H A Ddebug-debugger.js1077 this.exception_ = exception;
1089 return this.exception_;
1127 exception: MakeMirror(this.exception_)
H A Disolate.cc197 v->VisitPointer(bit_cast<Object**>(&(block->exception_)));
895 if (scheduled_exception() == handler->exception_) {
1797 try_catch_handler()->exception_ = heap()->null_value();
1806 handler->exception_ = pending_exception();
H A Dmirror-debugger.js1443 this.exception_ = details[3];
1491 return this.exception_ ? true : false;
H A Dast.h2298 Expression* exception() const { return exception_; }
2302 : Expression(zone, pos, id_gen), exception_(exception) {}
2305 Expression* exception_; member in class:v8::internal::FINAL
H A Dapi.cc1955 return !reinterpret_cast<i::Object*>(exception_)->IsTheHole();
1980 i::Object* exception = reinterpret_cast<i::Object*>(exception_);
1991 i::Object* raw_obj = reinterpret_cast<i::Object*>(exception_);
2038 exception_ = the_hole;
/external/chromium_org/v8/include/
H A Dv8.h5378 void* exception_; member in class:v8::TryCatch

Completed in 1671 milliseconds