V8 Project
|
#include <test-utils.h>
Public Member Functions | |
TestWithContext () | |
virtual | ~TestWithContext () |
const Local< Context > & | context () const |
![]() | |
TestWithIsolate () | |
virtual | ~TestWithIsolate () |
Isolate * | isolate () const |
Private Member Functions | |
DISALLOW_COPY_AND_ASSIGN (TestWithContext) | |
Private Attributes | |
Local< Context > | context_ |
Context::Scope | context_scope_ |
Additional Inherited Members | |
![]() | |
static void | SetUpTestCase () |
static void | TearDownTestCase () |
Definition at line 34 of file test-utils.h.
v8::TestWithContext::TestWithContext | ( | ) |
Definition at line 40 of file test-utils.cc.
|
virtual |
Definition at line 44 of file test-utils.cc.
|
private |
Definition at line 42 of file test-utils.h.
Referenced by context().
|
private |
Definition at line 43 of file test-utils.h.