Lines Matching defs:context2
3357 LocalContext context2;
3358 context2->Global()->Set(v8_str("interceptor_obj"), object);
3762 LocalContext context2(0, templ, global1);
3763 context2->SetSecurityToken(password);
3764 v8::Handle<v8::Object> global2 = context2->Global();
5190 LocalContext context2;
5191 v8::Handle<v8::Object> global2 = context2->Global();
10852 // Expose context1 in context2 and call the callback function in
13229 v8::Persistent<v8::Context> context2;
13233 context2 = v8::Context::New();
13234 v8::Context::Scope cscope(context2);
13275 v8::Context::Scope cscope(context2);
13288 context2.Dispose();
13483 LocalContext context2;
13506 LocalContext context2;
13529 LocalContext context2;
13555 LocalContext context2;
13649 LocalContext context2;
13666 LocalContext context2;
13818 Persistent<Context> context2 = Context::New();
13819 InstallContextId(context2, 2);
13836 Context::Scope scope(context2);
13856 CHECK(object2->CreationContext() == context2);
13858 CHECK(func2->CreationContext() == context2);
13860 CHECK(instance2->CreationContext() == context2);
13871 CHECK(object2->CreationContext() == context2);
13873 CHECK(func2->CreationContext() == context2);
13875 CHECK(instance2->CreationContext() == context2);
13880 Context::Scope scope(context2);
13887 CHECK(object2->CreationContext() == context2);
13889 CHECK(func2->CreationContext() == context2);
13891 CHECK(instance2->CreationContext() == context2);
13896 context2.Dispose();