Searched refs:addExceptionContext (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DExceptionState.cpp55 String processedMessage = addExceptionContext(message);
63 String finalSanitized = addExceptionContext(sanitizedMessage);
64 String finalUnsanitized = addExceptionContext(unsanitizedMessage);
83 setException(V8ThrowException::createTypeError(addExceptionContext(message), m_isolate));
101 String ExceptionState::addExceptionContext(const String& message) const function in class:WebCore::ExceptionState
H A DExceptionState.h118 String addExceptionContext(const String&) const;
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DItem.java79 throw addExceptionContext(ex);
98 throw addExceptionContext(ex);
120 throw addExceptionContext(ex);
176 protected final RuntimeException addExceptionContext(Exception ex) { method in class:Item
H A DCodeItem.java493 throw this.addExceptionContext(ex);

Completed in 127 milliseconds