Searched refs:try_catch_handler (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Disolate.cc194 for (v8::TryCatch* block = thread->try_catch_handler();
256 DCHECK(thread_local_top()->try_catch_handler() == that);
802 if (try_catch_handler()) {
803 try_catch_handler()->has_terminated_ = false;
850 try_catch_handler() : NULL;
878 DCHECK(handler == try_catch_handler());
979 return try_catch_handler()->is_verbose_;
1022 can_be_caught_externally && try_catch_handler()->capture_message_;
1157 try_catch_handler() : NULL;
1167 (try_catch_handler()
[all...]
H A Disolate.h243 FIELD_ACCESSOR(v8::TryCatch*, try_catch_handler)
257 v8::TryCatch::JSStackComparableAddress(try_catch_handler()));
592 v8::TryCatch* try_catch_handler() { function in class:v8::internal::Isolate
593 return thread_local_top_.try_catch_handler();
H A Dv8threads.cc312 DCHECK(isolate_->try_catch_handler() == NULL);
H A Dapi.cc1908 next_(isolate_->try_catch_handler()),

Completed in 115 milliseconds