Home | History | Annotate | Download | only in cctest

Lines Matching refs:GetCurrentContext

134   *field = value->Int32Value(info.GetIsolate()->GetCurrentContext()).FromJust();
172 x_receiver->Equals(isolate->GetCurrentContext(), info.This()).FromJust());
179 CHECK(x_holder->Equals(info.GetIsolate()->GetCurrentContext(), info.Holder())
187 x_receiver->Equals(info.GetIsolate()->GetCurrentContext(), info.Holder())
197 CHECK(x_holder->Equals(info.GetIsolate()->GetCurrentContext(), info.This())
199 CHECK(x_holder->Equals(info.GetIsolate()->GetCurrentContext(), info.Holder())
202 value->Int32Value(info.GetIsolate()->GetCurrentContext()).FromJust();
314 ->Equals(info.GetIsolate()->GetCurrentContext(), v8_str("data"))
320 ->Equals(info.GetIsolate()->GetCurrentContext(), v8_str("data"))
326 ->Equals(info.GetIsolate()->GetCurrentContext(), v8_str("data"))
580 CHECK(array->Set(info.GetIsolate()->GetCurrentContext(), 0, v8_str("regress"))
616 CHECK(expected_current_context == info.GetIsolate()->GetCurrentContext());