OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:saved_exception
(Results
1 - 4
of
4
) sorted by null
/external/v8/test/mjsunit/
debug-liveedit-restart-frame.js
105
var
saved_exception
= null;
108
if (
saved_exception
!= null) {
115
saved_exception
= e;
126
if (
saved_exception
) {
127
print("Exception: " +
saved_exception
);
128
print("Stack: " +
saved_exception
.stack);
debug-liveedit-double-call.js
106
var
saved_exception
= null;
113
saved_exception
= e;
124
if (
saved_exception
) {
125
print("Exception: " +
saved_exception
);
debug-liveedit-stack-padding.js
65
var
saved_exception
= null;
variable
72
saved_exception
= e;
83
if (
saved_exception
) {
84
print("Exception: " +
saved_exception
);
/art/runtime/entrypoints/
entrypoint_utils-inl.h
626
mirror::Throwable*
saved_exception
= nullptr;
local
628
saved_exception
= self->GetException();
635
<<
saved_exception
->Dump()
640
if (
saved_exception
!= nullptr) {
641
self->SetException(
saved_exception
);
Completed in 186 milliseconds