Home | History | Annotate | Download | only in cctest

Lines Matching defs:ctx2

15611   v8::Local<v8::Context> ctx2 = v8::Context::New(isolate);
15618 ctx2->Enter();
15619 ctx2->Global()->Set(v8_str("o"), foo);
15626 ctx2->Exit();
15630 ctx2->Enter();
15640 ctx2->Exit();