Home | History | Annotate | Download | only in cctest

Lines Matching defs:result_str

1221   v8::Local<v8::String> result_str =
1225 CHECK(heap->InSpace(*v8::Utils::OpenHandle(*result_str), LO_SPACE));
1226 result_str = CompileRun("b")
1229 CHECK(heap->InSpace(*v8::Utils::OpenHandle(*result_str), OLD_SPACE));
1230 result_str = CompileRun("c")
1233 CHECK(heap->InSpace(*v8::Utils::OpenHandle(*result_str), OLD_SPACE));
1627 v8::Local<v8::String> result_str =
1629 CHECK(result_str->Equals(isolate1->GetCurrentContext(), v8_str("XY"))
1658 v8::Local<v8::String> result_str =
1660 CHECK(result_str->Equals(isolate2->GetCurrentContext(), v8_str("XY"))