Home | History | Annotate | Download | only in cctest

Lines Matching refs:GetCurrentContext

5215         args.GetIsolate()->GetCurrentContext()->Global();
7697 info.GetIsolate()->GetCurrentContext()->Global();
7732 info.GetIsolate()->GetCurrentContext()->Global();
8485 args.GetIsolate()->GetCurrentContext()->Global();
9123 info.GetIsolate()->GetCurrentContext()->Global()->Get(v8_str("x")));
9248 return CcTest::isolate()->GetCurrentContext()->Global()->Equals(global) ||
9257 return CcTest::isolate()->GetCurrentContext()->Global()->Equals(global) ||
15657 CHECK(args.GetIsolate()->GetCurrentContext() == calling_context0);
15671 v8::Local<v8::Context> current = v8_isolate->GetCurrentContext();