Lines Matching full:context2
3785 LocalContext context2;
3786 context2->Global()->Set(v8_str("interceptor_obj"), object);
4298 LocalContext context2(0, templ, global1);
4299 context2->SetSecurityToken(password);
4300 v8::Handle<v8::Object> global2 = context2->Global();
6272 LocalContext context2;
6273 v8::Handle<v8::Object> global2 = context2->Global();
12414 // Expose context1 in context2 and call the callback function in
15106 v8::Persistent<v8::Context> context2;
15110 context2 = v8::Context::New();
15111 v8::Context::Scope cscope(context2);
15152 v8::Context::Scope cscope(context2);
15165 context2.Dispose();
15382 LocalContext context2;
15405 LocalContext context2;
15428 LocalContext context2;
15454 LocalContext context2;
15680 Persistent<Context> context2 = Context::New();
15681 InstallContextId(context2, 2);
15698 Context::Scope scope(context2);
15718 CHECK(object2->CreationContext() == context2);
15720 CHECK(func2->CreationContext() == context2);
15722 CHECK(instance2->CreationContext() == context2);
15733 CHECK(object2->CreationContext() == context2);
15735 CHECK(func2->CreationContext() == context2);
15737 CHECK(instance2->CreationContext() == context2);
15742 Context::Scope scope(context2);
15749 CHECK(object2->CreationContext() == context2);
15751 CHECK(func2->CreationContext() == context2);
15753 CHECK(instance2->CreationContext() == context2);
15758 context2.Dispose();
16113 LocalContext context2(NULL, global_template);