Home | History | Annotate | Download | only in cctest

Lines Matching full:env_

701         env_(v8::Context::New(CcTest::isolate())) {
702 env_->Enter();
705 env_->Exit();
709 v8::Handle<v8::Context> env_;