OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pending_exception_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
isolate.h
247
Object*
pending_exception_
;
member in class:v8::internal::BASE_EMBEDDED
534
ASSERT(!thread_local_top_.
pending_exception_
->IsException());
535
return thread_local_top_.
pending_exception_
;
540
thread_local_top_.
pending_exception_
= exception_obj;
544
ASSERT(!thread_local_top_.
pending_exception_
->IsException());
545
thread_local_top_.
pending_exception_
= heap_.the_hole_value();
549
return &thread_local_top_.
pending_exception_
;
553
ASSERT(!thread_local_top_.
pending_exception_
->IsException());
554
return !thread_local_top_.
pending_exception_
->IsTheHole();
669
pending_exception_
(isolate_->pending_exception(), isolate_)
680
Handle<Object>
pending_exception_
;
member in class:v8::internal::Isolate::ExceptionScope
[
all
...]
isolate.cc
83
pending_exception_
= NULL;
201
v->VisitPointer(&thread->
pending_exception_
);
[
all
...]
Completed in 38 milliseconds