v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include <cctest.h>
Public Types | |
typedef void( | TestFunction )() |
Public Member Functions | |
CcTest (TestFunction *callback, const char *file, const char *name, const char *dependency, bool enabled) | |
void | Run () |
CcTest * | prev () |
const char * | file () |
const char * | name () |
const char * | dependency () |
bool | enabled () |
Static Public Member Functions | |
static int | test_count () |
static CcTest * | last () |
CcTest | ( | TestFunction * | callback, |
const char * | file, | ||
const char * | name, | ||
const char * | dependency, | ||
bool | enabled | ||
) |
Definition at line 36 of file cctest.cc.
References enabled(), and v8::internal::StrDup().
|
static |