Searched refs:exceptionId (Results 1 – 7 of 7) sorted by relevance
/external/jdiff/src/jdiff/ |
D | XMLToAPI.java | 356 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/ |
D | v8-inspector-impl.cc | 264 unsigned exceptionId = nextExceptionId(); in exceptionThrown() local 270 InspectedContext::contextId(context), exception, exceptionId); in exceptionThrown() 272 return exceptionId; in exceptionThrown() 276 unsigned exceptionId, in exceptionRevoked() argument 283 m_client->currentTimeMS(), toString16(message), exceptionId); in exceptionRevoked()
|
D | v8-console-message.h | 61 unsigned exceptionId);
|
D | v8-inspector-impl.h | 94 void exceptionRevoked(v8::Local<v8::Context>, unsigned exceptionId,
|
D | v8-console-message.cc | 465 v8::Local<v8::Value> exception, unsigned exceptionId) { in createForException() argument 470 consoleMessage->m_exceptionId = exceptionId; in createForException()
|
/external/v8/include/ |
D | v8-inspector.h | 289 virtual void exceptionRevoked(v8::Local<v8::Context>, unsigned exceptionId,
|
D | js_protocol.pdl | 1235 integer exceptionId 1621 integer exceptionId
|