Lines Matching refs:context1

3768   v8::Persistent<Context> context1 = Context::New();
3770 context1->Enter();
3775 context1->Global()->Set(v8_str("interceptor_obj"), object);
3780 context1->Exit();
3800 context1->Enter();
3802 context1->Exit();
3804 context1.Dispose();
4289 LocalContext context1(0, templ);
4290 context1->SetSecurityToken(password);
4291 v8::Handle<v8::Object> global1 = context1->Global();
6252 v8::Persistent<Context> context1 =
6254 context1->Enter();
6256 v8::Handle<v8::Object> global1 = context1->Global();
6284 context1->Exit();
6285 context1.Dispose();
6745 v8::Persistent<Context> context1 = Context::New();
6746 context1->Enter();
6748 v8::Handle<v8::Object> global1 = context1->Global();
6933 context1->Exit();
6935 context1.Dispose();
6967 v8::Persistent<Context> context1 = Context::New();
6968 context1->Enter();
6969 v8::Handle<v8::Object> global1 = context1->Global();
7042 v8::Persistent<Context> context1 = Context::New();
7043 context1->Enter();
7045 v8::Handle<v8::Object> global1 = context1->Global();
7062 context1->Exit();
7064 context1.Dispose();
7132 v8::Persistent<Context> context1 = Context::New();
7133 context1->Enter();
7135 v8::Handle<v8::Object> global1 = context1->Global();
7146 context1->Exit();
7148 context1.Dispose();
7195 v8::Persistent<Context> context1 = Context::New();
7196 context1->Enter();
7199 v8::Handle<v8::Object> global1 = context1->Global();
7281 context1->Exit();
7283 context1.Dispose();
7344 v8::Persistent<Context> context1 = Context::New();
7345 context1->Enter();
7348 v8::Handle<v8::Object> global1 = context1->Global();
7356 context1->Exit();
7358 context1.Dispose();
7413 v8::Persistent<Context> context1 = Context::New();
7414 context1->Enter();
7417 v8::Handle<v8::Object> global1 = context1->Global();
7448 context1->Exit();
7450 context1.Dispose();
8259 v8::Persistent<Context> context1 = Context::New();
8271 // Put the function into context1 and call it before and after
8274 context1->Enter();
8275 context1->Global()->Set(v8_str("fun"), fun);
8283 context1->Exit();
8285 context1.Dispose();
11567 v8::Persistent<Context> context1 = Context::New();
11572 context1->SetSecurityToken(token);
11582 context1->Enter();
11583 context1->Global()->Set(v8_str("other"), context0->Global());
11587 context1->Exit();
11591 context1.Dispose();
12406 // Expose context0 in context1 and set up a function that calls the
12414 // Expose context1 in context2 and call the callback function in
12415 // context0 indirectly through f in context1.
12417 calling_context2->Global()->Set(v8_str("context1"),
12419 CompileRun("context1.f()");
14922 LocalContext context1(NULL, global_template);
14923 context1->Global()->Set(v8_str("other"), global0);
15094 v8::Persistent<v8::Context> context1 = v8::Context::New();
15097 v8::Context::Scope cscope(context1);
15120 v8::Context::Scope cscope(context1);
15158 v8::Context::Scope cscope(context1);
15168 context1.Dispose();
15373 LocalContext context1;
15396 LocalContext context1;
15419 LocalContext context1;
15443 LocalContext context1;
15678 Persistent<Context> context1 = Context::New();
15679 InstallContextId(context1, 1);
15690 Context::Scope scope(context1);
15712 CHECK(object1->CreationContext() == context1);
15714 CHECK(func1->CreationContext() == context1);
15716 CHECK(instance1->CreationContext() == context1);
15726 Context::Scope scope(context1);
15727 CHECK(object1->CreationContext() == context1);
15729 CHECK(func1->CreationContext() == context1);
15731 CHECK(instance1->CreationContext() == context1);
15743 CHECK(object1->CreationContext() == context1);
15745 CHECK(func1->CreationContext() == context1);
15747 CHECK(instance1->CreationContext() == context1);
15757 context1.Dispose();