Home | History | Annotate | Download | only in cctest

Lines Matching full:ctx2

1348   v8::Persistent<v8::Context> ctx2 = v8::Context::New();
1358 ctx2->Enter();
1359 ctx2->Global()->Set(v8_str("o"), v);
1366 ctx2->Global()->Set(v8_str("o"), v8::Int32::New(0));
1367 ctx2->Exit();
1373 ctx2.Dispose();
1385 v8::Persistent<v8::Context> ctx2 = v8::Context::New();
1395 ctx2->Enter();
1396 ctx2->Global()->Set(v8_str("o"), v);
1403 ctx2->Global()->Set(v8_str("o"), v8::Int32::New(0));
1404 ctx2->Exit();
1410 ctx2.Dispose();
1420 v8::Persistent<v8::Context> ctx2 = v8::Context::New();
1430 ctx2->Enter();
1431 ctx2->Global()->Set(v8_str("o"), v);
1438 ctx2->Global()->Set(v8_str("o"), v8::Int32::New(0));
1439 ctx2->Exit();
1445 ctx2.Dispose();
1455 v8::Persistent<v8::Context> ctx2 = v8::Context::New();
1465 ctx2->Enter();
1466 ctx2->Global()->Set(v8_str("o"), v);
1477 ctx2->Global()->Set(v8_str("o"), v8::Int32::New(0));
1478 ctx2->Exit();
1484 ctx2.Dispose();