|
V8 Project
|
#include <test-utils.h>
Inheritance diagram for v8::TestWithContext:
Collaboration diagram for v8::TestWithContext:Public Member Functions | |
| TestWithContext () | |
| virtual | ~TestWithContext () |
| const Local< Context > & | context () const |
Public Member Functions inherited from v8::TestWithIsolate | |
| 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 Public Member Functions inherited from v8::TestWithIsolate | |
| 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.