Home | History | Annotate | Download | only in cctest

Lines Matching defs:env_

753         env_(v8::Context::New(CcTest::isolate())) {
754 env_->Enter();
757 env_->Exit();
761 v8::Local<v8::Context> env_;