Searched refs:saved_exception (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Ddebug-liveedit-stack-padding.js65 var saved_exception = null; variable
72 saved_exception = e;
83 if (saved_exception) {
84 print("Exception: " + saved_exception);
H A Ddebug-liveedit-restart-frame.js105 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);
H A Ddebug-liveedit-double-call.js106 var saved_exception = null;
113 saved_exception = e;
124 if (saved_exception) {
125 print("Exception: " + saved_exception);

Completed in 191 milliseconds