#include <v8.h>
#include "cctest.h"
#include "print-extension.h"
#include "profiler-extension.h"
#include "trace-extension.h"
#include "debug.h"
Go to the source code of this file.
|
#define | CHECK_EXTENSION_FLAG(Name, Id) if (extensions.Contains(Name##_ID)) extension_names[extension_count++] = Id; |
|
|
int | main (int argc, char *argv[]) |
|
#define CHECK_EXTENSION_FLAG |
( |
|
Name, |
|
|
|
Id |
|
) |
| if (extensions.Contains(Name##_ID)) extension_names[extension_count++] = Id; |
Enumerator |
---|
kUnset |
|
kUnintialized |
|
kInitialized |
|
Definition at line 36 of file cctest.cc.
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 139 of file cctest.cc.
References V8::Dispose(), CcTest::enabled(), CcTest::file(), V8::InitializeICU(), CcTest::last(), CcTest::name(), name, NULL, CcTest::prev(), v8::RegisterExtension(), CcTest::Run(), V8::SetArrayBufferAllocator(), Isolate::SetCrashIfDefaultIsolateInitialized(), v8::internal::StrDup(), and CcTest::TearDown().