Home | History | Annotate | Download | only in cctest

Lines Matching defs:context2

5297     LocalContext context2;
5298 context2->Global()->Set(v8_str("interceptor_obj"), object);
5810 LocalContext context2(0, templ, global1);
5811 context2->SetSecurityToken(password);
5812 v8::Handle<v8::Object> global2 = context2->Global();
7848 LocalContext context2;
7849 v8::Handle<v8::Object> global2 = context2->Global();
14843 // Expose context1 in context2 and call the callback function in
17983 v8::Persistent<v8::Context> context2;
17988 context2.Reset(isolate2, Context::New(isolate2));
17990 v8::Local<v8::Context>::New(isolate2, context2);
18043 v8::Local<v8::Context>::New(isolate2, context2);
18058 context2.Dispose();
18285 LocalContext context2;
18286 v8::HandleScope scope(context2->GetIsolate());
18308 LocalContext context2;
18309 v8::HandleScope scope(context2->GetIsolate());
18331 LocalContext context2;
18332 v8::HandleScope scope(context2->GetIsolate());
18357 LocalContext context2;
18358 v8::HandleScope scope(context2->GetIsolate());
18662 Handle<Context> context2 = Context::New(v8::Isolate::GetCurrent());
18663 context2, 2);
18680 Context::Scope scope(context2);
18700 CHECK(object2->CreationContext() == context2);
18702 CHECK(func2->CreationContext() == context2);
18704 CHECK(instance2->CreationContext() == context2);
18715 CHECK(object2->CreationContext() == context2);
18717 CHECK(func2->CreationContext() == context2);
18719 CHECK(instance2->CreationContext() == context2);
18724 Context::Scope scope(context2);
18731 CHECK(object2->CreationContext() == context2);
18733 CHECK(func2->CreationContext() == context2);
18735 CHECK(instance2->CreationContext() == context2);
19129 LocalContext context2(NULL, global_template);