Home
last modified time | relevance | path

Searched refs:caught_exception (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/mjsunit/
Ddebug-liveedit-compile-error.js46 var caught_exception = null; variable
51 caught_exception = e;
54 assertNotNull(caught_exception);
56 caught_exception.details.syntaxErrorMessage);
58 assertEquals(2, caught_exception.details.position.start.line);
/external/v8/src/
Ddebug.cc830 bool caught_exception = in Load() local
835 caught_exception = caught_exception || in Load()
839 if (caught_exception) return false; in Load()