Home
last modified time | relevance | path

Searched refs:exceptionId (Results 1 – 8 of 8) sorted by relevance

/external/jdiff/src/jdiff/
DXMLToAPI.java356 String exceptionId = type; in addException() local
358 exceptionId = name; in addException()
361 api_.currMethod_.exceptions_ = exceptionId; in addException()
363 api_.currMethod_.exceptions_ += ", " + exceptionId; in addException()
366 api_.currCtor_.exceptions_ = exceptionId; in addException()
368 api_.currCtor_.exceptions_ += ", " + exceptionId; in addException()
/external/v8/src/inspector/
Dv8-inspector-impl.cc299 unsigned exceptionId = nextExceptionId(); in exceptionThrown() local
305 V8Debugger::contextId(context), exception, exceptionId); in exceptionThrown()
308 return exceptionId; in exceptionThrown()
312 unsigned exceptionId, in exceptionRevoked() argument
319 m_client->currentTimeMS(), toString16(message), exceptionId); in exceptionRevoked()
Dv8-console-message.h56 unsigned exceptionId);
Dv8-inspector-impl.h93 void exceptionRevoked(v8::Local<v8::Context>, unsigned exceptionId,
Dv8-console-message.cc406 v8::Local<v8::Value> exception, unsigned exceptionId) { in createForException() argument
411 consoleMessage->m_exceptionId = exceptionId; in createForException()
/external/v8/include/
Dv8-inspector.h244 virtual void exceptionRevoked(v8::Local<v8::Context>, unsigned exceptionId,
/external/guice/lib/build/jdiff/
Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API ...
/external/guava/guava/lib/
Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API ...