OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pending_exception_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/v8/src/
isolate.h
255
MaybeObject*
pending_exception_
;
member in class:v8::internal::BASE_EMBEDDED
555
return thread_local_top_.
pending_exception_
;
564
thread_local_top_.
pending_exception_
= exception;
567
thread_local_top_.
pending_exception_
= heap_.the_hole_value();
570
return &thread_local_top_.
pending_exception_
;
573
return !thread_local_top_.
pending_exception_
->IsTheHole();
686
pending_exception_
(isolate_->pending_exception()->ToObjectUnchecked(),
693
isolate_->set_pending_exception(*
pending_exception_
);
698
Handle<Object>
pending_exception_
;
member in class:v8::internal::Isolate::ExceptionScope
[
all
...]
isolate.cc
110
pending_exception_
= NULL;
274
if (thread->
pending_exception_
->ToObject(&pending)) {
276
thread->
pending_exception_
= pending; // In case GC updated it.
[
all
...]
/external/v8/src/
isolate.h
239
MaybeObject*
pending_exception_
;
member in class:v8::internal::BASE_EMBEDDED
537
return thread_local_top_.
pending_exception_
;
546
thread_local_top_.
pending_exception_
= exception;
549
thread_local_top_.
pending_exception_
= heap_.the_hole_value();
552
return &thread_local_top_.
pending_exception_
;
555
return !thread_local_top_.
pending_exception_
->IsTheHole();
651
pending_exception_
(isolate_->pending_exception()->ToObjectUnchecked()),
657
isolate_->set_pending_exception(*
pending_exception_
);
662
Handle<Object>
pending_exception_
;
member in class:v8::internal::Isolate::ExceptionScope
[
all
...]
isolate.cc
106
pending_exception_
= NULL;
445
if (thread->
pending_exception_
->ToObject(&pending)) {
447
thread->
pending_exception_
= pending; // In case GC updated it.
[
all
...]
Completed in 35 milliseconds