Searched refs:result5 (Results 1 – 2 of 2) sorted by relevance
287 UnicodeString result, result4, result5; in TestConstructionAndEqualityUChariter() local330 test7c->getText(result5); in TestConstructionAndEqualityUChariter()332 if(result != UnicodeString(testText) || result4 != result || result5 != result) in TestConstructionAndEqualityUChariter()337 test5->getText(result5); in TestConstructionAndEqualityUChariter()338 if(result != result5 || result == result4) in TestConstructionAndEqualityUChariter()341 test5->getText(result5); in TestConstructionAndEqualityUChariter()342 if(result == result5 || result4 != result5) in TestConstructionAndEqualityUChariter()345 test5->getText(result5); in TestConstructionAndEqualityUChariter()346 if(result != result5 || result == result4) in TestConstructionAndEqualityUChariter()
20546 Local<Value> result5 = CompileRun("Object.getPrototypeOf(hidden)"); in THREADED_TEST() local20547 CHECK(result5->Equals( in THREADED_TEST()