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/chromium_org/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.h
285
mirror::Throwable*
saved_exception
= NULL;
local
288
saved_exception
= self->GetException(&saved_throw_location);
295
<<
saved_exception
->Dump()
300
if (
saved_exception
!= NULL) {
301
self->SetException(saved_throw_location,
saved_exception
);
Completed in 2128 milliseconds