Home | History | Annotate | Download | only in cctest

Lines Matching full:ctx1

1347   v8::Persistent<v8::Context> ctx1 = v8::Context::New();
1349 ctx1->Enter();
1357 v8::Local<v8::Value> v = ctx1->Global()->Get(v8_str("v"));
1368 ctx1->Exit();
1369 ctx1.Dispose();
1384 v8::Persistent<v8::Context> ctx1 = v8::Context::New();
1386 ctx1->Enter();
1394 v8::Local<v8::Value> v = ctx1->Global()->Get(v8_str("v"));
1405 ctx1->Exit();
1406 ctx1.Dispose();
1419 v8::Persistent<v8::Context> ctx1 = v8::Context::New();
1421 ctx1->Enter();
1429 v8::Local<v8::Value> v = ctx1->Global()->Get(v8_str("v"));
1440 ctx1->Exit();
1441 ctx1.Dispose();
1454 v8::Persistent<v8::Context> ctx1 = v8::Context::New();
1456 ctx1->Enter();
1464 v8::Local<v8::Value> v = ctx1->Global()->Get(v8_str("v"));
1479 ctx1->Exit();
1480 ctx1.Dispose();