OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NoExceptionStateAssertionChecker
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
ExceptionStatePlaceholder.cpp
38
NoExceptionStateAssertionChecker
::
NoExceptionStateAssertionChecker
(const char* file, int line)
43
void
NoExceptionStateAssertionChecker
::throwDOMException(const ExceptionCode&, const String&)
48
void
NoExceptionStateAssertionChecker
::throwTypeError(const String&)
ExceptionStatePlaceholder.h
60
class
NoExceptionStateAssertionChecker
: public ExceptionState {
62
NoExceptionStateAssertionChecker
(const char* file, int line);
72
#define ASSERT_NO_EXCEPTION (::WebCore::
NoExceptionStateAssertionChecker
(__FILE__, __LINE__).returnThis())
Completed in 42 milliseconds