Home | History | Annotate | Download | only in cctest

Lines Matching refs:GetEventContext

2526         eventDetails.GetEventContext()->Global(), 1, args)->IsTrue());
2528 eventDetails.GetEventContext()->Global(), 1, args)->IsTrue());
5908 CHECK(message.GetEventContext() == expected_context);
5909 CHECK(message.GetEventContext()->GetEmbedderData(0)->StrictEquals(
6140 // Message.GetEventContext.
6159 CHECK(message.GetEventContext() == expected_context);
6160 CHECK(message.GetEventContext
6273 v8::Handle<v8::Context> context = message.GetEventContext();
6279 // Test that GetEventContext doesn't fail and return empty handle for
6880 CHECK(details.GetEventContext() == expected_context);
7046 v8::Isolate* isolate = event_details.GetEventContext()->GetIsolate();
7443 v8::Utils::OpenHandle(*event_details.GetEventContext())->GetIsolate();