V8 Project
|
#include <test-utils.h>
Public Member Functions | |
TestWithIsolate () | |
virtual | ~TestWithIsolate () |
Factory * | factory () const |
Isolate * | isolate () const |
![]() | |
TestWithIsolate () | |
Isolate * | isolate () const |
Private Member Functions | |
DISALLOW_COPY_AND_ASSIGN (TestWithIsolate) | |
Additional Inherited Members | |
![]() | |
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().
|
inline |
Definition at line 61 of file test-utils.h.
References v8::TestWithIsolate::isolate().
Referenced by factory().