|
V8 Project
|
#include <test-utils.h>
Inheritance diagram for v8::internal::TestWithIsolate:
Collaboration diagram for v8::internal::TestWithIsolate:Public Member Functions | |
| TestWithIsolate () | |
| virtual | ~TestWithIsolate () |
| Factory * | factory () const |
| Isolate * | isolate () const |
Public Member Functions inherited from v8::TestWithIsolate | |
| TestWithIsolate () | |
| Isolate * | isolate () const |
Private Member Functions | |
| DISALLOW_COPY_AND_ASSIGN (TestWithIsolate) | |
Additional Inherited Members | |
Static Public Member Functions inherited from v8::TestWithIsolate | |
| static void | SetUpTestCase () |
| static void | TearDownTestCase () |
Definition at line 55 of file test-utils.h.
|
inline |
Definition at line 57 of file test-utils.h.
|
virtual |
|
private |
| Factory * v8::internal::TestWithIsolate::factory | ( | ) | const |
Definition at line 52 of file test-utils.cc.
References v8::internal::Isolate::factory(), and isolate().
Referenced by v8::internal::compiler::GraphTest::FalseConstant(), v8::internal::compiler::GraphTest::IsFalseConstant(), v8::internal::compiler::GraphTest::IsTrueConstant(), v8::internal::compiler::GraphTest::TrueConstant(), and v8::internal::compiler::JSBuiltinReducerTest::UndefinedConstant().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 61 of file test-utils.h.
References v8::TestWithIsolate::isolate().
Referenced by factory().
Here is the call graph for this function:
Here is the caller graph for this function: