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

/external/v8/src/
H A Disolate.cc461 v->VisitPointer(BitCast<Object**>(&(block->exception_)));
1695 try_catch_handler()->exception_ = heap()->null_value();
1701 try_catch_handler()->exception_ = pending_exception();
H A Dmirror-debugger.js1114 this.exception_ = details[2];
1162 return this.exception_ ? true : false;
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
H A Ddebug-debugger.js1080 this.exception_ = exception;
1096 return this.exception_;
1129 exception: MakeMirror(this.exception_)
H A Dapi.cc1649 exception_(isolate_->heap()->the_hole_value()),
1673 return !reinterpret_cast<i::Object*>(exception_)->IsTheHole();
1693 i::Object* exception = reinterpret_cast<i::Object*>(exception_);
1704 i::Object* raw_obj = reinterpret_cast<i::Object*>(exception_);
1732 exception_ = isolate_->heap()->the_hole_value();
/external/v8/include/
H A Dv8.h3409 void* exception_; member in class:v8::TryCatch

Completed in 201 milliseconds