webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <jsontest.h>
Public Types | |
typedef unsigned int | Id |
Public Attributes | |
Id | id_ |
const char * | file_ |
unsigned int | line_ |
const char * | expr_ |
PredicateContext * | next_ |
Failure * | failure_ |
Context used to create the assertion callstack on failure. Must be a POD to allow inline initialisation without stepping into the debugger.
typedef unsigned int JsonTest::PredicateContext::Id |
const char* JsonTest::PredicateContext::expr_ |
Failure* JsonTest::PredicateContext::failure_ |
Related Failure, set when the PredicateContext is converted into a Failure.
const char* JsonTest::PredicateContext::file_ |
Id JsonTest::PredicateContext::id_ |
unsigned int JsonTest::PredicateContext::line_ |
PredicateContext* JsonTest::PredicateContext::next_ |